Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| | | * | archapi: Add getDelayFromNS to improve timing algorithm portability | David Shah | 2018-11-12 | 3 | -3/+13 | |
| | | * | timing: Fix handling of clock inputs | David Shah | 2018-11-12 | 2 | -12/+19 | |
| | | * | timing: Don't include false startpoints in async paths | David Shah | 2018-11-12 | 1 | -2/+8 | |
| | | * | timing: Improve Fmax output and print cross-clock paths | David Shah | 2018-11-12 | 3 | -54/+132 | |
| | | * | timing: Multiple clock analysis | David Shah | 2018-11-12 | 2 | -9/+31 | |
| | | * | Working on multi-clock analysis | David Shah | 2018-11-12 | 4 | -191/+276 | |
| | | * | timing: iCE40 Arch API changes for clocking info | David Shah | 2018-11-12 | 4 | -24/+77 | |
| | | * | Working on adding multiple domains to timing analysis | David Shah | 2018-11-12 | 1 | -33/+87 | |
| | | * | timing: Implementing parts of new timing API | David Shah | 2018-11-12 | 2 | -0/+96 | |
| | | * | timing: Working on a timing constraint API | David Shah | 2018-11-12 | 2 | -1/+105 | |
| |_|/ |/| | | ||||||
* | | | Make zoom in/out always display content | Miodrag Milanovic | 2018-11-12 | 1 | -1/+1 | |
* | | | Merge pull request #108 from dlharmon/master | Clifford Wolf | 2018-11-12 | 1 | -0/+4 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'master' of github.com:YosysHQ/nextpnr | Darrell Harmon | 2018-11-11 | 1 | -1/+4 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' of github.com:YosysHQ/nextpnr | Darrell Harmon | 2018-11-11 | 10 | -260/+360 | |
| |\ \ \ \ | ||||||
| * | | | | | better error message on failure to open JSON file | Darrell Harmon | 2018-11-11 | 1 | -0/+4 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #111 from YosysHQ/issue106 | David Shah | 2018-11-11 | 1 | -0/+2 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | ice40: Don't set colbuf bits for 384 | David Shah | 2018-11-11 | 1 | -0/+2 | |
| | |/ / | |/| | | ||||||
* | | | | [timing] Fix combinational -> combinatorial | Eddie Hung | 2018-11-11 | 1 | -2/+2 | |
* | | | | Merge pull request #110 from YosysHQ/force_timing_continue | Eddie Hung | 2018-11-11 | 1 | -1/+4 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | [timing] Better messaging for failed timing analysis, allow --force to | Eddie Hung | 2018-11-11 | 1 | -1/+4 | |
|/ / / | ||||||
* | | | ecp5: Fix 85k PLL_LR | David Shah | 2018-11-11 | 1 | -1/+2 | |
* | | | Show wires in tree for ECP5 as well | Miodrag Milanovic | 2018-11-11 | 1 | -2/+7 | |
* | | | multiple selection fix | Miodrag Milanovic | 2018-11-11 | 1 | -1/+14 | |
* | | | Pip visible for all archs | Miodrag Milanovic | 2018-11-11 | 1 | -6/+6 | |
* | | | Propagate proper ctx, fixes fetchMore | Miodrag Milanovic | 2018-11-11 | 3 | -13/+14 | |
* | | | Sorted out zoomout, works for all now | Miodrag Milanovic | 2018-11-11 | 2 | -42/+12 | |
* | | | show 4th tresllis_io in tile bounds | Miodrag Milanovic | 2018-11-11 | 1 | -1/+1 | |
* | | | Merge pull request #93 from YosysHQ/gui_changes | Miodrag Milanović | 2018-11-10 | 8 | -215/+325 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | change to const auto& | Miodrag Milanovic | 2018-10-30 | 1 | -1/+1 | |
| * | | Changes to cover issues from code review | Miodrag Milanovic | 2018-10-29 | 2 | -26/+25 | |
| * | | fix unselect from tree | Miodrag Milanovic | 2018-10-28 | 1 | -4/+2 | |
| * | | Fix keep selection on multiple trees | Miodrag Milanovic | 2018-10-27 | 1 | -8/+32 |