Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | * | Get rid of BelType and PortPin in generic arch | Clifford Wolf | 2018-08-08 | 3 | -18/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| | | | | | * | Get rid of old iCE40 id_ Arch members | Clifford Wolf | 2018-08-08 | 6 | -59/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| | | | | | * | Get rid of PortPin and BelType (ice40, generic, docs) | Clifford Wolf | 2018-08-08 | 18 | -308/+152 | |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | | | | | place_common: Fix illegal cells left after relative constraint legalisation | David Shah | 2018-08-07 | 1 | -0/+12 | |
| |_|_|_|/ |/| | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | | | | | Merge pull request #39 from eddiehung/slack_histogram | David Shah | 2018-08-06 | 1 | -2/+4 | |
|\ \ \ \ \ | | | | | | | | | | | | | Improve slack histogram clarity | |||||
| * | | | | | Enhance slack histogram with '+' to indicate less-than-granularity | Eddie Hung | 2018-08-06 | 1 | -2/+4 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #40 from eddiehung/fix_budget_overrides | David Shah | 2018-08-06 | 8 | -24/+46 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix budget overrides | |||||
| * | | | | | ice40's getBudgetOverride() to return correct delay for different devices | Eddie Hung | 2018-08-06 | 1 | -2/+17 | |
| | | | | | | ||||||
| * | | | | | Add name to copyright header | Eddie Hung | 2018-08-06 | 1 | -0/+1 | |
| | |_|_|/ | |/| | | | ||||||
| * | | | | Modify doc | Eddie Hung | 2018-08-06 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Fix use of getBudgetOverride in Timing::follow_net() | Eddie Hung | 2018-08-06 | 1 | -12/+16 | |
| | | | | | ||||||
| * | | | | Fix ice40's getBudgetOverride() to override only for COUT -> CIN | Eddie Hung | 2018-08-06 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Modify getBudgetOverride for generic and ecp5 too | Eddie Hung | 2018-08-06 | 4 | -4/+4 | |
| | | | | | ||||||
| * | | | | Change getBudgetOverride() signature to return bool and modify budget in place | Eddie Hung | 2018-08-06 | 2 | -5/+7 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #38 from eddiehung/assign_budget_evenly | Eddie Hung | 2018-08-06 | 3 | -8/+12 | |
|\| | | | |/ / |/| | | Restore original assign_budget behaviour (to distribute slack evenly) | |||||
| * | | clangformat | Eddie Hung | 2018-08-06 | 1 | -4/+5 | |
| | | | ||||||
| * | | Add net_delays bool to Timing class to control net delay consideration | Eddie Hung | 2018-08-06 | 1 | -5/+6 | |
| | | | ||||||
| * | | Unless slack_redist is enabled, ignore net delays so that budget gets evenly ↵ | Eddie Hung | 2018-08-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | divided between all nets on path | |||||
| * | | Restore initial assign_budget() call after pack(), restrict call after ↵ | Eddie Hung | 2018-08-05 | 2 | -1/+3 | |
|/ / | | | | | | | initial_placement to slack_redist | |||||
* | | Merge pull request #37 from YosysHQ/ngapi | Clifford Wolf | 2018-08-05 | 21 | -289/+298 | |
|\ \ | | | | | | | API change: Use CellInfo* and NetInfo* as cell/net handles | |||||
| * | | API change: Use CellInfo* and NetInfo* as cell/net handles (ECP5) | David Shah | 2018-08-05 | 5 | -61/+58 | |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | | API change: Use CellInfo* and NetInfo* as cell/net handles (Python bindings) | David Shah | 2018-08-05 | 3 | -18/+26 | |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | | API change: Use CellInfo* and NetInfo* as cell/net handles (archapi docs) | Clifford Wolf | 2018-08-05 | 1 | -16/+16 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | API change: Use CellInfo* and NetInfo* as cell/net handles (generic) | Clifford Wolf | 2018-08-05 | 2 | -39/+42 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | API change: Use CellInfo* and NetInfo* as cell/net handles (common, ice40) | Clifford Wolf | 2018-08-05 | 10 | -155/+156 | |
| |/ | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* / | timing: Fix slack histogram segfault with no paths | David Shah | 2018-08-05 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | Merge pull request #36 from YosysHQ/lutperm | David Shah | 2018-08-05 | 13 | -227/+1033 | |
|\ | | | | | Add LUT input permutations, improvements in ice40 timing model, improvements in router | |||||
| * | clangformat | Clifford Wolf | 2018-08-05 | 5 | -97/+84 | |
| | | ||||||
| * | Fix bug in ice40 estimateDelay() | Clifford Wolf | 2018-08-04 | 1 | -4/+6 | |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | Merge branch 'master' of github.com:YosysHQ/nextpnr into lutperm | Clifford Wolf | 2018-08-04 | 15 | -26/+166 | |
| |\ | ||||||
| * | | Use faster model for ice40 predictDelay() | Clifford Wolf | 2018-08-04 | 1 | -1/+6 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | Add new iCE40 delay estimator and delay predictor | Clifford Wolf | 2018-08-04 | 5 | -121/+343 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | ice40: Bitstream gen for LUT permutation | David Shah | 2018-08-04 | 1 | -8/+78 | |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | | Quick fix for router bug in unrouting a conflicting pip | Clifford Wolf | 2018-08-04 | 1 | -1/+3 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | Add generation of models to tmfuzz | Clifford Wolf | 2018-08-04 | 3 | -9/+184 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | Refactor ice40 timing fuzzer used to create delay estimates | Clifford Wolf | 2018-08-04 | 7 | -64/+184 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | Fix bug in ice40 chipdby.py add_wire() that moves some wires to X0/Y0 | Clifford Wolf | 2018-08-04 | 1 | -3/+7 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | Add router1 cfg.useEstimate, improve getActualRouteDelay | Clifford Wolf | 2018-08-04 | 3 | -8/+31 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | Remove SVG functionality from ice40 main | Clifford Wolf | 2018-08-04 | 1 | -31/+0 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | Merge branch 'master' of github.com:YosysHQ/nextpnr into lutperm | Clifford Wolf | 2018-08-04 | 22 | -717/+720 | |
| |\ \ | ||||||
| * | | | Proper ice40 wire types | Clifford Wolf | 2018-08-03 | 5 | -57/+155 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | Add iCE40 pseudo-pips for lut permutation | Clifford Wolf | 2018-08-03 | 6 | -27/+157 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | | | Merge pull request #31 from eddiehung/slack_histogram | Eddie Hung | 2018-08-05 | 4 | -102/+148 | |
|\ \ \ \ | |_|_|/ |/| | | | Print slack histogram at end of placement and at end of routing | |||||
| * | | | Slack histogram to use ps granularity via int(Arch::getDelayNS() * 1000) | Eddie Hung | 2018-08-04 | 1 | -3/+5 | |
| | | | | ||||||
| * | | | Revert "Be cognisant that delay_t could be a non-integer type (if so, ↵ | Eddie Hung | 2018-08-04 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | truncate to integer)" This reverts commit b07f0eebc894dce9220ab57808ff2e7103827fea. | |||||
| * | | | Be cognisant that delay_t could be a non-integer type (if so, truncate to ↵ | Eddie Hung | 2018-08-04 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | integer) | |||||
| * | | | Merge branch 'master' into slack_histogram | Eddie Hung | 2018-08-04 | 15 | -26/+166 | |
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | compile fix | Miodrag Milanovic | 2018-08-04 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #33 from YosysHQ/gui-ecp5 | Miodrag Milanović | 2018-08-04 | 15 | -25/+165 | |
|\ \ \ \ | |_|_|/ |/| | | | Gui ecp5 | |||||
| * | | | Utility calls static | Miodrag Milanovic | 2018-08-04 | 2 | -2/+2 | |
| | | | |