aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * clangformatClifford Wolf2018-07-231-18/+22
| * Add fallback to estimateDelay() in getNetinfoRouteDelay()Clifford Wolf2018-07-231-1/+6
| * Rename getWireBelPin to getBelPinWireClifford Wolf2018-07-222-4/+4
| * Move common patterns from router1 to Context APIClifford Wolf2018-07-223-150/+124
| * clangformatClifford Wolf2018-07-221-30/+25
| * Merge branch 'q3k/lock-2-electric-boogaloo' into 'master'Clifford Wolf2018-07-213-72/+154
| |\
| | * Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-elec...Sergiusz Bazanski2018-07-213-95/+374
| | |\
| | * | Use UI lock for yieldingSergiusz Bazanski2018-07-203-12/+38
| | * | Nuke IdStringDBSergiusz Bazanski2018-07-202-47/+38
| | * | Remove dead code.Sergiusz Bazanski2018-07-201-2/+0
| | * | clang-format and uncomment debugSergiusz Bazanski2018-07-201-7/+4
| | * | Move pthread yield hack into BaseCtxSergiusz Bazanski2018-07-203-10/+14
| | * | Mix-in Deterministic RNG at Context instead of BaseCtxSergiusz Bazanski2018-07-201-2/+2
| | * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-elec...Sergiusz Bazanski2018-07-201-10/+15
| | |\ \
| | * | | WIP.Serge Bazanski2018-07-173-1/+12
| | * | | Add basic external locking, lock from P&RSerge Bazanski2018-07-173-0/+40
| | * | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-elec...Serge Bazanski2018-07-174-39/+47
| | |\ \ \
| | * | | | Refactor RNG out to separate DeterministicRNG classSerge Bazanski2018-07-141-57/+67
| | * | | | Refactor IdString functionality into IdStringDBSerge Bazanski2018-07-142-24/+30
| * | | | | Add Loc constructorsClifford Wolf2018-07-211-0/+3
| | |_|_|/ | |/| | |
* | | | | Fix delay function used for update_budget()Eddie Hung2018-07-211-9/+22
* | | | | Call now-more-flexibile update_budget() during routing, but using any actual ...Eddie Hung2018-07-213-5/+23
* | | | | Add Arch::getBudgetOverride() to eliminate hack for COUTEddie Hung2018-07-211-6/+2
* | | | | Uncomment out negative slack messages during update_budget(), make verboseEddie Hung2018-07-211-10/+12
* | | | | Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-212-104/+346
|\| | | |
| * | | | Merge branch 'router1ng' into 'master'Clifford Wolf2018-07-211-87/+340
| |\ \ \ \
| | * | | | Bugfix in router1: Also bind src_wireClifford Wolf2018-07-211-0/+2
| | * | | | Add final sanity check in router1Clifford Wolf2018-07-211-0/+19
| | * | | | Refactoring of router1Clifford Wolf2018-07-211-87/+319
| * | | | | Fix placement bug with VexRiscV reported by John McMasterDavid Shah2018-07-211-2/+3
| |/ / / /
| * | | | Change DelayInfo semantics to what we actually needClifford Wolf2018-07-211-4/+4
| * | | | Add getWireDelay APIClifford Wolf2018-07-211-2/+4
* | | | | Merge branch 'redist_slack' into 'redist_slack'Eddie Hung2018-07-211-0/+2
|\ \ \ \ \
| * | | | | Avoid hysteresis preventing placer from stoppingEddie Hung2018-07-211-2/+12
| * | | | | Add update_budget() to timing.h headerEddie Hung2018-07-211-0/+2
| * | | | | Update commentEddie Hung2018-07-211-0/+118
| | |_|_|/ | |/| | |
* | | | | HACK: set carry budgets to zeroDavid Shah2018-07-211-1/+4
* | | | | Quick hack to route nets with lowest budget firstDavid Shah2018-07-211-2/+17
* | | | | Avoid hysteresis preventing placer from stoppingEddie Hung2018-07-211-2/+12
* | | | | Add update_budget() to timing.h headerEddie Hung2018-07-211-0/+2
* | | | | Update commentEddie Hung2018-07-211-0/+118
| |/ / / |/| | |
* | | | Add Location APIs to generic archClifford Wolf2018-07-201-4/+0
* | | | Improve iCE40 and common Loc codeClifford Wolf2018-07-201-0/+19
* | | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into gridapiClifford Wolf2018-07-201-10/+15
|\| | |