Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | router2: Special backwards mode for gnd/vcc-like nets | David Shah | 2020-02-03 | 1 | -3/+67 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | router2: Bounding box improvements | David Shah | 2020-02-03 | 1 | -8/+36 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | router2: nearly there | David Shah | 2020-02-03 | 1 | -8/+21 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | router2: Net data fixes | David Shah | 2020-02-03 | 1 | -7/+29 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | router2: Fixes | David Shah | 2020-02-03 | 1 | -5/+28 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | router2: Add some test glue | David Shah | 2020-02-03 | 2 | -27/+96 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | router2: A* main loop | David Shah | 2020-02-03 | 1 | -8/+80 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | router2: helper functions | David Shah | 2020-02-03 | 1 | -3/+94 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | router2: infrastructure | David Shah | 2020-02-03 | 1 | -39/+83 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | router2: Basic infrastructure | David Shah | 2020-02-03 | 1 | -0/+202 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #389 from YosysHQ/mmicko/time_info | David Shah | 2020-02-02 | 1 | -9/+15 |
|\ | | | | | Add spent time info to report | ||||
| * | Update formatting | Miodrag Milanovic | 2020-02-02 | 1 | -4/+4 |
| | | |||||
| * | 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 | ||||
| * | json: fix handling of 32-bit parameters | Marcin Kościelnicki | 2020-02-01 | 3 | -16/+14 |
|/ | | | | | | See YosysHQ/yosys#1671 for rationale. Also, added some validation to our parser, so that out-of-range values are reported and the user knows they should update yosys. | ||||
* | cmake: Python 3.9 support | David Shah | 2020-01-29 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #386 from rrika/master | David Shah | 2020-01-27 | 3 | -1/+13 |
|\ | | | | | python: Expose PlaceStrength enum and isValidBelForCell on ecp5 | ||||
| * | python: Expose PlaceStrength enum and isValidBelForCell on ecp5 | Erika | 2020-01-26 | 3 | -1/+13 |
|/ | | | | Signed-off-by: Erika <rrika9@yahoo.com> | ||||
* | ecp5: Fix tieoff of unused DELAY signals | David Shah | 2020-01-21 | 1 | -3/+3 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | clangformat | David Shah | 2020-01-20 | 2 | -5/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ecp5: Add SPICB0 IO support | David Shah | 2020-01-20 | 2 | -3/+3 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #384 from YosysHQ/warning_fixes | Miodrag Milanović | 2020-01-19 | 8 | -40/+28 |
|\ | | | | | Warning fixes | ||||
| * | 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 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #382 from YosysHQ/ecp5-psuedodiff | David Shah | 2020-01-16 | 3 | -13/+42 |
|\ | | | | | ecp5: Add support for top pseudo diff outputs | ||||
| * | ecp5: Add support for top pseudo diff outputs | David Shah | 2020-01-15 | 3 | -13/+42 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | Merge pull request #381 from ldoolitt/master | David Shah | 2020-01-16 | 2 | -4/+3 |
|\ \ | |/ |/| | More adjustments to .bba file locations | ||||
| * | More adjustments to .bba file locations | Larry Doolittle | 2020-01-14 | 2 | -4/+3 |
|/ | | | | | | | | | | Follows PM discussion with Marcus Comstedt. Extend changes in .bba file location (made in commit b6a7b60) to ice40 and MSVC cases, so all cases become compatible with read-only access to git tree. Only known down-side is inefficiency when building out-of-tree for multiple architectures; people following that use case should consider using PREGENERATED_BBA_PATH. It would be nice if there were less copy-paste in MSVC vs. non-MSVC content in family.cmake, but that would have to be addressed by someone more skilled in Cmake and MSVC. | ||||
* | Merge pull request #380 from ldoolitt/master | David Shah | 2020-01-14 | 1 | -2/+1 |
|\ | | | | | Remove barrier to out-of-tree builds | ||||
| * | Remove barrier to out-of-tree builds | Larry Doolittle | 2020-01-12 | 1 | -2/+1 |
| | | | | | | | | | | With this change, nextpnr can build successfully (and run correctly) using the git tree as a read-only reference. No change in behavior observed for in-tree builds. | ||||
* | | 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 | ||||
| * | Change version to git describe and make set-able from outside | Tobias Müller | 2020-01-11 | 4 | -13/+15 |
| | | | | | | | | | | | | | | Change version to use git describe instead of git log as this will also work if tags are present and make the version string set-able from outside as a parameter to cmake, so that package managers can set this if building outside of a git working tree. | ||||
* | | Merge pull request #377 from YosysHQ/mmicko/recording | Miodrag Milanović | 2020-01-11 | 8 | -2/+122 |
|\ \ | |/ |/| | Enable screenshot and recording feature | ||||
| * | 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 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #344 from YosysHQ/mmicko/ecp5_gui | Miodrag Milanović | 2019-12-28 | 17 | -72/+5673 |
|\ | | | | | ECP5 display improvement | ||||
| * | 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 |
| | | | | | | | | | | | | Fixes #374 Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | Merge pull request #353 from YosysHQ/generic-frontend | David Shah | 2019-12-27 | 24 | -1071/+2185 |
|\ \ | | | | | | | New hierarchy-capable generic frontend framework and json11 based JSON frontend | ||||
| * | | Document hierarchy structures | David Shah | 2019-12-27 | 1 | -1/+15 |
| | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | | Allow constraining non-leaf cells to regions | David Shah | 2019-12-27 | 1 | -1/+10 |
| | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | | Preserve hierarchy through packing | David Shah | 2019-12-27 | 6 | -0/+97 |
| | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> |