We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966738e commit 7db7dcdCopy full SHA for 7db7dcd
t1/src/T1.scala
@@ -657,10 +657,8 @@ class T1(val parameter: T1Parameter)
657
)
658
659
660
- val freeOR: Bool = VecInit(slots.map(_.state.idle)).asUInt.orR
661
-
662
/** slot is ready to accept new instructions. */
663
- val slotReady: Bool = Mux(specialInstruction, slots.map(_.state.idle).last, freeOR)
+ val slotReady: Bool = VecInit(slots.map(_.state.idle)).asUInt.andR
664
665
val source1Select: UInt =
666
Mux(
0 commit comments