aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* C++17 compatibility: Don't use std::random_shufflePer Grön2020-12-302-5/+11
* Gowin target (#542)Pepijn de Vos2020-12-301-1/+1
* command.cc: Improve help textDavid Shah2020-12-271-1/+1
* router2: Avoid ripup of critical pathDavid Shah2020-12-011-2/+17
* router2: Make splitting of wires thread-safeDavid Shah2020-12-011-4/+39
* router2: Add per-thread rngDavid Shah2020-12-011-1/+7
* nexus: Refactor DSP macro splitting to make it more genericDavid Shah2020-11-302-0/+14
* nexus: Add support for clocked MULT9X9sDavid Shah2020-11-302-0/+12
* nexus: Support for unclocked 9x9 multipliesDavid Shah2020-11-302-6/+6
* nexus: Miscellaneous DSP infrastructureDavid Shah2020-11-302-24/+10
* nexus: Add some infrastructure for DSP packingDavid Shah2020-11-302-0/+28
* router1: Fix same-source-dest caseDavid Shah2020-11-301-0/+14
* router2: Fix case where src and dst are the sameDavid Shah2020-11-301-1/+4
* nexus: LUTRAM supportDavid Shah2020-11-301-0/+7
* nexus: More pin styles and FASM pinmux genDavid Shah2020-11-301-0/+9
* nexus: IO pre-packingDavid Shah2020-11-301-0/+9
* nexus: Working on validity checkingDavid Shah2020-11-301-0/+7
* nexus: Add Python bindingsDavid Shah2020-11-301-5/+0