> 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
  12:01:11  up   1:37,  2 users,  load average: 1.69, 0.97, 0.90
This commit is contained in:
tracer-ysyx 2024-03-13 12:01:11 +08:00 committed by xinyangli
parent 2688683069
commit 3fc7b061a9
2 changed files with 140 additions and 0 deletions

View file

@ -100,6 +100,7 @@ class Flow extends Module {
ram.readPorts(0).enable := true.B
ram.readPorts(0).address := pc.out - 0x80000000L.U
val inst = ram.readPorts(0).data
printf(cf"$inst\n")
import control.pc.SrcSelect._