> 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:
parent
d707535d60
commit
6620c3759f
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ class RegisterFileCore[T <: Data](size: Int, tpe: T, numReadPorts: Int) extends
|
||||||
for (readPort <- readPorts) {
|
for (readPort <- readPorts) {
|
||||||
readPort.data := regFile(readPort.addr)
|
readPort.data := regFile(readPort.addr)
|
||||||
}
|
}
|
||||||
dontTouch(regFile)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
object RegisterFile {
|
object RegisterFile {
|
||||||
|
|
Loading…
Reference in a new issue