提交 649eb0ef 编写于 作者: J Jin Yue

NanhuG config: unset sram_div_by_2 by default

上级 919fe41e
...@@ -452,6 +452,11 @@ class NanHuGFPGAConfig(n: Int = 1) extends Config( ...@@ -452,6 +452,11 @@ class NanHuGFPGAConfig(n: Int = 1) extends Config(
case DebugOptionsKey => up(DebugOptionsKey).copy( case DebugOptionsKey => up(DebugOptionsKey).copy(
AlwaysBasicDiff = false AlwaysBasicDiff = false
) )
case SoCParamsKey => up(SoCParamsKey).copy(
L3CacheParamsOpt = Some(up(SoCParamsKey).L3CacheParamsOpt.get.copy(
sramClkDivBy2 = false,
))
)
}) })
) )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册