We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba63ee6 + a0bd8ed commit d6115ebCopy full SHA for d6115eb
src/main/scala/naxriscv/platform/tilelinkdemo/SocDemo.scala
@@ -75,7 +75,7 @@ class SocDemo(cpuCount : Int, withL2 : Boolean = true, asic : Boolean = false, x
75
)
76
77
78
- emulated.node at(0, 0x1000) of bus
+ emulated.node at(0, 0x10000000) of bus
79
80
val custom = Fiber build new Area{
81
val mei,sei = in Bool()
0 commit comments