aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing_opt.cc
Commit message (Collapse)AuthorAgeFilesLines
* generic: Use IdStringList for all arch object namesD. Shah2021-02-021-1/+1
| | | | Signed-off-by: D. Shah <dave@ds0.me>
* ecp5: Proof-of-concept using IdStringList for bel namesD. Shah2021-02-021-5/+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>
* Initial refactoring of placer API.Keith Rothman2021-02-021-1/+1
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Gowin target (#542)Pepijn de Vos2020-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * load wires * add slice bels * add IOB * add aliases * local aliases * broken packing stuff * working packer * add constraints * pnr runs1111 * add timing info * constraints * more constraint stuff * add copyright * remove generic reference * remove parameters * remove generic python api * add newline to end of file * some small refactoring * warn on invalid constraints * don't error on missing cell * comment out debugging print * typo * avoid copy * faster empty idstring * remove intermediate variable * no more deadnames * fix cst warnings * increase ripup and epsilon a bit * take single device parameter * add info to readme * gui stubs * Revert 4d03b681a8634e978bd5af73c97665500047e055 * assign ff_used in assignArchInfo * decrease beta for better routability * try to fix CI
* clangformatDavid Shah2020-05-161-3/+2
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing_opt: Add locks to optimise()Alyssa Milburn2019-04-161-0/+2
| | | | Signed-off-by: Alyssa Milburn <amilburn@zall.org>
* timing_opt: Fix generic buildDavid Shah2018-12-071-1/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* timing_opt: Reduce iterations to 30, tidy up loggingDavid Shah2018-12-061-16/+12
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing_opt: Reduce search diameter to 2David Shah2018-12-061-1/+1
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing_opt: Neighbour related fixesDavid Shah2018-12-061-8/+23
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing_opt: Improve heuristicsDavid Shah2018-12-061-20/+43
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing_opt: Fix criticality and cost calculationsDavid Shah2018-12-061-23/+17
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing: Fixes to criticality calculationDavid Shah2018-12-061-3/+9
| | | | Signed-off-by: David Shah <dave@ds0.me>
* clangformatDavid Shah2018-12-061-80/+90
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing_opt: Fixes including single-move legalityDavid Shah2018-12-061-16/+53
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing_opt: Debugging and integrationDavid Shah2018-12-061-14/+113
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing_opt: Implement the BFS-based path optimisationDavid Shah2018-12-061-34/+152
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing_opt: Implement critical path finderDavid Shah2018-12-061-0/+114
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing_opt: Neigbour bel validity checkingDavid Shah2018-12-061-5/+48
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing_opt: Functions to calculate arc delay limitsDavid Shah2018-12-061-3/+52
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing_opt: Implement neighbour Bel finderDavid Shah2018-12-061-0/+77
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing: Add criticality calculation to timing analysisDavid Shah2018-12-061-0/+42
Signed-off-by: David Shah <dave@ds0.me>