Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove isValidBelForCell | gatecat | 2021-02-16 | 1 | -8/+17 |
| | | | | | | | | | | | | | | | | | This Arch API dates from when we were first working out how to implement placement validity checking, and in practice is little used by the core parts of placer1/HeAP and the Arch implementation involves a lot of duplication with isBelLocationValid. In the short term; placement validity checking is better served by the combination of checkBelAvail and isValidBelForCellType before placement; followed by isBelLocationValid after placement (potentially after moving/swapping multiple cells). Longer term, removing this API makes things a bit cleaner for a new validity checking API. Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | refactor: Replace getXName().c_str(ctx) with ctx->nameOfX | D. Shah | 2021-02-02 | 1 | -3/+3 |
| | | | | | | This makes the ongoing migration to IdStringList easier. Signed-off-by: D. Shah <dave@ds0.me> | ||||
* | ecp5: Proof-of-concept using IdStringList for bel names | D. Shah | 2021-02-02 | 1 | -4/+4 |
| | | | | | | | | | | | This uses the new IdStringList API to store bel names for the ECP5. Note that other arches and the GUI do not yet build with this proof-of-concept patch. getBelByName still uses the old implementation and could be more efficiently implemented with further development. Signed-off-by: D. Shah <dave@ds0.me> | ||||
* | Run "make clangformat". | Keith Rothman | 2021-02-02 | 1 | -3/+4 |
| | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | ||||
* | Fix regression in use of FastBels. | Keith Rothman | 2021-02-02 | 1 | -3/+14 |
| | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | ||||
* | Initial refactoring of placer API. | Keith Rothman | 2021-02-02 | 1 | -33/+14 |
| | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | ||||
* | cleanup: Spelling fixes | D. Shah | 2021-01-28 | 1 | -4/+4 |
| | | | | Signed-off-by: D. Shah <dave@ds0.me> | ||||
* | placer1: Unlock even if placement fails | David Shah | 2020-06-29 | 1 | -0/+2 |
| | | | | | | | | Prevents a hang during routing when using --force Fixes #462 Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Add routeability optimisation (off by default) | David Shah | 2020-02-12 | 1 | -2/+88 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Allow scaling HPWL differently in each direction | David Shah | 2020-02-12 | 1 | -6/+13 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | router2: debugging | David Shah | 2020-02-03 | 1 | -1/+6 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Major Property improvements for common and iCE40 | David Shah | 2019-08-05 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Speedup critical path | Miodrag Milanovic | 2019-06-28 | 1 | -8/+9 |
| | |||||
* | clangformat run | Miodrag Milanovic | 2019-06-25 | 1 | -1/+2 |
| | |||||
* | moved some context variables to settings | Miodrag Milanovic | 2019-06-15 | 1 | -7/+7 |
| | |||||
* | No need for settings class | Miodrag Milanovic | 2019-06-15 | 1 | -5/+5 |
| | |||||
* | clangformat | David Shah | 2019-04-08 | 1 | -6/+9 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Check correctness of incremental updates with --debug | David Shah | 2019-04-08 | 1 | -0/+18 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Improve incremental bounding box updates | David Shah | 2019-04-07 | 1 | -38/+213 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | HeAP: Make log output more consistent | David Shah | 2019-03-25 | 1 | -0/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Restore old weighting in budget-based mode | David Shah | 2019-03-24 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Fix regression moving chained cells pre-legalise | David Shah | 2019-03-23 | 1 | -2/+3 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | clangformat | David Shah | 2019-03-22 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Only get criticalities when in timing-driven mode | David Shah | 2019-03-22 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | HeAP: Chain support | David Shah | 2019-03-22 | 1 | -1/+11 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | HeAP: tidying up | David Shah | 2019-03-22 | 1 | -6/+7 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | HeAP: Implement 'all+rotate' HeAP strategy | David Shah | 2019-03-22 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | HeAP: Add SA-based iterative refinement after AP | David Shah | 2019-03-22 | 1 | -65/+102 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Legalise after reaching a diameter, not temperature | David Shah | 2019-03-22 | 1 | -6/+4 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Add (currently-unused) option for fanout threshold for timing cost calc | David Shah | 2019-03-22 | 1 | -3/+4 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | placer1: Implement non-timing-driven mode | David Shah | 2019-03-22 | 1 | -26/+31 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | placer1: Improve handling of regions | David Shah | 2019-03-22 | 1 | -4/+53 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Consider regions during placement | David Shah | 2019-03-22 | 1 | -16/+26 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Optimise for performance | David Shah | 2019-03-22 | 1 | -20/+58 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: New temperature heuristic | David Shah | 2019-03-22 | 1 | -19/+13 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Encourage chain swaps | David Shah | 2019-03-22 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | placer1: Tweaks | David Shah | 2019-03-22 | 1 | -3/+6 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | placer1: Allow chain position swaps after legalisation | David Shah | 2019-03-22 | 1 | -2/+114 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | placer1: Tweaking temperature | David Shah | 2019-03-22 | 1 | -9/+14 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | placer1: Make budget-based placement an option | David Shah | 2019-03-22 | 1 | -22/+29 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | placer1: Tuning | David Shah | 2019-03-22 | 1 | -6/+5 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | placer1: Fix cost delta calculation | David Shah | 2019-03-22 | 1 | -1/+3 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | placer1: Bugfixes | David Shah | 2019-03-22 | 1 | -11/+15 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Rework to use new criticality-based weighted cost function | David Shah | 2019-03-22 | 1 | -88/+148 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: New cost calculation infrastructure | David Shah | 2019-03-22 | 1 | -1/+103 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | json: Fix inputs directly driving inouts | David Shah | 2019-03-20 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | clangformat | David Shah | 2019-02-08 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Add place time print | David Shah | 2019-01-30 | 1 | -2/+9 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | placer1: During initial placement, don't rip-up strongly binded cells | Sylvain Munaut | 2018-11-26 | 1 | -2/+3 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | common/placer1: In random pick, only use grid if there is more than 64 BELs | Sylvain Munaut | 2018-11-19 | 1 | -8/+20 |
| | | | | | | | | | | If you have a large grid and very few BELs of a given type, picking a random grid location yields very little odds of finding a BEL of that type. So for those, just put all of them at (0,0) and do a true random pick. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> |