aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/frontend_base.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to potentially-sparse net users arraygatecat2022-02-271-1/+1
* refactor: New member functions to replace design_utilsgatecat2022-02-181-9/+9
* frontend: Consider net aliases when uniquifying namegatecat2021-12-171-1/+1
* Update URLsgatecat2021-06-121-1/+1
* Fixing old emails and names in copyrightsgatecat2021-06-121-1/+1
* Remove redundant code after hashlib movegatecat2021-06-021-4/+4
* Use hashlib in frontend, where possiblegatecat2021-06-021-6/+6
* Merge pull request #579 from litghost/add_control_for_split_iogatecat2021-02-121-17/+25
|\
| * Add control to whether GenericFrontend splits IO ports.Keith Rothman2021-02-111-17/+25
* | Add design_loaded state variable.Keith Rothman2021-02-111-0/+2
|/
* Improve handling of unflattened netlistsDavid Shah2020-03-061-0/+2
* Fixes for partial reconfig demoDavid Shah2020-01-181-0/+21
* frontend: Fix hang when loading very large designsDavid Shah2020-01-161-1/+1
* Preserve hierarchy through packingDavid Shah2019-12-271-0/+2
* python: Add bindings for hierarchy structuresDavid Shah2019-12-271-0/+1
* frontend_base: Import cell hierarchyDavid Shah2019-12-271-3/+16
* frontend: Support for loading settings and nextpnr stateDavid Shah2019-12-271-1/+17
* frontend/generic: Fix regressionsDavid Shah2019-12-271-19/+27
* frontend/base: Fix lookup of nets by module indexDavid Shah2019-12-271-28/+30
* frontend: Improved error handling and fixesDavid Shah2019-12-271-1/+8
* frontend: Fix template compile issuesDavid Shah2019-12-271-36/+37
* frontend: Top level port importDavid Shah2019-12-271-52/+158
* frontend/base: Functions for hierarchical submodule cell importDavid Shah2019-12-271-45/+76
* frontend/base: Functions for leaf cell importDavid Shah2019-12-271-0/+72
* frontend/base: Functions for net[name] importDavid Shah2019-12-271-0/+116
* frontend: JSON implementation of the generic frameworkDavid Shah2019-12-271-18/+20
* frontend/base: Improve net indexingDavid Shah2019-12-271-8/+27
* frontend/base: Functions for port importDavid Shah2019-12-271-1/+144
* frontend/base: Top module handlingDavid Shah2019-12-271-0/+192