make halt_and_catch_fire Optional
This commit is contained in:
@ -27,7 +27,7 @@ trait Clocked extends Bundle {
|
||||
}
|
||||
|
||||
trait CanHaltAndCatchFire extends Bundle {
|
||||
val halt_and_catch_fire = Bool(OUTPUT)
|
||||
val halt_and_catch_fire: Option[Bool]
|
||||
}
|
||||
|
||||
object DecoupledHelper {
|
||||
|
Reference in New Issue
Block a user