Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Better formatting | Miodrag Milanovic | 2020-02-02 | 1 | -5/+4 | |
| * | | Add spent time info to report | Miodrag Milanovic | 2020-02-02 | 1 | -9/+16 | |
|/ / | ||||||
* | | Merge pull request #388 from YosysHQ/mwk/json-fixes | David Shah | 2020-02-01 | 3 | -16/+14 | |
|\ \ | ||||||
| * | | json: fix handling of 32-bit parameters | Marcin Kościelnicki | 2020-02-01 | 3 | -16/+14 | |
|/ / | ||||||
* | | cmake: Python 3.9 support | David Shah | 2020-01-29 | 1 | -1/+1 | |
* | | Merge pull request #386 from rrika/master | David Shah | 2020-01-27 | 3 | -1/+13 | |
|\ \ | ||||||
| * | | python: Expose PlaceStrength enum and isValidBelForCell on ecp5 | Erika | 2020-01-26 | 3 | -1/+13 | |
|/ / | ||||||
* | | ecp5: Fix tieoff of unused DELAY signals | David Shah | 2020-01-21 | 1 | -3/+3 | |
* | | clangformat | David Shah | 2020-01-20 | 2 | -5/+1 | |
* | | ecp5: Add SPICB0 IO support | David Shah | 2020-01-20 | 2 | -3/+3 | |
* | | Merge pull request #384 from YosysHQ/warning_fixes | Miodrag Milanović | 2020-01-19 | 8 | -40/+28 | |
|\ \ | |/ |/| | ||||||
| * | Few more caught by clang | Miodrag Milanovic | 2020-01-18 | 1 | -4/+0 | |
| * | Warnings noticed by clang | Miodrag Milanovic | 2020-01-18 | 2 | -17/+17 | |
| * | Various warning fixes | Miodrag Milanovic | 2020-01-18 | 6 | -19/+11 | |
|/ | ||||||
* | frontend: Fix hang when loading very large designs | David Shah | 2020-01-16 | 1 | -1/+1 | |
* | Merge pull request #382 from YosysHQ/ecp5-psuedodiff | David Shah | 2020-01-16 | 3 | -13/+42 | |
|\ | ||||||
| * | ecp5: Add support for top pseudo diff outputs | David Shah | 2020-01-15 | 3 | -13/+42 | |
* | | Merge pull request #381 from ldoolitt/master | David Shah | 2020-01-16 | 2 | -4/+3 | |
|\ \ | |/ |/| | ||||||
| * | More adjustments to .bba file locations | Larry Doolittle | 2020-01-14 | 2 | -4/+3 | |
|/ | ||||||
* | Merge pull request #380 from ldoolitt/master | David Shah | 2020-01-14 | 1 | -2/+1 | |
|\ | ||||||
| * | Remove barrier to out-of-tree builds | Larry Doolittle | 2020-01-12 | 1 | -2/+1 | |
* | | Merge pull request #379 from twam/pass_version | David Shah | 2020-01-14 | 4 | -13/+15 | |
|\ \ | |/ |/| | ||||||
| * | Change version to git describe and make set-able from outside | Tobias Müller | 2020-01-11 | 4 | -13/+15 | |
* | | Merge pull request #377 from YosysHQ/mmicko/recording | Miodrag Milanović | 2020-01-11 | 8 | -2/+122 | |
|\ \ | |/ |/| | ||||||
| * | Skip same frames | Miodrag Milanovic | 2020-01-11 | 3 | -13/+24 | |
| * | Enable screenshot and recording feature | Miodrag Milanovic | 2020-01-05 | 8 | -2/+111 | |
|/ | ||||||
* | HeAP: increase timeout | David Shah | 2019-12-30 | 1 | -1/+1 | |
* | Merge pull request #344 from YosysHQ/mmicko/ecp5_gui | Miodrag Milanović | 2019-12-28 | 17 | -72/+5673 | |
|\ | ||||||
| * | clangformat | Miodrag Milanovic | 2019-12-28 | 1 | -16/+24 | |
| * | made most of frequent numbers constants | Miodrag Milanovic | 2019-12-28 | 1 | -273/+285 | |
| * | move constants to gfx.cc | Miodrag Milanovic | 2019-12-28 | 2 | -18/+18 | |
| * | remove synt example | Miodrag Milanovic | 2019-12-28 | 1 | -132/+0 | |
| * | Merge remote-tracking branch 'origin/master' into mmicko/ecp5_gui | Miodrag Milanovic | 2019-12-28 | 71 | -1805/+3391 | |
| |\ | |/ |/| | ||||||
* | | ecp5: Always promote IOLOGIC SCLK to global | David Shah | 2019-12-27 | 1 | -1/+3 | |
* | | Merge pull request #353 from YosysHQ/generic-frontend | David Shah | 2019-12-27 | 24 | -1071/+2185 | |
|\ \ | ||||||
| * | | Document hierarchy structures | David Shah | 2019-12-27 | 1 | -1/+15 | |
| * | | Allow constraining non-leaf cells to regions | David Shah | 2019-12-27 | 1 | -1/+10 | |
| * | | Preserve hierarchy through packing | David Shah | 2019-12-27 | 6 | -0/+97 | |
| * | | python: Add bindings for hierarchy structures | David Shah | 2019-12-27 | 8 | -8/+45 | |
| * | | frontend_base: Import cell hierarchy | David Shah | 2019-12-27 | 1 | -3/+16 | |
| * | | First pass at data structures for hierarchy | David Shah | 2019-12-27 | 2 | -2/+31 | |
| * | | json: Remove legacy frontend | David Shah | 2019-12-27 | 7 | -1090/+3 | |
| * | | frontend: Support for loading settings and nextpnr state | David Shah | 2019-12-27 | 2 | -1/+27 | |
| * | | frontend/generic: Fix regressions | David Shah | 2019-12-27 | 4 | -22/+32 | |
| * | | frontend/base: Fix lookup of nets by module index | David Shah | 2019-12-27 | 1 | -28/+30 | |
| * | | frontend: Improved error handling and fixes | David Shah | 2019-12-27 | 2 | -1/+12 | |
| * | | command: Use new frontend experimentally | David Shah | 2019-12-27 | 1 | -2/+11 | |
| * | | frontend: Fix template compile issues | David Shah | 2019-12-27 | 2 | -61/+62 | |
| * | | frontend: Top level port import | David Shah | 2019-12-27 | 1 | -52/+158 | |
| * | | frontend/base: Functions for hierarchical submodule cell import | David Shah | 2019-12-27 | 1 | -45/+76 |