]> Witch of Git - jade-rose/blob - hardware/main.py
Add the wait state to the state machine
[jade-rose] / hardware / main.py
1 from nmigen.cli import main
2 from core import Core
3
4 if __name__ == '__main__':
5 core = Core()
6 main(core, ports=core.ports())