aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add getBelHidden and add some missing "override" statements.Keith Rothman2021-02-112-3/+8
* Remove the unused CellInfo::pins fieldgatecat2021-02-103-25/+0
* Add BaseArchRanges for default ArchRanges typesgatecat2021-02-091-0/+21
* Make BaseCtx destructor virtualgatecat2021-02-081-1/+1
* Use 'T' postfix to disambiguate LHS and RHS of usingD. Shah2021-02-081-42/+48
* Add archArgs and archArgsToId to Arch APID. Shah2021-02-051-0/+3
* ice40: Switch to BaseArchD. Shah2021-02-051-0/+1
* Add pure-virtual ArchAPI interfaceD. Shah2021-02-051-104/+198
* Rename ArchBase to BaseArch for consistency with BaseCtxD. Shah2021-02-051-1/+1
* Add default implementation of bel bucket functionsD. Shah2021-02-051-5/+89
* Add default implementation of some range-returning functionsD. Shah2021-02-051-5/+27
* Add a few more functions to ArchBaseD. Shah2021-02-051-8/+14
* ecp5: Use common wire/pip bindingD. Shah2021-02-051-1/+1
* Fix now-illegal use of reinterpret_castD. Shah2021-02-051-3/+5
* nextpnr: Example of shared wire/bel/pip binding codeD. Shah2021-02-051-13/+106
* nextpnr: Use templates to specify range typesD. Shah2021-02-051-0/+21
* nextpnr: Add base virtual functions for non-range Arch APID. Shah2021-02-051-0/+108
* Add RelSlice::ssize and use it when comparing with signed ints.Keith Rothman2021-02-051-0/+1
* Mark IdString and IdStringList single argument constructors explicit.Keith Rothman2021-02-043-18/+28
* Use a LRU cache for pip to wire map.Keith Rothman2021-02-031-10/+113
* generic: Use IdStringList for all arch object namesD. Shah2021-02-023-1/+28
* nexus: Implement IdStringList for all arch object namesD. Shah2021-02-021-0/+6
* ecp5: Implement IdStringList for all arch object namesD. Shah2021-02-023-8/+55
* refactor: Replace getXName().c_str(ctx) with ctx->nameOfXD. Shah2021-02-023-9/+8
* ecp5: Proof-of-concept using IdStringList for bel namesD. Shah2021-02-027-24/+56
* common: First pass at IdStringList methodsD. Shah2021-02-022-3/+64
* arch: Add getNameDelimiter API for string listsD. Shah2021-02-021-0/+3
* common: Adding IdStringList typeD. Shah2021-02-021-0/+67
* Run "make clangformat".Keith Rothman2021-02-026-63/+73
* Moving missing empty check into initial placement loop.Keith Rothman2021-02-021-5/+14
* Add pybindings for new APIs.Keith Rothman2021-02-021-0/+16
* Rename Partition -> BelBucket.Keith Rothman2021-02-024-91/+91
* Fix regression in use of FastBels.Keith Rothman2021-02-023-10/+38
* Address some compiler warnings.Keith Rothman2021-02-021-1/+1
* Add Partition APIs to ice40, nexus, gowin archs.Keith Rothman2021-02-021-2/+2
* Working compile of ECP5.Keith Rothman2021-02-021-5/+7
* Implement partitioning in placer_heap.Keith Rothman2021-02-023-130/+243
* Add archcheck for partition methods.Keith Rothman2021-02-021-0/+64
* Initial refactoring of placer API.Keith Rothman2021-02-025-68/+136
* Merge pull request #563 from litghost/seperate_pip_range_typesDavid Shah2021-02-021-2/+2
|\
| * Seperate PipRange types in pybindings_shared.Keith Rothman2021-02-011-2/+2
* | Avoid linear scan in PIP check loop.Keith Rothman2021-01-291-18/+10
|/
* cleanup: Spelling fixesD. Shah2021-01-284-11/+12
* cleanup: Fix compiler warningsD. Shah2021-01-281-1/+2
* cleanup: Remove dead/unused codeD. Shah2021-01-283-113/+3
* clangformatD. Shah2021-01-282-23/+19
* Merge pull request #553 from YosysHQ/rel-sliceDavid Shah2021-01-281-0/+42
|\
| * Make RelSlice uncopyableD. Shah2021-01-271-0/+3
| * Move RelPtr/RelSlice out of arches into commonD. Shah2021-01-271-0/+39
* | Add connectivity round trip checks to archcheck.Keith Rothman2021-01-271-7/+75
|/