Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ice40: Switch to BaseArch | D. Shah | 2021-02-05 | 1 | -12/+0 |
| | | | | Signed-off-by: D. Shah <dave@ds0.me> | ||||
* | Mark IdString and IdStringList single argument constructors explicit. | Keith Rothman | 2021-02-04 | 1 | -4/+4 |
| | | | | | | | | | Single argument constructors will silently convert to that type. This is typically not the right thing to do. For example, the nexus and ice40 arch_pybindings.h files were incorrectly parsing bel name strings, etc. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | ||||
* | Add pybindings for new APIs. | Keith Rothman | 2021-02-02 | 1 | -0/+12 |
| | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | ||||
* | Make python bindings consistent | Miodrag Milanovic | 2020-06-27 | 1 | -1/+0 |
| | |||||
* | python: Fix getWireBelPins | David Shah | 2019-09-15 | 1 | -0/+15 |
| | | | | | | Fixes #327 Signed-off-by: David Shah <dave@ds0.me> | ||||
* | python: Fixes to get net wires map working | David Shah | 2018-11-22 | 1 | -2/+24 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Get rid of PortPin and BelType (ice40, generic, docs) | Clifford Wolf | 2018-08-08 | 1 | -14/+0 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Revert "Remove legacy access to state via Arch" | Sergiusz Bazanski | 2018-07-14 | 1 | -15/+3 |
| | | | | This reverts commit 18b4b316782035daa259d65d26ea733ca4d16bea. | ||||
* | Remove legacy access to state via Arch | Sergiusz Bazanski | 2018-07-14 | 1 | -3/+15 |
| | |||||
* | python: Convert empty BelId to None | David Shah | 2018-07-04 | 1 | -2/+8 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | python: Update wrapper for non-unique_ptr maps | David Shah | 2018-07-04 | 1 | -0/+70 |
Signed-off-by: David Shah <davey1576@gmail.com> |