Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | placer1: Add routeability optimisation (off by default) | David Shah | 2020-02-12 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Allow scaling HPWL differently in each direction | David Shah | 2020-02-12 | 1 | -0/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Speedup critical path | Miodrag Milanovic | 2019-06-28 | 1 | -0/+2 |
| | |||||
* | clangformat run | Miodrag Milanovic | 2019-06-25 | 1 | -1/+1 |
| | |||||
* | No need for settings class | Miodrag Milanovic | 2019-06-15 | 1 | -2/+2 |
| | |||||
* | HeAP: Add SA-based iterative refinement after AP | David Shah | 2019-03-22 | 1 | -0/+1 |
| | | | | 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 | -0/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | placer1: New temperature heuristic | David Shah | 2019-03-22 | 1 | -0/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | placer1: Make budget-based placement an option | David Shah | 2019-03-22 | 1 | -0/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | common/placer1: In random pick, only use grid if there is more than 64 BELs | Sylvain Munaut | 2018-11-19 | 1 | -0/+1 |
| | | | | | | | | | | 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> | ||||
* | Use settings for placer1 and router1 | Miodrag Milanovic | 2018-08-09 | 1 | -2/+4 |
| | |||||
* | Add constraint weight as a command line option | David Shah | 2018-08-03 | 1 | -1/+6 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add ctx->place() API | Clifford Wolf | 2018-07-11 | 1 | -0/+30 |
Signed-off-by: Clifford Wolf <clifford@clifford.at> |