aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch_pybindings.cc
Commit message (Collapse)AuthorAgeFilesLines
* python: Add bindings for hierarchy structuresDavid Shah2019-12-271-0/+2
| | | | Signed-off-by: David Shah <dave@ds0.me>
* python: Refactor out bindings shared between ECP5 and iCE40David Shah2019-09-151-96/+2
| | | | Signed-off-by: David Shah <dave@ds0.me>
* python: Fix getWireBelPinsDavid Shah2019-09-151-0/+5
| | | | | | Fixes #327 Signed-off-by: David Shah <dave@ds0.me>
* json: Add support for net aliasesDavid Shah2019-09-131-0/+5
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Add Python helper functions for floorplanningDavid Shah2019-03-221-0/+7
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing: Add support for clock constraintsDavid Shah2018-11-121-0/+4
| | | | Signed-off-by: David Shah <dave@ds0.me>
* ecp5: Update to use const IdStrings in place of PortPin/BelTypeDavid Shah2018-08-081-9/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* API change: Use CellInfo* and NetInfo* as cell/net handles (Python bindings)David Shah2018-08-051-9/+9
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Fixed pybiding so generic can work and ecp5 expose all neededMiodrag Milanovic2018-07-241-3/+122
|
* ecp5: Implementing core arch.h functionsDavid Shah2018-07-111-0/+32
Signed-off-by: David Shah <davey1576@gmail.com>