Michael Berman
Michael Berman
You could maybe use pipes? P| for starting with a positive edge or N| for starting with a negative edge. Then the period as usual. Then I don't know if...
@kwikius, I think the confusion of "depends on your definition of what unit means" is something that groups like NIST have been working on. For this example of units of...
If there are issues, I can add a second variable to do the same except with the #include instead of the /include/.
You could do something like: ``` val io = new Bundle { val isSecond = out(Bool()) } val stateMachine = new StateMachine { val first = new State with EntryPoint...