Skip to content

Commit d6115eb

Browse files
authored
Merge pull request #117 from Bill94l/memoryMapping
Updating the memory mapping for SocDemo
2 parents ba63ee6 + a0bd8ed commit d6115eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/naxriscv/platform/tilelinkdemo/SocDemo.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class SocDemo(cpuCount : Int, withL2 : Boolean = true, asic : Boolean = false, x
7575
)
7676
)
7777
)
78-
emulated.node at(0, 0x1000) of bus
78+
emulated.node at(0, 0x10000000) of bus
7979

8080
val custom = Fiber build new Area{
8181
val mei,sei = in Bool()

0 commit comments

Comments
 (0)