Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into ↵ | Serge Bazanski | 2018-07-17 | 4 | -39/+47 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | q3k/lock-2-electric-boogaloo | |||||
| | * | | | | Refactor RNG out to separate DeterministicRNG class | Serge Bazanski | 2018-07-14 | 1 | -57/+67 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This well also allow for better lifecycle control over the state of the RNG in the future. | |||||
| | * | | | | Refactor IdString functionality into IdStringDB | Serge Bazanski | 2018-07-14 | 2 | -24/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This lets us more precisely control the lifetime of IdString databases in contexts/arches. | |||||
| * | | | | | Add Loc constructors | Clifford Wolf | 2018-07-21 | 1 | -0/+3 | |
| | |_|_|/ | |/| | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | | | | Fix delay function used for update_budget() | Eddie Hung | 2018-07-21 | 1 | -9/+22 | |
| | | | | | ||||||
* | | | | | Call now-more-flexibile update_budget() during routing, but using any actual ↵ | Eddie Hung | 2018-07-21 | 3 | -5/+23 | |
| | | | | | | | | | | | | | | | | | | | | delays that we have | |||||
* | | | | | Add Arch::getBudgetOverride() to eliminate hack for COUT | Eddie Hung | 2018-07-21 | 1 | -6/+2 | |
| | | | | | ||||||
* | | | | | Uncomment out negative slack messages during update_budget(), make verbose | Eddie Hung | 2018-07-21 | 1 | -10/+12 | |
| | | | | | ||||||
* | | | | | Merge remote-tracking branch 'origin/master' into redist_slack | Eddie Hung | 2018-07-21 | 2 | -104/+346 | |
|\| | | | | ||||||
| * | | | | Merge branch 'router1ng' into 'master' | Clifford Wolf | 2018-07-21 | 1 | -87/+340 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Router1ng See merge request SymbioticEDA/nextpnr!13 | |||||
| | * | | | | Bugfix in router1: Also bind src_wire | Clifford Wolf | 2018-07-21 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| | * | | | | Add final sanity check in router1 | Clifford Wolf | 2018-07-21 | 1 | -0/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| | * | | | | Refactoring of router1 | Clifford Wolf | 2018-07-21 | 1 | -87/+319 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use source-sink pairs as jobs, not whole nets - Route nets with smallest slack first - Preserve routes for already routed source-sink pairs - Add small incentive for re-using wires Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | | Fix placement bug with VexRiscV reported by John McMaster | David Shah | 2018-07-21 | 1 | -2/+3 | |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | | | | Change DelayInfo semantics to what we actually need | Clifford Wolf | 2018-07-21 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | Add getWireDelay API | Clifford Wolf | 2018-07-21 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | | | | Merge branch 'redist_slack' into 'redist_slack' | Eddie Hung | 2018-07-21 | 1 | -0/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | # Conflicts: # common/timing.cc | |||||
| * | | | | | Avoid hysteresis preventing placer from stopping | Eddie Hung | 2018-07-21 | 1 | -2/+12 | |
| | | | | | | ||||||
| * | | | | | Add update_budget() to timing.h header | Eddie Hung | 2018-07-21 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | Update comment | Eddie Hung | 2018-07-21 | 1 | -0/+118 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | HACK: set carry budgets to zero | David Shah | 2018-07-21 | 1 | -1/+4 | |
| | | | | | ||||||
* | | | | | Quick hack to route nets with lowest budget first | David Shah | 2018-07-21 | 1 | -2/+17 | |
| | | | | | ||||||
* | | | | | Avoid hysteresis preventing placer from stopping | Eddie Hung | 2018-07-21 | 1 | -2/+12 | |
| | | | | | ||||||
* | | | | | Add update_budget() to timing.h header | Eddie Hung | 2018-07-21 | 1 | -0/+2 | |
| | | | | | ||||||
* | | | | | Update comment | Eddie Hung | 2018-07-21 | 1 | -0/+118 | |
| |/ / / |/| | | | ||||||
* | | | | Add Location APIs to generic arch | Clifford Wolf | 2018-07-20 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | | | Improve iCE40 and common Loc code | Clifford Wolf | 2018-07-20 | 1 | -0/+19 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into gridapi | Clifford Wolf | 2018-07-20 | 1 | -10/+15 | |
|\| | | | ||||||
| * | | | ice40: Adding cell definition for DSPs | David Shah | 2018-07-19 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | | | Reducing performance cost of asserts | David Shah | 2018-07-19 | 1 | -8/+10 | |
| | | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | | | Add Net/Cell "udata" field | Clifford Wolf | 2018-07-18 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | Add ArchNetInfo and ArchCellInfo | Clifford Wolf | 2018-07-17 | 1 | -2/+2 | |
| | |/ | |/| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* / | | Add Loc struct for x/y/z bel locations | Clifford Wolf | 2018-07-17 | 1 | -0/+9 | |
|/ / | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | Fix driver finder when net is undriven | David Shah | 2018-07-17 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | | refactor: Remove incorrect uses of the term 'wirelength' | David Shah | 2018-07-16 | 3 | -39/+45 | |
|/ | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | Revert "Make PnR use Unlocked methods" | Sergiusz Bazanski | 2018-07-14 | 3 | -44/+44 | |
| | | | | This reverts commit 9e4f97290a50fc5d9dc0cbe6ead945840b9811b1. | |||||
* | Revert "Introduce proxies for locked access to ctx" | Sergiusz Bazanski | 2018-07-14 | 4 | -247/+220 | |
| | | | | This reverts commit 89809a8b810dd57f50f365d70a0ce547705f8dbb. | |||||
* | Revert "Make GUI nice and smooth." | Sergiusz Bazanski | 2018-07-14 | 1 | -31/+0 | |
| | | | | This reverts commit a8c84e90a39c54174dd24b5b76bd17aed8311481. | |||||
* | Revert "Refactor proxies to nextpnr." | Sergiusz Bazanski | 2018-07-14 | 6 | -155/+38 | |
| | | | | This reverts commit 9b17fe385cf7e8d3025747b5f7c7822ac2d99920. | |||||
* | Revert "clang-format" | Sergiusz Bazanski | 2018-07-14 | 4 | -30/+60 | |
| | | | | This reverts commit 8ca7a6da2525463be5be4ee9f62cfae0acc06b01. | |||||
* | Revert "Move read methods to ReadMethods, remove some legacy access to Arch" | Sergiusz Bazanski | 2018-07-14 | 1 | -5/+4 | |
| | | | | This reverts commit 3352ff4abbcac563e08d78ed8aa77728d00284a8. | |||||
* | Move read methods to ReadMethods, remove some legacy access to Arch | Sergiusz Bazanski | 2018-07-14 | 1 | -4/+5 | |
| | ||||||
* | clang-format | Sergiusz Bazanski | 2018-07-14 | 4 | -60/+30 | |
| | ||||||
* | Refactor proxies to nextpnr. | Sergiusz Bazanski | 2018-07-14 | 6 | -38/+155 | |
| | ||||||
* | Make GUI nice and smooth. | Sergiusz Bazanski | 2018-07-13 | 1 | -0/+31 | |
| | ||||||
* | Introduce proxies for locked access to ctx | Sergiusz Bazanski | 2018-07-13 | 4 | -220/+247 | |
| | ||||||
* | Make PnR use Unlocked methods | Sergiusz Bazanski | 2018-07-13 | 3 | -44/+44 | |
| | ||||||
* | Remove legacy graphics API | Sergiusz Bazanski | 2018-07-12 | 1 | -72/+0 | |
| | | | | | For now we do not optimize the OpenGL renderer against the new decal API, but this can be done in the future. | |||||
* | Updates from clang-format | Clifford Wolf | 2018-07-12 | 1 | -31/+18 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Add GraphicElement style enum | Clifford Wolf | 2018-07-12 | 1 | -1/+9 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> |