Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | interchange: fix uninitialized memory bug in cluster placement | Alessandro Comodi | 2021-10-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | ||||
* | interchange: Fix compile warnings | gatecat | 2021-09-28 | 1 | -5/+7 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Fix small isses and code formatting | Maciej Dudek | 2021-09-27 | 1 | -129/+137 |
| | | | | Signed-off-by: Maciej Dudek <mdudek@antmicro.com> | ||||
* | Break up macro_cluster_placement into smaller functions | Maciej Dudek | 2021-09-24 | 1 | -20/+33 |
| | | | | Signed-off-by: Maciej Dudek <mdudek@antmicro.com> | ||||
* | Fix AC-3 algorithm | Maciej Dudek | 2021-09-23 | 1 | -9/+17 |
| | | | | Signed-off-by: Maciej Dudek <mdudek@antmicro.com> | ||||
* | Improve macro cluster placement | Maciej Dudek | 2021-09-23 | 1 | -235/+41 |
| | | | | Signed-off-by: Maciej Dudek <mdudek@antmicro.com> | ||||
* | Change Cluster placement algorithm | Maciej Dudek | 2021-09-23 | 1 | -121/+124 |
| | | | | | | | Use physical placement from device DB It should reduce runtime Signed-off-by: Maciej Dudek <mdudek@antmicro.com> | ||||
* | Adding MacroCell placement | Maciej Dudek | 2021-09-23 | 1 | -14/+342 |
| | | | | Signed-off-by: Maciej Dudek <mdudek@antmicro.com> | ||||
* | Adding support for MacroCells | Maciej Dudek | 2021-09-23 | 1 | -3/+338 |
| | |||||
* | interchange: reduce run-time to check dedicated interconnect | Alessandro Comodi | 2021-07-08 | 1 | -3/+4 |
| | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | ||||
* | interchange: clusters: always get cell bel map and add asserts | Alessandro Comodi | 2021-06-11 | 1 | -23/+13 |
| | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | ||||
* | interchange: run clang formatter | Alessandro Comodi | 2021-06-11 | 1 | -21/+17 |
| | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | ||||
* | interchange: clusters: adjust comments | Alessandro Comodi | 2021-06-11 | 1 | -10/+12 |
| | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | ||||
* | interchange: add support for generating BEL clusters | Alessandro Comodi | 2021-06-11 | 1 | -0/+584 |
Clustering greatly helps the placer to identify and pack together specific cells at the same site (e.g. LUT+FF), or cells that are chained through dedicated interconnections (e.g. CARRY CHAINS) Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> |