| Commit message (Expand) | Author | Age | Files | Lines |
* | machxo2: Remove no-iobs option. It was always enabled and should remain an im... | William D. Jones | 2021-12-16 | 6 | -8/+5 |
* | machxo2: Remove -noiopad option when generating miters for post-pnr verificat... | William D. Jones | 2021-12-16 | 1 | -1/+2 |
* | machxo2: Add packing logic to forbid designs lacking FACADE_IO top-level ports. | William D. Jones | 2021-12-16 | 1 | -0/+46 |
* | machxo2: Correct which PIO wires get adjusted when writing text bitstream. Ad... | William D. Jones | 2021-12-16 | 1 | -9/+26 |
* | Merge pull request #874 from yrabbit/models | gatecat | 2021-12-15 | 1 | -1/+1 |
|\ |
|
| * | gowin: Recognize models correctly | YRabbit | 2021-12-15 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #872 from YosysHQ/gatecat/py-loc-api | gatecat | 2021-12-14 | 2 | -1/+8 |
|\ |
|
| * | python: Bind getBelLocation/getPipLocation | gatecat | 2021-12-14 | 2 | -1/+8 |
|/ |
|
* | Merge pull request #870 from YosysHQ/gatecat/ecp5-lutperm | gatecat | 2021-12-14 | 8 | -8/+118 |
|\ |
|
| * | ecp5: LUT permutation support | gatecat | 2021-12-13 | 8 | -8/+118 |
* | | Merge pull request #871 from yrabbit/english | gatecat | 2021-12-14 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | gowin: Fix spelling of messages | YRabbit | 2021-12-14 | 1 | -4/+4 |
|/ |
|
* | Merge pull request #868 from mkj/mkj/chipdb-16bit | gatecat | 2021-12-13 | 2 | -14/+15 |
|\ |
|
| * | ecp5: Reduce some chipdb fields sizes | Matt Johnston | 2021-12-13 | 2 | -14/+15 |
|/ |
|
* | clangformat | gatecat | 2021-12-12 | 2 | -7/+9 |
* | router2: Improve reservation debug logging | gatecat | 2021-12-12 | 1 | -2/+4 |
* | Merge pull request #867 from mkj/mkj/routerspeed2 | gatecat | 2021-12-12 | 4 | -16/+107 |
|\ |
|
| * | ecp5: Keep "visited" local | Matt Johnston | 2021-12-12 | 1 | -2/+1 |
| * | ecp5: Use a vector rather than dict | Matt Johnston | 2021-12-12 | 3 | -14/+106 |
* | | Merge pull request #869 from YosysHQ/gatecat/mistral-route-fix | gatecat | 2021-12-12 | 2 | -3/+3 |
|\ \ |
|
| * | | mistral: Bump CI version | gatecat | 2021-12-12 | 1 | -1/+1 |
| * | | mistral: DATAIN and DATAOUT of GPIO have swapped | gatecat | 2021-12-12 | 1 | -2/+2 |
|/ / |
|
* | | Merge branch 'master' of github.com:YosysHQ/nextpnr | gatecat | 2021-12-12 | 1 | -0/+3 |
|\ \ |
|
| * \ | Merge pull request #865 from yrabbit/ALU-head-at-zero | gatecat | 2021-12-12 | 1 | -0/+3 |
| |\ \ |
|
| | * \ | Merge branch 'YosysHQ:master' into ALU-head-at-zero | YRabbit | 2021-12-12 | 3 | -3/+3 |
| | |\ \ |
|
| | * | | | gowin: BUGFIX. Place the ALU head in sliсe 0 only | YRabbit | 2021-12-11 | 1 | -0/+3 |
| | | |/
| | |/| |
|
* | / | | clangformat | gatecat | 2021-12-12 | 2 | -16/+13 |
|/ / / |
|
* | / | router2: Error instead of hang in case of reservation conflicts | gatecat | 2021-12-12 | 1 | -0/+3 |
| |/
|/| |
|
* | | Merge pull request #866 from YosysHQ/gatecat/mistral-include-tools | gatecat | 2021-12-11 | 3 | -3/+3 |
|\ \
| |/
|/| |
|
| * | mistral: Add 'tools' dir to include path | gatecat | 2021-12-11 | 3 | -3/+3 |
|/ |
|
* | Merge pull request #863 from antmicro/pack_lutff | gatecat | 2021-11-24 | 2 | -0/+182 |
|\ |
|
| * | Added checking if all FFs added to an existing cluster have matching configur... | Maciej Kurc | 2021-11-23 | 1 | -0/+44 |
| * | Fixed potential issues with carry-chain cluster expansion, added a parameter ... | Maciej Kurc | 2021-11-22 | 2 | -14/+23 |
| * | Added appending FFs to other existing LUT cluster types (carry, widefn) | Maciej Kurc | 2021-11-22 | 1 | -18/+67 |
| * | Added an option to control LUT and FF packing | Maciej Kurc | 2021-11-22 | 2 | -1/+8 |
| * | Added clustering free LUTs and FFs | Maciej Kurc | 2021-11-22 | 1 | -0/+73 |
|/ |
|
* | Merge pull request #862 from DX-MON/master | gatecat | 2021-11-19 | 1 | -6/+4 |
|\ |
|
| * | common: Improved the random seed initialisation for the context | dx-mon | 2021-11-19 | 1 | -6/+4 |
|/ |
|
* | Merge pull request #859 from yrabbit/gowin-packages | gatecat | 2021-11-07 | 4 | -17/+53 |
|\ |
|
| * | gowin: Check the chipdb version | YRabbit | 2021-11-07 | 2 | -1/+7 |
| * | gowin: use latest Apycula release | YRabbit | 2021-11-07 | 1 | -1/+1 |
| * | Merge branch 'master' into gowin-packages | YRabbit | 2021-11-06 | 2 | -3/+11 |
| |\
| |/
|/| |
|
* | | Merge pull request #857 from YosysHQ/gatecat/ecp5-ff-iodel | gatecat | 2021-11-05 | 2 | -3/+11 |
|\ \ |
|
| * | | ecp5: Fix packing of IOFF with IODELAYs | gatecat | 2021-11-05 | 2 | -3/+11 |
|/ / |
|
| * | gowin: Use speed from chip base. | YRabbit | 2021-11-05 | 3 | -20/+27 |
| * | gowin: Add partnumbers and packages to the chipdb | YRabbit | 2021-11-04 | 3 | -6/+29 |
|/ |
|
* | Merge pull request #855 from galibert/master | gatecat | 2021-10-28 | 2 | -4/+3 |
|\ |
|
| * | mistral: Sync with yet another reorganization | Olivier Galibert | 2021-10-28 | 2 | -4/+3 |
|/ |
|
* | Merge pull request #852 from yrabbit/pr-gowin-alu | gatecat | 2021-10-22 | 3 | -6/+226 |
|\ |
|
| * | gowin: Explicitly initialize the y in the cluster | YRabbit | 2021-10-22 | 1 | -0/+5 |