| Commit message (Expand) | Author | Age | Files | Lines |
* | Change getBudgetOverride() signature to return bool and modify budget in place | Eddie Hung | 2018-08-06 | 1 | -1/+1 |
* | API change: Use CellInfo* and NetInfo* as cell/net handles (common, ice40) | Clifford Wolf | 2018-08-05 | 1 | -46/+45 |
* | clangformat | Clifford Wolf | 2018-08-05 | 1 | -12/+12 |
* | Add new iCE40 delay estimator and delay predictor | Clifford Wolf | 2018-08-04 | 1 | -2/+1 |
* | Refactor ice40 timing fuzzer used to create delay estimates | Clifford Wolf | 2018-08-04 | 1 | -0/+2 |
* | Merge branch 'master' of github.com:YosysHQ/nextpnr into lutperm | Clifford Wolf | 2018-08-04 | 1 | -0/+2 |
|\ |
|
| * | clangformat | David Shah | 2018-08-04 | 1 | -1/+0 |
| * | Add constraint weight as a command line option | David Shah | 2018-08-03 | 1 | -0/+3 |
* | | Proper ice40 wire types | Clifford Wolf | 2018-08-03 | 1 | -1/+20 |
* | | Add iCE40 pseudo-pips for lut permutation | Clifford Wolf | 2018-08-03 | 1 | -8/+30 |
|/ |
|
* | Merge pull request #22 from YosysHQ/routethru | Clifford Wolf | 2018-08-03 | 1 | -1/+11 |
|\ |
|
| * | Add LUT route-through pips to iCE40 architecture database | Clifford Wolf | 2018-08-02 | 1 | -1/+11 |
* | | ice40: Use real cell timings | David Shah | 2018-08-02 | 1 | -1/+1 |
* | | ice40: Adding cell timings to chipdb | David Shah | 2018-08-02 | 1 | -0/+15 |
|/ |
|
* | Remove getFrameDecal() API | Clifford Wolf | 2018-08-01 | 1 | -1/+0 |
* | Merge branch 'redist_slack' into 'master' | David Shah | 2018-08-01 | 1 | -0/+2 |
|\ |
|
| * | Modify the getNetinfo*() functions and getBudgetOverride() to not use | Eddie Hung | 2018-07-31 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/estdelay' into redist_slack | Eddie Hung | 2018-07-31 | 1 | -0/+1 |
| |\ |
|
| | * | Modify predictDelay signature | Eddie Hung | 2018-07-30 | 1 | -1/+1 |
| | * | Add predictDelay Arch API | Clifford Wolf | 2018-07-30 | 1 | -0/+1 |
| * | | Merge branch 'redist_slack' into 'redist_slack' | Eddie Hung | 2018-07-31 | 1 | -0/+1 |
| |\ \ |
|
| | * | | getBudgetOverride() now handles COUT crossing tiles | Eddie Hung | 2018-07-26 | 1 | -1/+1 |
| | * | | Revert "Remove Arch::getBudgetOverride()" | Eddie Hung | 2018-07-26 | 1 | -0/+1 |
| | |/ |
|
* | / | clangformat | Sergiusz Bazanski | 2018-08-01 | 1 | -2/+2 |
|/ / |
|
* | | getChipName() should be const | Clifford Wolf | 2018-07-31 | 1 | -1/+1 |
* | | Add binary search to getBelPinWire() and getBelPinType() | Clifford Wolf | 2018-07-31 | 1 | -1/+1 |
* | | Use DelayInfo for cell timing instead of delay_t | David Shah | 2018-07-30 | 1 | -1/+1 |
* | | Add iCE40 fast/slow delay fields to chipdb | Clifford Wolf | 2018-07-30 | 1 | -2/+15 |
|/ |
|
* | Add getWireType()/getPipType() API | Clifford Wolf | 2018-07-26 | 1 | -0/+4 |
* | Merge remote-tracking branch 'origin/master' into eddieh/idstring_speedup | Eddie Hung | 2018-07-25 | 1 | -0/+12 |
|\ |
|
| * | ice40: after review | Sergiusz Bazanski | 2018-07-25 | 1 | -1/+1 |
| * | ice40: support PLL40_*_PAD, fix pass-through LUT for LOCK | Sergiusz Bazanski | 2018-07-25 | 1 | -0/+12 |
* | | Reduce id() lookups for commonly used update_budget() | Eddie Hung | 2018-07-24 | 1 | -0/+3 |
|/ |
|
* | Remove implementations of deprecated APIs | David Shah | 2018-07-24 | 1 | -3/+0 |
* | Remove uphill/downhill bel pins from ice40 db | Clifford Wolf | 2018-07-24 | 1 | -4/+0 |
* | Remove getBelsByType() API | Clifford Wolf | 2018-07-23 | 1 | -14/+0 |
* | Add getGridDimX(), getGridDimY(), getTileDimZ() API | Clifford Wolf | 2018-07-23 | 1 | -0/+6 |
* | Move to new API and remove deprecated | Miodrag Milanovic | 2018-07-22 | 1 | -23/+0 |
* | Add Arch::getBelPins() to generic and iCE40 archs | Clifford Wolf | 2018-07-22 | 1 | -0/+2 |
* | Add Arch::getBelPinType() and Arch::getWireBelPins() in iCE40 arch | Clifford Wolf | 2018-07-22 | 1 | -2/+16 |
* | Rename getWireBelPin to getBelPinWire | Clifford Wolf | 2018-07-22 | 1 | -1/+1 |
* | clangformat | Clifford Wolf | 2018-07-22 | 1 | -4/+1 |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-elec... | Sergiusz Bazanski | 2018-07-21 | 1 | -2/+26 |
|\ |
|
| * | Add getWireDelay API | Clifford Wolf | 2018-07-21 | 1 | -0/+6 |
| * | Add Location APIs to generic arch | Clifford Wolf | 2018-07-20 | 1 | -1/+1 |
| * | Improve iCE40 and common Loc code | Clifford Wolf | 2018-07-20 | 1 | -12/+3 |
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into gridapi | Clifford Wolf | 2018-07-20 | 1 | -2/+24 |
| |\ |
|
| * | | Add Loc struct for x/y/z bel locations | Clifford Wolf | 2018-07-17 | 1 | -2/+29 |
* | | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-elec... | Sergiusz Bazanski | 2018-07-20 | 1 | -2/+24 |
|\ \ \
| | |/
| |/| |
|
| * | | ice40: Adding data for extra cell configuration | David Shah | 2018-07-19 | 1 | -1/+17 |