综合尝试,需要面积优化
This commit is contained in:
@@ -65,7 +65,7 @@ class BackSys()(implicit p: Parameters) extends LazyModule with HasBackParameter
|
||||
beatBytes = 32/8)))
|
||||
|
||||
val sram = LazyModule(new TLRAM(
|
||||
address = AddressSet(0x80000000L, 0xffffL),
|
||||
address = AddressSet(0x80000000L, 0xfffL),
|
||||
cacheable = false,
|
||||
executable = true,
|
||||
atomics = false,
|
||||
|
||||
Reference in New Issue
Block a user