> 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:41:31  up   3:17,  2 users,  load average: 2.47, 2.17, 1.65
This commit is contained in:
tracer-ysyx 2024-03-13 13:41:31 +08:00 committed by xinyangli
parent 2f6b381c9d
commit dd22b882f8
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1,3 @@
top=Flow
io_clock(LD0)

View file

@ -125,7 +125,5 @@ class Flow extends Module {
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)
}