mirror of
https://github.com/SpinalHDL/SpinalTemplateSbt.git
synced 2025-10-22 15:48:45 +08:00
restore fancy formatting in io
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user