1
0

make halt_and_catch_fire Optional

This commit is contained in:
Henry Cook
2017-09-21 14:58:15 -07:00
parent 28b635e721
commit e0b9f9213a
2 changed files with 7 additions and 4 deletions

View File

@ -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 {