Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/scala/darecreek/exu/vfucore/mac/VMac64b.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import darecreek.exu.vfucore._
* Support these instructions: 11.10, 11.12, 11.13, 11.14, 12.3
* io.fireIn, io.fireS1 are fire signals of valid/ready mechanisam.
* fireIn is input fire of MAC, fireS1 is the next stage fire.
* If ready is not needed, set fireIn = valid, fireS1 = RegNext(valid)
* If ready is not needed, set fireIn = valid, fireS1 = RegNext(valid, init = false.B)
*/
class VMac64b extends Module {
val io = IO(new Bundle {
Expand Down