aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [common] Fix typo in Loc::operator!=()Eddie Hung2018-11-131-1/+1
* [placer1] Fix require_legal polarityEddie Hung2018-11-131-3/+3
* [timing] Path report to include pips when --verbose setEddie Hung2018-11-131-1/+18
* Merge pull request #113 from YosysHQ/ice40_carry_budgetEddie Hung2018-11-132-4/+5
|\
| * [ice40] getBudgetOverride() to use constrained Z not placed ZEddie Hung2018-11-132-4/+5
|/
* Merge pull request #107 from YosysHQ/router_improveEddie Hung2018-11-1314-753/+931
|\
| * Minor router1 debug log improvementsClifford Wolf2018-11-132-3/+10
| * Improve router1 debug output, switch to nameOf APIsClifford Wolf2018-11-131-41/+44
| * Add more nameOf() convenience methodsClifford Wolf2018-11-132-2/+36
| * Add some architecture API FAQ itemsClifford Wolf2018-11-131-1/+87
| * ecp5: Improve delay estimatesDavid Shah2018-11-131-2/+2
| * Various router1 fixes, Add BelId/WireId/PipId::operator<()Clifford Wolf2018-11-134-16/+72
| * Fix router1 check for ECP5David Shah2018-11-121-0/+5
| * clangformatClifford Wolf2018-11-114-186/+185
| * Another router1 bugfixClifford Wolf2018-11-112-63/+55
| * Add getConflictingWireWire() arch API, streamline getConflictingXY semanticClifford Wolf2018-11-117-147/+178
| * Ignore "duplicate" arcs in the same net in router1Clifford Wolf2018-11-111-1/+4
| * Add some additional checks to router1 to find issues in input netlistClifford Wolf2018-11-111-0/+23
| * Add getConflictingPipWire() arch API, router1 improvementsClifford Wolf2018-11-118-36/+87
| * Another bugfix in router1Clifford Wolf2018-11-111-1/+1
| * Bugfix in router1Clifford Wolf2018-11-111-3/+7
| * Minor improvements in router1Clifford Wolf2018-11-111-4/+9
| * Some router1 cleanupsClifford Wolf2018-11-101-12/+39
| * flush logs when throwing an assertion_failureClifford Wolf2018-11-101-0/+2
| * Add checkers and assertions to router1 and other improvementsClifford Wolf2018-11-102-42/+280
| * Fixes and cleanups in router1Clifford Wolf2018-11-101-10/+10
| * Fix log msg typoClifford Wolf2018-11-091-1/+1
| * Improve router console outputClifford Wolf2018-11-091-10/+13
| * Fixes and improvements in new routerClifford Wolf2018-11-092-16/+57
| * Essentially a rewrite router1Clifford Wolf2018-11-092-782/+341
| * Merge branch 'master' of github.com:YosysHQ/nextpnr into router_improveClifford Wolf2018-11-09225-312/+67446
| |\
| * | Dispose of far too long routes earlier (use 3x est. delay as limit)Clifford Wolf2018-09-041-12/+21
* | | Merge pull request #105 from YosysHQ/placer1_tmg_ignoreClifford Wolf2018-11-131-6/+6
|\ \ \
| * | | [placer1] Tidy up logicEddie Hung2018-11-131-3/+3
| * | | [placer1] Actually check for TMG_IGNORE!Eddie Hung2018-11-101-1/+1
| * | | [placer1] Ignore timing of TMG_IGNORE netsEddie Hung2018-11-101-5/+5
| | |/ | |/|
* | | Merge pull request #112 from pedrovanzella/masterDavid Shah2018-11-133-3/+3
|\ \ \
| * | | Mark getArchOptions as override in derived classesPedro Vanzella2018-11-133-3/+3
|/ / /
* | | Make zoom in/out always display contentMiodrag Milanovic2018-11-121-1/+1
* | | Merge pull request #108 from dlharmon/masterClifford Wolf2018-11-121-0/+4
|\ \ \
| * \ \ Merge branch 'master' of github.com:YosysHQ/nextpnrDarrell Harmon2018-11-111-1/+4
| |\ \ \
| * \ \ \ Merge branch 'master' of github.com:YosysHQ/nextpnrDarrell Harmon2018-11-1110-260/+360
| |\ \ \ \
| * | | | | better error message on failure to open JSON fileDarrell Harmon2018-11-111-0/+4
| | |_|/ / | |/| | |
* | | | | Merge pull request #111 from YosysHQ/issue106David Shah2018-11-111-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ice40: Don't set colbuf bits for 384David Shah2018-11-111-0/+2
| | |/ / | |/| |
* | | | [timing] Fix combinational -> combinatorialEddie Hung2018-11-111-2/+2
* | | | Merge pull request #110 from YosysHQ/force_timing_continueEddie Hung2018-11-111-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | [timing] Better messaging for failed timing analysis, allow --force toEddie Hung2018-11-111-1/+4
|/ / /
* | | ecp5: Fix 85k PLL_LRDavid Shah2018-11-111-1/+2
* | | Show wires in tree for ECP5 as wellMiodrag Milanovic2018-11-111-2/+7