Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [placer1] Fix require_legal polarity | Eddie Hung | 2018-11-13 | 1 | -3/+3 |
| | |||||
* | [timing] Path report to include pips when --verbose set | Eddie Hung | 2018-11-13 | 1 | -1/+18 |
| | |||||
* | Merge pull request #107 from YosysHQ/router_improve | Eddie Hung | 2018-11-13 | 4 | -719/+765 |
|\ | | | | | Major rewrite of "router1" | ||||
| * | Minor router1 debug log improvements | Clifford Wolf | 2018-11-13 | 1 | -2/+8 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Improve router1 debug output, switch to nameOf APIs | Clifford Wolf | 2018-11-13 | 1 | -41/+44 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Add more nameOf() convenience methods | Clifford Wolf | 2018-11-13 | 2 | -2/+36 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Various router1 fixes, Add BelId/WireId/PipId::operator<() | Clifford Wolf | 2018-11-13 | 1 | -13/+62 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Fix router1 check for ECP5 | David Shah | 2018-11-12 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | clangformat | Clifford Wolf | 2018-11-11 | 1 | -170/+178 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Another router1 bugfix | Clifford Wolf | 2018-11-11 | 2 | -63/+55 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Add getConflictingWireWire() arch API, streamline getConflictingXY semantic | Clifford Wolf | 2018-11-11 | 2 | -105/+117 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Ignore "duplicate" arcs in the same net in router1 | Clifford Wolf | 2018-11-11 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Add some additional checks to router1 to find issues in input netlist | Clifford Wolf | 2018-11-11 | 1 | -0/+23 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Add getConflictingPipWire() arch API, router1 improvements | Clifford Wolf | 2018-11-11 | 2 | -20/+43 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Another bugfix in router1 | Clifford Wolf | 2018-11-11 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Bugfix in router1 | Clifford Wolf | 2018-11-11 | 1 | -3/+7 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Minor improvements in router1 | Clifford Wolf | 2018-11-11 | 1 | -4/+9 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Some router1 cleanups | Clifford Wolf | 2018-11-10 | 1 | -12/+39 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | flush logs when throwing an assertion_failure | Clifford Wolf | 2018-11-10 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Add checkers and assertions to router1 and other improvements | Clifford Wolf | 2018-11-10 | 2 | -42/+280 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Fixes and cleanups in router1 | Clifford Wolf | 2018-11-10 | 1 | -10/+10 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Fix log msg typo | Clifford Wolf | 2018-11-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Improve router console output | Clifford Wolf | 2018-11-09 | 1 | -10/+13 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Fixes and improvements in new router | Clifford Wolf | 2018-11-09 | 2 | -16/+57 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Essentially a rewrite router1 | Clifford Wolf | 2018-11-09 | 2 | -782/+341 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Merge branch 'master' of github.com:YosysHQ/nextpnr into router_improve | Clifford Wolf | 2018-11-09 | 13 | -45/+255 |
| |\ | |||||
| * | | Dispose of far too long routes earlier (use 3x est. delay as limit) | Clifford Wolf | 2018-09-04 | 1 | -12/+21 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | Merge pull request #105 from YosysHQ/placer1_tmg_ignore | Clifford Wolf | 2018-11-13 | 1 | -6/+6 |
|\ \ \ | | | | | | | | | [placer1] Ignore timing of TMG_IGNORE nets | ||||
| * | | | [placer1] Tidy up logic | Eddie Hung | 2018-11-13 | 1 | -3/+3 |
| | | | | |||||
| * | | | [placer1] Actually check for TMG_IGNORE! | Eddie Hung | 2018-11-10 | 1 | -1/+1 |
| | | | | |||||
| * | | | [placer1] Ignore timing of TMG_IGNORE nets | Eddie Hung | 2018-11-10 | 1 | -5/+5 |
| | |/ | |/| | |||||
* | | | [timing] Fix combinational -> combinatorial | Eddie Hung | 2018-11-11 | 1 | -2/+2 |
| | | | |||||
* | | | [timing] Better messaging for failed timing analysis, allow --force to | Eddie Hung | 2018-11-11 | 1 | -1/+4 |
|/ / | | | | | | | continue | ||||
* | | [common] placer to produce error when >1 cell->bel constraint | Eddie Hung | 2018-11-08 | 1 | -0/+6 |
| | | |||||
* | | gui: improved FPGAViewWidget::paintGL() performance | Mateusz Zalega | 2018-10-23 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | Profiling revealed that memcpy() in QOpenGLBuffer::allocate() had been taking the most time during paintGL() calls. I've been able to take the CPU usage down to about 1/4 of its previous values by caching elements in VBOs and updating them only after subsequent calls to renderGraphicElement(). Signed-off-by: Mateusz Zalega <mateusz@appliedsourcery.com> | ||||
* | | Merge pull request #92 from YosysHQ/python-cmdline | David Shah | 2018-10-21 | 2 | -15/+41 |
|\ \ | | | | | | | Allow running Python scripts for all points in flow | ||||
| * | | common: Allow running Python scripts for all points in flow | David Shah | 2018-10-17 | 2 | -15/+41 |
| | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | | Merge pull request #89 from YosysHQ/ecp5_bram | David Shah | 2018-10-17 | 1 | -0/+6 |
|\ \ \ | |/ / |/| | | ECP5 BRAM support | ||||
| * | | placer: Fix conflicts during constraint legalisation | David Shah | 2018-10-11 | 1 | -0/+6 |
| | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | | Merge pull request #88 from YosysHQ/issue72 | Eddie Hung | 2018-10-11 | 1 | -17/+6 |
|\ \ \ | |/ / |/| | | Resolve issue #72 | ||||
| * | | [timing] Restore and skip false startpoints | Eddie Hung | 2018-09-15 | 1 | -17/+6 |
| |/ | |||||
* | | clangformat | David Shah | 2018-10-01 | 1 | -3/+1 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | ecp5: Debugging DRAM packing | David Shah | 2018-10-01 | 2 | -0/+23 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | design_utils: Adding some design helper functions | David Shah | 2018-10-01 | 2 | -0/+36 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | ecp5: Helper functions for distributed RAM support | David Shah | 2018-10-01 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Refactor chain finder to its own file | David Shah | 2018-09-30 | 2 | -1/+70 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | ecp5: Adding carry helper functions | David Shah | 2018-09-30 | 2 | -0/+22 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | clangformat | David Shah | 2018-09-30 | 4 | -11/+19 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Merge pull request #81 from YosysHQ/ecp5_globals | David Shah | 2018-09-30 | 2 | -0/+13 |
|\ \ | | | | | | | Adding a simple ECP5 global network router | ||||
| * | | ecp5: Use ArchNetInfo to mark global nets to ignore | David Shah | 2018-09-29 | 2 | -7/+7 |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> |