tcr / hoodlum

A nicer HDL.
http://github.com/tcr/hoodlum#hoodlum-tutorial
Apache License 2.0
97 stars 3 forks source link

Different FSM types #1

Open tcr opened 8 years ago

tcr commented 8 years ago

For example,

fsm(one-hot) { ... }
fsm(index/binary) { ... }
fsm(gray) { ... }
fsm(one-cold) { ... }

This could be extended to sequences naturally.