> configure(npc)

ysyx_22040000 李心杨
 Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar  1 12:35:11 UTC 2024 x86_64 GNU/Linux
  10:24:55  up   0:01,  2 users,  load average: 2.65, 0.86, 0.31
This commit is contained in:
tracer-ysyx 2024-03-13 10:24:55 +08:00 committed by xinyangli
parent d707535d60
commit 6620c3759f

View file

@ -66,7 +66,6 @@ class RegisterFileCore[T <: Data](size: Int, tpe: T, numReadPorts: Int) extends
for (readPort <- readPorts) {
readPort.data := regFile(readPort.addr)
}
dontTouch(regFile)
}
object RegisterFile {