| Commit message (Expand) | Author | Age | Files | Lines |
* | command.cc: Improve help text | David Shah | 2020-12-27 | 1 | -1/+1 |
* | router2: Avoid ripup of critical path | David Shah | 2020-12-01 | 1 | -2/+17 |
* | router2: Make splitting of wires thread-safe | David Shah | 2020-12-01 | 1 | -4/+39 |
* | router2: Add per-thread rng | David Shah | 2020-12-01 | 1 | -1/+7 |
* | nexus: Refactor DSP macro splitting to make it more generic | David Shah | 2020-11-30 | 2 | -0/+14 |
* | nexus: Add support for clocked MULT9X9s | David Shah | 2020-11-30 | 2 | -0/+12 |
* | nexus: Support for unclocked 9x9 multiplies | David Shah | 2020-11-30 | 2 | -6/+6 |
* | nexus: Miscellaneous DSP infrastructure | David Shah | 2020-11-30 | 2 | -24/+10 |
* | nexus: Add some infrastructure for DSP packing | David Shah | 2020-11-30 | 2 | -0/+28 |
* | router1: Fix same-source-dest case | David Shah | 2020-11-30 | 1 | -0/+14 |
* | router2: Fix case where src and dst are the same | David Shah | 2020-11-30 | 1 | -1/+4 |
* | nexus: LUTRAM support | David Shah | 2020-11-30 | 1 | -0/+7 |
* | nexus: More pin styles and FASM pinmux gen | David Shah | 2020-11-30 | 1 | -0/+9 |
* | nexus: IO pre-packing | David Shah | 2020-11-30 | 1 | -0/+9 |
* | nexus: Working on validity checking | David Shah | 2020-11-30 | 1 | -0/+7 |
* | nexus: Add Python bindings | David Shah | 2020-11-30 | 1 | -5/+0 |
* | nexus: Add global networks | David Shah | 2020-11-30 | 1 | -2/+2 |
* | clangformat | David Shah | 2020-11-26 | 1 | -3/+2 |
* | nextpnr: Improve error reporting in Context::check | David Shah | 2020-11-26 | 1 | -17/+67 |
* | Python code cleanup | Miodrag Milanovic | 2020-11-14 | 3 | -31/+13 |
* | clangformat | David Shah | 2020-11-14 | 1 | -4/+1 |
* | Remove wire alias API | David Shah | 2020-10-15 | 1 | -2/+0 |
* | Merge pull request #500 from YosysHQ/dave/py-none-fix | Miodrag Milanović | 2020-09-14 | 1 | -6/+6 |
|\ |
|
| * | python: Fix handling of None in pybind11 | David Shah | 2020-09-14 | 1 | -6/+6 |
* | | Preserve cmd parameters when loading json from GUI | Miodrag Milanovic | 2020-09-04 | 2 | -1/+6 |
|/ |
|
* | No longer need fstream include | Ross Schlaikjer | 2020-08-30 | 1 | -1/+0 |
* | Only print filenames for now, default on | Ross Schlaikjer | 2020-08-30 | 3 | -67/+13 |
* | Add option to print critical path source code | Ross Schlaikjer | 2020-08-30 | 3 | -0/+94 |
* | clangformat | David Shah | 2020-08-20 | 2 | -2/+4 |
* | Merge pull request #488 from YosysHQ/dave/port_fanin_fix | David Shah | 2020-08-12 | 1 | -2/+17 |
|\ |
|
| * | timing: Fix counting of fanin in out-of-context mode | David Shah | 2020-08-12 | 1 | -2/+17 |
* | | Add a warning when floorplan constraint doesn't match | David Shah | 2020-08-12 | 1 | -1/+7 |
|/ |
|
* | Made proper exception translation | Miodrag Milanovic | 2020-08-07 | 1 | -1/+7 |
* | clangformat | Miodrag Milanovic | 2020-07-25 | 4 | -19/+31 |
* | pycontainers: Fix kv-pair-iter type | David Shah | 2020-07-24 | 1 | -9/+19 |
* | exception translation | Miodrag Milanovic | 2020-07-24 | 1 | -7/+1 |
* | Fixed named arguments | Miodrag Milanovic | 2020-07-24 | 1 | -4/+3 |
* | proper argument propagation | Miodrag Milanovic | 2020-07-24 | 1 | -10/+10 |
* | proper ctx export | Miodrag Milanovic | 2020-07-23 | 2 | -2/+2 |
* | possible fix | Miodrag Milanovic | 2020-07-23 | 1 | -6/+4 |
* | Initial conversion to pybind11 | Miodrag Milanovic | 2020-07-23 | 5 | -177/+154 |
* | Avoid low-value and slow pip name check for ECP5 | David Shah | 2020-06-29 | 1 | -2/+2 |
* | placer1: Unlock even if placement fails | David Shah | 2020-06-29 | 1 | -0/+2 |
* | Fix clangformat and execute it | Miodrag Milanovic | 2020-06-27 | 2 | -7/+9 |
* | Merge pull request #460 from whitequark/better-embed | David Shah | 2020-06-26 | 2 | -0/+96 |
|\ |
|
| * | Simplify and improve chipdb embedding/loading. | whitequark | 2020-06-26 | 2 | -0/+96 |
* | | HeAP: Add timeout to IO placement | David Shah | 2020-06-25 | 1 | -0/+4 |
|/ |
|
* | clangformat | David Shah | 2020-06-12 | 1 | -12/+6 |
* | Merge pull request #447 from whitequark/wasi | David Shah | 2020-05-24 | 4 | -8/+62 |
|\ |
|
| * | Port nextpnr-{ice40,ecp5} to WASI. | whitequark | 2020-05-23 | 4 | -8/+62 |