Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | [common] Fix typo in Loc::operator!=() | Eddie Hung | 2018-11-13 | 1 | -1/+1 | |
| * | | | [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 | |
| * | | Timing fixes | David Shah | 2018-11-14 | 2 | -1/+15 | |
| * | | [timing] Crit path report to print out edges | Eddie Hung | 2018-11-13 | 1 | -3/+4 | |
| * | | Merge remote-tracking branch 'origin/master' into timingapi | Eddie Hung | 2018-11-13 | 2 | -4/+5 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Merge pull request #113 from YosysHQ/ice40_carry_budget | Eddie Hung | 2018-11-13 | 2 | -4/+5 | |
|\ \ \ | ||||||
| * | | | [ice40] getBudgetOverride() to use constrained Z not placed Z | Eddie Hung | 2018-11-13 | 2 | -4/+5 | |
|/ / / | ||||||
| * | | [timing] Resolve another merge conflict | Eddie Hung | 2018-11-13 | 1 | -2/+2 | |
| * | | Merge remote-tracking branch 'origin/master' into timingapi | Eddie Hung | 2018-11-13 | 18 | -762/+940 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Merge pull request #107 from YosysHQ/router_improve | Eddie Hung | 2018-11-13 | 14 | -753/+931 | |
|\ \ \ | ||||||
| * | | | Minor router1 debug log improvements | Clifford Wolf | 2018-11-13 | 2 | -3/+10 | |
| * | | | Improve router1 debug output, switch to nameOf APIs | Clifford Wolf | 2018-11-13 | 1 | -41/+44 | |
| * | | | Add more nameOf() convenience methods | Clifford Wolf | 2018-11-13 | 2 | -2/+36 | |
| * | | | Add some architecture API FAQ items | Clifford Wolf | 2018-11-13 | 1 | -1/+87 | |
| * | | | 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 | |
| |\ \ \ | ||||||
| * | | | | Dispose of far too long routes earlier (use 3x est. delay as limit) | Clifford Wolf | 2018-09-04 | 1 | -12/+21 | |
* | | | | | Merge pull request #105 from YosysHQ/placer1_tmg_ignore | Clifford Wolf | 2018-11-13 | 1 | -6/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | [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 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #112 from pedrovanzella/master | David Shah | 2018-11-13 | 3 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Mark getArchOptions as override in derived classes | Pedro Vanzella | 2018-11-13 | 3 | -3/+3 | |
|/ / / / / | ||||||
| | | * | | timing: Fix compile warning | David Shah | 2018-11-12 | 1 | -1/+1 | |
| | | * | | ecp5: Copy clock constraints during global promotion | David Shah | 2018-11-12 | 1 | -0/+7 | |
| | | * | | timing: Add support for clock constraints | David Shah | 2018-11-12 | 6 | -4/+51 | |
| | | * | | ecp5: EBR clocking fix | David Shah | 2018-11-12 | 1 | -5/+8 | |
| | | * | | generic: Update arch to new timing API | David Shah | 2018-11-12 | 2 | -3/+18 | |
| | | * | | ecp5: Update arch to new timing API | David Shah | 2018-11-12 | 3 | -17/+73 | |
| | | * | | timing: Fix Fmax for clocks with mixed edge usage | David Shah | 2018-11-12 | 1 | -10/+11 |