Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ecp5: Improve delay estimates | David Shah | 2018-11-13 | 1 | -2/+2 |
* | Various router1 fixes, Add BelId/WireId/PipId::operator<() | Clifford Wolf | 2018-11-13 | 4 | -16/+72 |
* | Fix router1 check for ECP5 | David Shah | 2018-11-12 | 1 | -0/+5 |
* | clangformat | Clifford Wolf | 2018-11-11 | 4 | -186/+185 |
* | Another router1 bugfix | Clifford Wolf | 2018-11-11 | 2 | -63/+55 |
* | Add getConflictingWireWire() arch API, streamline getConflictingXY semantic | Clifford Wolf | 2018-11-11 | 7 | -147/+178 |
* | Ignore "duplicate" arcs in the same net in router1 | Clifford Wolf | 2018-11-11 | 1 | -1/+4 |
* | Add some additional checks to router1 to find issues in input netlist | Clifford Wolf | 2018-11-11 | 1 | -0/+23 |
* | Add getConflictingPipWire() arch API, router1 improvements | Clifford Wolf | 2018-11-11 | 8 | -36/+87 |
* | Another bugfix in router1 | Clifford Wolf | 2018-11-11 | 1 | -1/+1 |
* | Bugfix in router1 | Clifford Wolf | 2018-11-11 | 1 | -3/+7 |
* | Minor improvements in router1 | Clifford Wolf | 2018-11-11 | 1 | -4/+9 |
* | Some router1 cleanups | Clifford Wolf | 2018-11-10 | 1 | -12/+39 |
* | flush logs when throwing an assertion_failure | Clifford Wolf | 2018-11-10 | 1 | -0/+2 |
* | Add checkers and assertions to router1 and other improvements | Clifford Wolf | 2018-11-10 | 2 | -42/+280 |
* | Fixes and cleanups in router1 | Clifford Wolf | 2018-11-10 | 1 | -10/+10 |
* | Fix log msg typo | Clifford Wolf | 2018-11-09 | 1 | -1/+1 |
* | Improve router console output | Clifford Wolf | 2018-11-09 | 1 | -10/+13 |
* | Fixes and improvements in new router | Clifford Wolf | 2018-11-09 | 2 | -16/+57 |
* | Essentially a rewrite router1 | Clifford Wolf | 2018-11-09 | 2 | -782/+341 |
* | Merge branch 'master' of github.com:YosysHQ/nextpnr into router_improve | Clifford Wolf | 2018-11-09 | 225 | -312/+67446 |
|\ | |||||
| * | Merge pull request #104 from YosysHQ/issue90 | Eddie Hung | 2018-11-08 | 1 | -0/+6 |
| |\ | |||||
| | * | [common] placer to produce error when >1 cell->bel constraint | Eddie Hung | 2018-11-08 | 1 | -0/+6 |
| |/ | |||||
| * | Fix method override in gui | Miodrag Milanovic | 2018-11-05 | 3 | -3/+3 |
| * | ice40: Fix SPRAM and IO globals | David Shah | 2018-11-04 | 1 | -0/+4 |
| * | Merge pull request #102 from YosysHQ/ecp5_gui_update | Miodrag Milanović | 2018-11-03 | 10 | -6/+57 |
| |\ | |||||
| | * | Fix lpf button action | Miodrag Milanovic | 2018-11-03 | 1 | -0/+1 |
| | * | Added image generator and regenerate icons | Miodrag Milanovic | 2018-11-03 | 7 | -0/+6 |
| | * | Added LPF support and all chip models available for select | Miodrag Milanovic | 2018-11-03 | 4 | -6/+50 |
| * | | Merge pull request #101 from daveshah1/ecp5_pll | David Shah | 2018-11-03 | 7 | -40/+257 |
| |\ \ | | |/ | |/| | |||||
| | * | ecp5: Allow setting IO SLEWRATE | David Shah | 2018-11-01 | 1 | -0/+2 |
| | * | ecp5: Add PLL support | David Shah | 2018-10-31 | 4 | -7/+168 |
| | * | ecp5: Separate global promotion and routing | David Shah | 2018-10-31 | 4 | -33/+87 |
| * | | Merge pull request #100 from YosysHQ/ecp5_lpf | David Shah | 2018-11-01 | 6 | -2/+179 |
| |\| | |||||
| | * | ecp5: Add IO buffer insertion | David Shah | 2018-10-31 | 4 | -15/+70 |
| | * | ecp5: Adding LPF parser | David Shah | 2018-10-31 | 3 | -0/+122 |
| * | | Proper OpenGL limit for QT | Miodrag Milanovic | 2018-10-29 | 2 | -3/+3 |
| |/ | |||||
| * | ice40: Fix PLL DYNAMICDELAY | David Shah | 2018-10-27 | 1 | -1/+2 |
| * | ups, uncomment | Miodrag Milanovic | 2018-10-27 | 1 | -2/+2 |
| * | Fixed pip graphics | Miodrag Milanovic | 2018-10-27 | 1 | -4/+4 |
| * | fix edge case | Miodrag Milanovic | 2018-10-27 | 1 | -1/+1 |
| * | No gain in optimizing this, but lead to wrong display | Miodrag Milanovic | 2018-10-26 | 1 | -10/+4 |
| * | Merge pull request #96 from YosysHQ/imgui | Miodrag Milanović | 2018-10-26 | 167 | -4/+63684 |
| |\ | |||||
| | * | Fix tooltip position when doing screenshot | Miodrag Milanovic | 2018-10-24 | 2 | -1/+6 |
| | * | Added cell and net info in hint | Miodrag Milanovic | 2018-10-24 | 1 | -1/+10 |
| | * | Fix propagating events | Miodrag Milanovic | 2018-10-24 | 1 | -0/+11 |
| | * | Display hint on mouse over | Miodrag Milanovic | 2018-10-24 | 2 | -0/+21 |
| | * | dummy imgui processing | Miodrag Milanovic | 2018-10-24 | 1 | -4/+10 |
| | * | Make imgui and qtgui compile on older qt as well, opengl 3.2 required | Miodrag Milanovic | 2018-10-24 | 4 | -9/+20 |
| | * | add qtimgui renderer library | Miodrag Milanovic | 2018-10-24 | 13 | -0/+837 |