aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5
Commit message (Expand)AuthorAgeFilesLines
* ecp5: Use snake case for arch-specific functionsD. Shah2021-02-038-310/+310
* ecp5: Implement IdStringList for all arch object namesD. Shah2021-02-024-85/+66
* refactor: Replace getXName().c_str(ctx) with ctx->nameOfXD. Shah2021-02-022-8/+7
* ecp5: Proof-of-concept using IdStringList for bel namesD. Shah2021-02-025-37/+45
* arch: Add getNameDelimiter API for string listsD. Shah2021-02-021-0/+1
* Run "make clangformat".Keith Rothman2021-02-024-27/+21
* Add pybindings for new APIs.Keith Rothman2021-02-022-0/+14
* Rename Partition -> BelBucket.Keith Rothman2021-02-023-28/+28
* Working compile of ECP5.Keith Rothman2021-02-022-1/+15
* Refactor ECP5 to new Partition API.Keith Rothman2021-02-023-0/+64
* Initial refactoring of placer API.Keith Rothman2021-02-021-0/+3
* Seperate PipRange types in pybindings_shared.Keith Rothman2021-02-011-0/+3
* cleanup: Spelling fixesD. Shah2021-01-282-2/+2
* cleanup: Remove dead/unused codeD. Shah2021-01-281-25/+0
* Move RelPtr/RelSlice out of arches into commonD. Shah2021-01-271-37/+1
* ecp5: Switch from RelPtr to RelSliceD. Shah2021-01-273-165/+143
* ecp5: Fix bottom clock tile renaming for tilegroupsD. Shah2021-01-251-0/+8
* clangformatDavid Shah2020-12-301-1/+2
* ecp5: Improve pseudo-diff IO error handlingDavid Shah2020-12-271-2/+4
* ecp5: Fix FF timing dataDavid Shah2020-12-171-4/+4
* Update CMakeLists.txtYehowshua Immanuel2020-11-171-1/+1
* clangformatDavid Shah2020-11-141-4/+4
* RelPtr: remove copy constructor and copy assignmentDavid Shah2020-11-131-0/+3
* ecp5: Fix handling of CLK/LSR wire attached settingsDavid Shah2020-11-051-2/+4
* Remove wire alias APIDavid Shah2020-10-151-9/+0
* ecp5: Fix some tricky ECLKSYNCB/CLKDIVF packing casesDavid Shah2020-10-091-0/+64
* docs: Tidy upDavid Shah2020-10-011-30/+28
* Update primitives.mdkittennbfive2020-09-301-34/+33
* ecp5: Add support for setting PIO clampDavid Shah2020-09-261-0/+3
* Fix MESSAGE indicating where externally-built .bbas live.William D. Jones2020-08-221-1/+1
* Merge pull request #489 from YosysHQ/dave/ecp5-fix-ioddrx2David Shah2020-08-131-8/+8
|\
| * ecp5: Fix how ODDRX2 SCLK/RST are setDavid Shah2020-08-131-8/+8
* | ecp5: Run fixupHierarchy after packingDavid Shah2020-08-121-0/+1
|/
* Initial conversion to pybind11Miodrag Milanovic2020-07-231-18/+16
* ecp5: Add a warning for unknown LPF IOBUF attrsDavid Shah2020-07-131-0/+8
* ecp5: Add SYSCONFIG settings to bitstreamDavid Shah2020-07-124-3/+38
* ecp5: Add parsing of SYSCONFIG line in LPFDavid Shah2020-07-121-1/+20
* Merge pull request #463 from YosysHQ/fix-archcheckDavid Shah2020-07-021-2/+3
|\
| * ecp5: Fix getTileBelDimZDavid Shah2020-06-291-2/+3
* | CMake: improve logic for discovering Trellis.whitequark2020-07-011-1/+25
* | CMake: fix path checks in chipdb build scripts.whitequark2020-07-011-2/+2
* | ecp5: Fix derivation of OSCG timing constraintDavid Shah2020-06-291-1/+5
|/
* Fix clangformat and execute itMiodrag Milanovic2020-06-271-12/+8
* Update git ignore locationsMiodrag Milanovic2020-06-271-1/+1
* Merge pull request #460 from whitequark/better-embedDavid Shah2020-06-268-109/+66
|\
| * Simplify and improve chipdb embedding/loading.whitequark2020-06-268-109/+66
* | Fix typowhitequark2020-06-251-1/+1
|/
* CMake: require at least version 3.5 (Ubuntu 16.04).whitequark2020-06-251-1/+1
* CMake: rewrite chipdb handling from ground up.whitequark2020-06-256-119/+151
* ecp5: Fix placement of DCCs to guarantee routeabilityDavid Shah2020-06-101-2/+44