Skip to content
Snippets Groups Projects
Verified Commit 1b6286a3 authored by Minyong Li's avatar Minyong Li :speech_balloon:
Browse files

core.ControlWord: fix missing s

parent c6678e56
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ class ControlWord(addrWidth: Int, immWidth: Int = 8) extends Bundle {
val relativeBranch = Bool()
val ramReadAddress = Vec(2, UInt(addrWidth.W))
val ramWriteAddress = UInt(addrWidth.W)
val fillConstant = Bool()
val fillConstants = Bool()
val incrementBlockCount = Bool()
val roundLoop = Bool()
val addFrom = Bool()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment