> configure(npc)
ysyx_22040000 李心杨 Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar 1 12:35:11 UTC 2024 x86_64 GNU/Linux 10:27:17 up 0:03, 2 users, load average: 1.91, 1.48, 0.63
This commit is contained in:
parent
08638dad89
commit
93b264b448
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class Flow extends Module {
|
||||||
val dataType = UInt(32.W)
|
val dataType = UInt(32.W)
|
||||||
|
|
||||||
val ram = SRAM(
|
val ram = SRAM(
|
||||||
size = 128 * 1024 * 1024,
|
size = 1024,
|
||||||
tpe = dataType,
|
tpe = dataType,
|
||||||
numReadPorts = 2,
|
numReadPorts = 2,
|
||||||
numWritePorts = 1,
|
numWritePorts = 1,
|
||||||
|
|
Loading…
Reference in a new issue