aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/main.cc
Commit message (Collapse)AuthorAgeFilesLines
* nexus: Add ES2 device names and --list-devicesgatecat2022-09-151-0/+5
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* refactor: Use constids instead of id("..")gatecat2022-02-161-3/+3
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* run clangformatgatecat2022-02-031-2/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* nexus: add option to modify the mult factor of the estimate delayAlessandro Comodi2022-02-011-0/+4
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* clangformatgatecat2021-12-121-1/+2
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Fixed potential issues with carry-chain cluster expansion, added a parameter ↵Maciej Kurc2021-11-221-0/+8
| | | | | | controlling the ratio of FFs that got glued to carry-chain clusters. Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
* Added an option to control LUT and FF packingMaciej Kurc2021-11-221-0/+3
| | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
* Fixing old emails and names in copyrightsgatecat2021-06-121-1/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Use hashlib in most remaining codegatecat2021-06-021-2/+2
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* nexus: Add post-place LUTFF optimisationDavid Shah2020-11-301-1/+6
| | | | Signed-off-by: David Shah <dave@ds0.me>
* nexus: Add error if device not specifiedDavid Shah2020-11-301-0/+3
| | | | Signed-off-by: David Shah <dave@ds0.me>
* nexus: Build and embed chipdb automaticallyDavid Shah2020-11-301-2/+0
| | | | Signed-off-by: David Shah <dave@ds0.me>
* nexus: Initial PDC parser integrationDavid Shah2020-11-301-1/+11
| | | | Signed-off-by: David Shah <dave@ds0.me>
* nexus: Add routing FASM exportDavid Shah2020-11-301-2/+11
| | | | Signed-off-by: David Shah <dave@ds0.me>
* nexus: Add mainDavid Shah2020-11-301-0/+74
Signed-off-by: David Shah <dave@ds0.me>