> build_flow_VFlow
ysyx_22040000 李心杨 Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar 1 12:35:11 UTC 2024 x86_64 GNU/Linux 11:21:34 up 0:57, 2 users, load average: 1.43, 0.78, 0.48
This commit is contained in:
parent
e55b17585d
commit
b3b2495a7b
2 changed files with 233 additions and 1 deletions
|
@ -88,7 +88,7 @@ class Flow extends Module {
|
|||
numReadPorts = 2,
|
||||
numWritePorts = 1,
|
||||
numReadwritePorts = 0,
|
||||
memoryFile = HexMemoryFile("../resource/addi.txt")
|
||||
memoryFile = HexMemoryFile("./resource/addi.txt")
|
||||
)
|
||||
val control = Module(new Control(32))
|
||||
val reg = RegisterFile(32, dataType, 2, 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue