> 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:
tracer-ysyx 2024-03-13 11:21:34 +08:00 committed by xinyangli
parent e55b17585d
commit b3b2495a7b
2 changed files with 233 additions and 1 deletions

View file

@ -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)