aboutsummaryrefslogtreecommitdiffstats
path: root/generic/examples/write_fasm.py
Commit message (Collapse)AuthorAgeFilesLines
* generic: Refactor for faster performancegatecat2021-12-301-1/+1
| | | | | | | | This won't affect Python-built arches significantly; but will be useful for the future 'viaduct' functionality where generic routing graphs can be built on the C++ side; too. Signed-off-by: gatecat <gatecat@ds0.me>
* generic: New Property interfaceDavid Shah2019-08-051-2/+1
| | | | Signed-off-by: David Shah <dave@ds0.me>
* pybindings: make errors in Python scripts stop nextpnr executionDavid Shah2019-04-171-1/+1
| | | | Signed-off-by: David Shah <dave@ds0.me>
* generic/examples: Add FASM writer Python scriptDavid Shah2019-04-171-0/+52
Signed-off-by: David Shah <dave@ds0.me>