Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #734 from acomodi/remove-rw-patch | gatecat | 2021-06-24 | 1 | -3/+0 | |
|\ | | | | | ci: remove RapidWright patching | |||||
| * | ci: remove RapidWright patching | Alessandro Comodi | 2021-06-24 | 1 | -3/+0 | |
|/ | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | |||||
* | Merge pull request #733 from acomodi/interchange-move-macro-before-io | gatecat | 2021-06-18 | 1 | -1/+1 | |
|\ | | | | | interchange: arch: move macro expansion step before ios packing | |||||
| * | interchange: arch: move macro expansion step before ios packing | Alessandro Comodi | 2021-06-18 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | |||||
* | Merge pull request #731 from YosysHQ/gatecat/timing-mem-error | gatecat | 2021-06-17 | 1 | -4/+11 | |
|\ | | | | | sta: Fix a memory error introduced by using dict instead of unordered_map | |||||
| * | sta: Fix a memory error introduced by the dict move | gatecat | 2021-06-17 | 1 | -4/+11 | |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | Merge pull request #730 from YosysHQ/gatecat/dcc-routehtru | gatecat | 2021-06-17 | 3 | -3/+62 | |
|\ | | | | | nexus: Fix some 17k reliability issues | |||||
| * | nexus: Disable center DCC-thrus on 17k device | gatecat | 2021-06-16 | 3 | -1/+29 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
| * | nexus: Fix FASM gen for DCC-thru | gatecat | 2021-06-16 | 1 | -3/+34 | |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | Merge pull request #728 from YosysHQ/gatecat/nexus-ram | gatecat | 2021-06-15 | 7 | -2/+384 | |
|\ | | | | | interchange/nexus: Add RAM techmap rule and a RAM test | |||||
| * | interchange: Bump versions | gatecat | 2021-06-15 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
| * | nexus: Add modified version of RAM test | gatecat | 2021-06-15 | 5 | -0/+206 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
| * | nexus: Add PDPSC16K->PDPSC16K_MODE to remap rules | gatecat | 2021-06-15 | 1 | -0/+176 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | | Merge pull request #729 from acomodi/interchange-fix-phys-net-writer | gatecat | 2021-06-15 | 1 | -5/+2 | |
|\ \ | | | | | | | interchange: fix phys net writer | |||||
| * | | interchange: fix phys net writer | Alessandro Comodi | 2021-06-15 | 1 | -5/+2 | |
|/ / | | | | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | |||||
* | | Merge pull request #727 from YosysHQ/gatecat/ic-undriven | gatecat | 2021-06-14 | 3 | -5/+9 | |
|\| | | | | | interchange: Cope with undriven nets in more places | |||||
| * | interchange: Cope with undriven nets in more places | gatecat | 2021-06-14 | 3 | -5/+9 | |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | Merge pull request #724 from YosysHQ/gatecat/update-names | gatecat | 2021-06-12 | 204 | -282/+282 | |
|\ | | | | | Update deadnames and emails | |||||
| * | Bump tests submodule | gatecat | 2021-06-12 | 1 | -0/+0 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
| * | Update URLs | gatecat | 2021-06-12 | 3 | -9/+9 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
| * | Fixing old emails and names in copyrights | gatecat | 2021-06-12 | 201 | -273/+273 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | | Merge pull request #726 from YosysHQ/gatecat/mem-errors | gatecat | 2021-06-12 | 1 | -1/+1 | |
|\ \ | |/ |/| | HeAP: Fix memory error introduced by switch to dict | |||||
| * | HeAP: Fix memory error introduced by switch to dict | gatecat | 2021-06-12 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | Merge pull request #720 from acomodi/interchange-clusters | gatecat | 2021-06-11 | 13 | -30/+715 | |
|\ | | | | | interchange: enable clusters support | |||||
| * | interchange: ci: add RW patch for missing cell bel maps | Alessandro Comodi | 2021-06-11 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | |||||
| * | interchange: clusters: always get cell bel map and add asserts | Alessandro Comodi | 2021-06-11 | 1 | -23/+13 | |
| | | | | | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | |||||
| * | interchange: ci: update python-interchange tag | Alessandro Comodi | 2021-06-11 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | |||||
| * | interchange: run clang formatter | Alessandro Comodi | 2021-06-11 | 2 | -22/+18 | |
| | | | | | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | |||||
| * | interchange: clusters: adjust comments | Alessandro Comodi | 2021-06-11 | 2 | -11/+16 | |
| | | | | | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | |||||
| * | interchange: increase chipinfo version | Alessandro Comodi | 2021-06-11 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | |||||
| * | interchange: tests: counter: emit carries for xc7 | Alessandro Comodi | 2021-06-11 | 2 | -4/+6 | |
| | | | | | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | |||||
| * | interchange: add support for generating BEL clusters | Alessandro Comodi | 2021-06-11 | 9 | -24/+713 | |
|/ | | | | | | | | Clustering greatly helps the placer to identify and pack together specific cells at the same site (e.g. LUT+FF), or cells that are chained through dedicated interconnections (e.g. CARRY CHAINS) Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | |||||
* | Merge branch 'test_framework' | gatecat | 2021-06-11 | 2 | -0/+3 | |
|\ | ||||||
| * | fpga_interchange: Add site router tests | Tomasz Michalak | 2021-06-11 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com> | |||||
| * | tests: fpga_interchange: Update module to use site router test framework | Tomasz Michalak | 2021-06-11 | 1 | -0/+0 | |
|/ | | | | Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com> | |||||
* | ecp5: Add missing clock edge assignments | gatecat | 2021-06-10 | 1 | -0/+2 | |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | nexus: Fix LRAM x coord | gatecat | 2021-06-10 | 1 | -0/+2 | |
| | ||||||
* | Merge pull request #723 from YosysHQ/gatecat/fix-722 | gatecat | 2021-06-08 | 3 | -11/+16 | |
|\ | | | | | gui: Don't destroy context when loading JSON | |||||
| * | gui: Don't destroy context when loading JSON | gatecat | 2021-06-07 | 3 | -11/+16 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | | ecp5: Don't attempt to promote undriven nets to globals | gatecat | 2021-06-07 | 1 | -1/+2 | |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | mistral: Fix include path in GUI cmake, too | gatecat | 2021-06-07 | 1 | -1/+1 | |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | Merge pull request #721 from YosysHQ/gatecat/mistral-cmake | gatecat | 2021-06-05 | 7 | -17/+7 | |
|\ | | | | | Updates for latest libmistral | |||||
| * | ci: Bump mistral version | gatecat | 2021-06-05 | 2 | -6/+2 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
| * | mistral: Remove mistral root argument | gatecat | 2021-06-04 | 3 | -7/+1 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
| * | mistral: Build libmistral as a cmake subdir | gatecat | 2021-06-04 | 2 | -4/+4 | |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | Merge pull request #718 from YosysHQ/gatecat/hashlib | gatecat | 2021-06-03 | 137 | -1658/+2152 | |
|\ | | | | | Moving from unordered_{map, set} to hashlib | |||||
| * | Remove redundant code after hashlib move | gatecat | 2021-06-02 | 20 | -498/+14 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
| * | Use hashlib in frontend, where possible | gatecat | 2021-06-02 | 1 | -6/+6 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
| * | Use hashlib in most remaining code | gatecat | 2021-06-02 | 20 | -58/+53 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
| * | Using hashlib in timing | gatecat | 2021-06-02 | 2 | -82/+26 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> |