aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch_pybindings.cc
Commit message (Expand)AuthorAgeFilesLines
* ecp5: Fix Python bindings for pip iteratorsgatecat2022-11-281-2/+2
* clangformatgatecat2022-06-121-1/+1
* ecp5: Bind write_bitstream to Pythongatecat2022-06-091-0/+3
* Fixing old emails and names in copyrightsgatecat2021-06-121-2/+2
* Use hashlib for core netlist structuresgatecat2021-06-021-4/+4
* Remove isValidBelForCellgatecat2021-02-161-3/+0
* Run "make clangformat".Keith Rothman2021-02-021-2/+2
* Add pybindings for new APIs.Keith Rothman2021-02-021-0/+2
* Seperate PipRange types in pybindings_shared.Keith Rothman2021-02-011-0/+3
* Initial conversion to pybind11Miodrag Milanovic2020-07-231-18/+16
* python: Expose PlaceStrength enum and isValidBelForCell on ecp5Erika2020-01-261-0/+3
* python: Add bindings for hierarchy structuresDavid Shah2019-12-271-0/+2
* python: Refactor out bindings shared between ECP5 and iCE40David Shah2019-09-151-96/+2
* python: Fix getWireBelPinsDavid Shah2019-09-151-0/+5
* json: Add support for net aliasesDavid Shah2019-09-131-0/+5
* Add Python helper functions for floorplanningDavid Shah2019-03-221-0/+7
* timing: Add support for clock constraintsDavid Shah2018-11-121-0/+4
* ecp5: Update to use const IdStrings in place of PortPin/BelTypeDavid Shah2018-08-081-9/+2
* API change: Use CellInfo* and NetInfo* as cell/net handles (Python bindings)David Shah2018-08-051-9/+9
* 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