aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/arch_pybindings.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fixing old emails and names in copyrightsgatecat2021-06-121-2/+2
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Use hashlib for core netlist structuresgatecat2021-06-021-4/+4
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Remove isValidBelForCellgatecat2021-02-161-3/+1
| | | | | | | | | | | | | | | | | This Arch API dates from when we were first working out how to implement placement validity checking, and in practice is little used by the core parts of placer1/HeAP and the Arch implementation involves a lot of duplication with isBelLocationValid. In the short term; placement validity checking is better served by the combination of checkBelAvail and isValidBelForCellType before placement; followed by isBelLocationValid after placement (potentially after moving/swapping multiple cells). Longer term, removing this API makes things a bit cleaner for a new validity checking API. Signed-off-by: gatecat <gatecat@ds0.me>
* machxo2: Python bindings and stub GUIgatecat2021-02-121-0/+79
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* machxo2: Remove pybindings unneeded files from examples and update README.md ↵William D. Jones2021-02-121-241/+0
| | | | and scripts accordingly. Delete resources directory.
* Create machxo2 backend (renamed from generic).gatecat2021-02-121-0/+241
Signed-off-by: William D. Jones <thor0505@comcast.net>