aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | | | | | | | overridden
* | Move target_freq update after budget updateEddie Hung2018-07-261-9/+9
| |
* | Fix budget reallocEddie Hung2018-07-261-7/+4
| |
* | Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-262-14/+18
|\|
| * common: rename GraphicElement::{style,type} enums, add _MAX membersSergiusz Bazanski2018-07-261-12/+16
| |
| * clangformat and GraphicElement::style commentsClifford Wolf2018-07-261-4/+4
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Fix router1 locking in NDEBUG buildsClifford Wolf2018-07-261-2/+2
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Do not use budget override anymore, and subtract not add!Eddie Hung2018-07-251-4/+2
| |
* | clangformatEddie Hung2018-07-252-20/+27
| |
* | Print budget of net and its driver/sink locations tooEddie Hung2018-07-251-4/+5
| |
* | Fix min_slack computation, and print out critical path after routingEddie Hung2018-07-254-34/+76
| |
* | Retry clangformatEddie Hung2018-07-252-16/+24
| |
* | Add compute_fmax() with refactoring, plus print out Fmax estimate post-place ↵Eddie Hung2018-07-254-36/+45
| | | | | | | | and post-route
* | Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-252-13/+19
|\|
| * clangformatDavid Shah2018-07-251-4/+4
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * Fix BaseCtx::unlock()Clifford Wolf2018-07-251-1/+1
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Merge branch 'bba' into 'master'Clifford Wolf2018-07-251-8/+8
| |\ | | | | | | | | | | | | bbasm See merge request SymbioticEDA/nextpnr!18
| | * noreturn have to be void, so there is no UBMiodrag Milanovic2018-07-251-4/+4
| | |
| | * Make thread check portableMiodrag Milanovic2018-07-251-4/+4
| | |
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/pll-padsSergiusz Bazanski2018-07-251-0/+10
| |\ \
| * | | ice40: support PLL40_*_PAD, fix pass-through LUT for LOCKSergiusz Bazanski2018-07-251-1/+7
| | |/ | |/|
* | | With no user frequency set, use 1.05 * current_FmaxEddie Hung2018-07-241-4/+4
| | |
* | | If --freq not set, attempt to find max by adjusting budget so min path slack ↵Eddie Hung2018-07-242-9/+29
| | | | | | | | | | | | == 0
* | | Also subtract net delay from slackEddie Hung2018-07-241-3/+8
| | |
* | | Merge branch 'master' into redist_slackEddie Hung2018-07-245-29/+38
|\ \ \ | | |/ | |/|
| * | Merge branch 'placeconstr2'Clifford Wolf2018-07-241-0/+10
| |\ \ | | |/ | |/|
| | * Typo fixClifford Wolf2018-07-241-1/+1
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Add CellInfo data for placement constraintsClifford Wolf2018-07-241-0/+10
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | common: Remove use of deprecated APIsDavid Shah2018-07-243-29/+24
| |/ | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * Add G_ARROW (for now same look as G_LINE)Clifford Wolf2018-07-241-0/+1
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * timing: Model clock to Q timesDavid Shah2018-07-241-0/+3
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | improved is only set if we get a better metric, remove commented codeEddie Hung2018-07-241-2/+0
| |
* | Refactor new code and existing codeEddie Hung2018-07-241-61/+25
| |
* | OopsEddie Hung2018-07-232-12/+4
| |
* | Simplify and use Arch::getNetinfoRouteDelay() for update_budget()Eddie Hung2018-07-233-73/+26
| |
* | Merge branch 'master' into redist_slackEddie Hung2018-07-237-253/+457
|\|
| * Add Context::archcheck() and "nextpnr-ice40 --test"Clifford Wolf2018-07-233-5/+148
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * clangformatClifford Wolf2018-07-231-18/+22
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Add fallback to estimateDelay() in getNetinfoRouteDelay()Clifford Wolf2018-07-231-1/+6
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Rename getWireBelPin to getBelPinWireClifford Wolf2018-07-222-4/+4
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Move common patterns from router1 to Context APIClifford Wolf2018-07-223-150/+124
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * clangformatClifford Wolf2018-07-221-30/+25
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Merge branch 'q3k/lock-2-electric-boogaloo' into 'master'Clifford Wolf2018-07-213-72/+154
| |\ | | | | | | | | | | | | Basic locking and threading for Arch/GUI See merge request SymbioticEDA/nextpnr!10