aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/dedicated_interconnect.cc
Commit message (Expand)AuthorAgeFilesLines
* interchange: Fix compile warningsgatecat2021-09-281-1/+2
* interchange: Skip IO ports in dedicated routing checkgatecat2021-07-121-0/+8
* interchange: Debug IO port validity check failuresgatecat2021-07-121-2/+2
* interchange: reduce run-time to check dedicated interconnectAlessandro Comodi2021-07-081-1/+61
* interchange: fix dedicated interconnect explorationAlessandro Comodi2021-06-301-8/+14
* interchange: Fix dedicated interconnect check when site is the samegatecat2021-06-301-1/+4
* interchange: Handle disconnected bel pins in dedicated interconnectgatecat2021-06-281-1/+1
* interchange: Cope with undriven nets in more placesgatecat2021-06-141-4/+1
* Using hashlib in archesgatecat2021-06-021-3/+3
* Fix bug where DedicateInterconnect incorrectly allows some placement.Keith Rothman2021-03-301-9/+22
* Implement debugging tools for site router.Keith Rothman2021-03-251-0/+29
* Fix compiler warnings introduced by -Wextragatecat2021-02-251-2/+2
* Fix assorted bugs in FPGA interchange.Keith Rothman2021-02-231-264/+260
* Finish dedicated interconnect implementation.Keith Rothman2021-02-231-128/+566
* Add initial logic for handling dedicated interconnect situations.Keith Rothman2021-02-231-0/+351