restore fancy formatting in io

This commit is contained in:
Côme ALLART
2022-11-16 21:16:23 +01:00
parent a53d219051
commit 09e7cac187

View File

@@ -5,10 +5,10 @@ import spinal.core._
// Hardware definition
class MyTopLevel extends Component {
val io = new Bundle {
val cond0 = in Bool ()
val cond1 = in Bool ()
val flag = out Bool ()
val state = out UInt (8 bits)
val cond0 = in Bool()
val cond1 = in Bool()
val flag = out Bool()
val state = out UInt(8 bits)
}
val counter = Reg(UInt(8 bits)) init 0