| Commit message (Expand) | Author | Age | Files | Lines |
* | Create machxo2 backend (renamed from generic). | gatecat | 2021-02-12 | 1 | -1/+2 |
* | Make BaseArch getDecalGraphics return an empty range | gatecat | 2021-02-12 | 1 | -1/+1 |
* | Merge pull request #580 from litghost/add_design_loaded_state_variable | gatecat | 2021-02-12 | 2 | -1/+6 |
|\ |
|
| * | Add design_loaded state variable. | Keith Rothman | 2021-02-11 | 2 | -1/+6 |
* | | Add getBelHidden and add some missing "override" statements. | Keith Rothman | 2021-02-11 | 2 | -3/+8 |
|/ |
|
* | Remove the unused CellInfo::pins field | gatecat | 2021-02-10 | 3 | -25/+0 |
* | Add BaseArchRanges for default ArchRanges types | gatecat | 2021-02-09 | 1 | -0/+21 |
* | Make BaseCtx destructor virtual | gatecat | 2021-02-08 | 1 | -1/+1 |
* | Use 'T' postfix to disambiguate LHS and RHS of using | D. Shah | 2021-02-08 | 1 | -42/+48 |
* | Add archArgs and archArgsToId to Arch API | D. Shah | 2021-02-05 | 1 | -0/+3 |
* | ice40: Switch to BaseArch | D. Shah | 2021-02-05 | 1 | -0/+1 |
* | Add pure-virtual ArchAPI interface | D. Shah | 2021-02-05 | 1 | -104/+198 |
* | Rename ArchBase to BaseArch for consistency with BaseCtx | D. Shah | 2021-02-05 | 1 | -1/+1 |
* | Add default implementation of bel bucket functions | D. Shah | 2021-02-05 | 1 | -5/+89 |
* | Add default implementation of some range-returning functions | D. Shah | 2021-02-05 | 1 | -5/+27 |
* | Add a few more functions to ArchBase | D. Shah | 2021-02-05 | 1 | -8/+14 |
* | ecp5: Use common wire/pip binding | D. Shah | 2021-02-05 | 1 | -1/+1 |
* | Fix now-illegal use of reinterpret_cast | D. Shah | 2021-02-05 | 1 | -3/+5 |
* | nextpnr: Example of shared wire/bel/pip binding code | D. Shah | 2021-02-05 | 1 | -13/+106 |
* | nextpnr: Use templates to specify range types | D. Shah | 2021-02-05 | 1 | -0/+21 |
* | nextpnr: Add base virtual functions for non-range Arch API | D. Shah | 2021-02-05 | 1 | -0/+108 |
* | Add RelSlice::ssize and use it when comparing with signed ints. | Keith Rothman | 2021-02-05 | 1 | -0/+1 |
* | Mark IdString and IdStringList single argument constructors explicit. | Keith Rothman | 2021-02-04 | 3 | -18/+28 |
* | Use a LRU cache for pip to wire map. | Keith Rothman | 2021-02-03 | 1 | -10/+113 |
* | generic: Use IdStringList for all arch object names | D. Shah | 2021-02-02 | 3 | -1/+28 |
* | nexus: Implement IdStringList for all arch object names | D. Shah | 2021-02-02 | 1 | -0/+6 |
* | ecp5: Implement IdStringList for all arch object names | D. Shah | 2021-02-02 | 3 | -8/+55 |
* | refactor: Replace getXName().c_str(ctx) with ctx->nameOfX | D. Shah | 2021-02-02 | 3 | -9/+8 |
* | ecp5: Proof-of-concept using IdStringList for bel names | D. Shah | 2021-02-02 | 7 | -24/+56 |
* | common: First pass at IdStringList methods | D. Shah | 2021-02-02 | 2 | -3/+64 |
* | arch: Add getNameDelimiter API for string lists | D. Shah | 2021-02-02 | 1 | -0/+3 |
* | common: Adding IdStringList type | D. Shah | 2021-02-02 | 1 | -0/+67 |
* | Run "make clangformat". | Keith Rothman | 2021-02-02 | 6 | -63/+73 |
* | Moving missing empty check into initial placement loop. | Keith Rothman | 2021-02-02 | 1 | -5/+14 |
* | Add pybindings for new APIs. | Keith Rothman | 2021-02-02 | 1 | -0/+16 |
* | Rename Partition -> BelBucket. | Keith Rothman | 2021-02-02 | 4 | -91/+91 |
* | Fix regression in use of FastBels. | Keith Rothman | 2021-02-02 | 3 | -10/+38 |
* | Address some compiler warnings. | Keith Rothman | 2021-02-02 | 1 | -1/+1 |
* | Add Partition APIs to ice40, nexus, gowin archs. | Keith Rothman | 2021-02-02 | 1 | -2/+2 |
* | Working compile of ECP5. | Keith Rothman | 2021-02-02 | 1 | -5/+7 |
* | Implement partitioning in placer_heap. | Keith Rothman | 2021-02-02 | 3 | -130/+243 |
* | Add archcheck for partition methods. | Keith Rothman | 2021-02-02 | 1 | -0/+64 |
* | Initial refactoring of placer API. | Keith Rothman | 2021-02-02 | 5 | -68/+136 |
* | Merge pull request #563 from litghost/seperate_pip_range_types | David Shah | 2021-02-02 | 1 | -2/+2 |
|\ |
|
| * | Seperate PipRange types in pybindings_shared. | Keith Rothman | 2021-02-01 | 1 | -2/+2 |
* | | Avoid linear scan in PIP check loop. | Keith Rothman | 2021-01-29 | 1 | -18/+10 |
|/ |
|
* | cleanup: Spelling fixes | D. Shah | 2021-01-28 | 4 | -11/+12 |
* | cleanup: Fix compiler warnings | D. Shah | 2021-01-28 | 1 | -1/+2 |
* | cleanup: Remove dead/unused code | D. Shah | 2021-01-28 | 3 | -113/+3 |
* | clangformat | D. Shah | 2021-01-28 | 2 | -23/+19 |