> 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
  13:38:28  up   3:14,  2 users,  load average: 4.33, 2.50, 1.64
This commit is contained in:
tracer-ysyx 2024-03-13 13:38:28 +08:00 committed by xinyangli
parent 54c8243167
commit 2f6b381c9d

View file

@ -124,5 +124,8 @@ class Flow extends Module {
alu.in.a(aSrcRs1.litValue.toInt) := reg.out.src(0)
alu.in.a(aSrcImm.litValue.toInt) := inst(31, 20)
alu.in.b := reg.out.src(1)
val pcValue = IO(Output(chiselTypeOf(pc.out)))
pcValue := pc.out
dontTouch(control.out)
}