aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* clangformatClifford Wolf2018-08-021-24/+20
* Fix router1 cleanupReroute() for "drive-by nets"Clifford Wolf2018-08-021-25/+32
* Add Router1CfgClifford Wolf2018-08-022-23/+39
* Improve router1 cleanupRerouteClifford Wolf2018-08-021-15/+45
* Merge branch 'master' of github.com:YosysHQ/nextpnr into rerouteClifford Wolf2018-08-021-1/+0
|\
| * Removes unnecessary unlock causing trouble with placerMiodrag Milanovic2018-08-011-1/+0
* | Add reroute pass and other router1 tweaksClifford Wolf2018-08-011-22/+95
|/
* router: release lock on failure to unblock UISergiusz Bazanski2018-08-011-0/+3
* timing: Fix timing analysis when no paths found (e.g. ecp5 with no cell timin...David Shah2018-08-011-28/+33
* Fix typoEddie Hung2018-07-311-1/+1
* Cope with slack_redist_iter == 0Eddie Hung2018-07-312-2/+2
* clangformat for stuff I've touchedEddie Hung2018-07-315-14/+13
* Modify the getNetinfo*() functions and getBudgetOverride() to not useEddie Hung2018-07-314-26/+18
* Add --slack_redist_iter for ice40Eddie Hung2018-07-314-7/+9
* Remove spaceEddie Hung2018-07-311-1/+0
* Merge branch 'redist_slack' of gitlab.com:SymbioticEDA/nextpnr into redist_slackEddie Hung2018-07-311-2/+4
|\
| * Merge branch 'estdelay' into redist_slackEddie Hung2018-07-311-2/+3
| |\
| | * Fix tns computationEddie Hung2018-07-311-2/+3
| * | Merge remote-tracking branch 'origin/estdelay' into redist_slackEddie Hung2018-07-312-10/+9
| |\|
| | * Modify predictDelay signatureEddie Hung2018-07-302-6/+4
| | * Fix tnsEddie Hung2018-07-301-0/+1
| * | Fix merge issuesEddie Hung2018-07-311-5/+5
| * | Merge branch 'redist_slack' into 'redist_slack'Eddie Hung2018-07-315-40/+157
| |\ \
* | | | assign_budget() not quietlyEddie Hung2018-07-301-1/+1
* | | | assign_budget() after initial placement, not after packEddie Hung2018-07-301-0/+1
* | | | Update commentEddie Hung2018-07-301-2/+1
* | | | Fix tnsEddie Hung2018-07-301-0/+1
* | | | Modify predictDelay signatureEddie Hung2018-07-302-5/+3
* | | | Merge remote-tracking branch 'origin/estdelay' into redist_slackEddie Hung2018-07-301-5/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | Add predictDelay Arch APIClifford Wolf2018-07-301-5/+5
* | | | Speedup worst_slack computationEddie Hung2018-07-301-3/+3
* | | | Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-302-8/+10
|\ \ \ \ | | |/ / | |/| |
| * | | Use DelayInfo for cell timing instead of delay_tDavid Shah2018-07-301-4/+4
| |/ /
| * | common: Fix getNetinfoRouteDelay when net has no driverDavid Shah2018-07-301-0/+2
* | | Really do not overconstrain!Eddie Hung2018-07-291-1/+1
* | | Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-291-1/+1
|\| | | |/ |/|
| * fix randtag bug in router1Clifford Wolf2018-07-291-1/+1
* | Keep things simple by not overconstraining FmaxEddie Hung2018-07-281-6/+3
* | clangformatEddie Hung2018-07-281-9/+10
* | Merge update_budget into assign_budget; update as we go alongEddie Hung2018-07-284-49/+17
* | Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-282-7/+9
|\|
| * placer: only lock/unlock at beginning, yield elsewhereSergiusz Bazanski2018-07-261-7/+4
| * gui: implement basic cursor pickingSergiusz Bazanski2018-07-261-0/+5
* | RefactorEddie Hung2018-07-284-46/+24
* | Fix auto Fmax overconstraining during update_budget()Eddie Hung2018-07-271-15/+19
* | Fix sign of slack redistribution againEddie Hung2018-07-271-4/+4
* | Even if there is no updates, set budget to current delayEddie Hung2018-07-261-3/+3
* | Re-add getBudgetOverride() but also account for path length ofEddie Hung2018-07-261-6/+18
* | Move target_freq update after budget updateEddie Hung2018-07-261-9/+9
* | Fix budget reallocEddie Hung2018-07-261-7/+4