leonardt / silica-old

Other
2 stars 0 forks source link
finite-state-machine fsm hardware hdl language python

Silica

Build Status codecov License

NOT SUPPORTED: DEVELOPMENT HAS MOVED TO https://github.com/leonardt/silica

Silica is a language embedded in Python for constructing finite state machines in digital hardware.

Installation and Developer Setup

Building the Documentation

Requires Sphinx pip install sphinx

$ cd doc
$ make html
$ open _build/html/index.html