aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange
Commit message (Expand)AuthorAgeFilesLines
* Switch to potentially-sparse net users arraygatecat2022-02-273-22/+14
* refactor: New member functions to replace design_utilsgatecat2022-02-183-5/+5
* refactor: New NetInfo and CellInfo constructorsgatecat2022-02-162-6/+4
* archapi: Use arbitrary rather than actual placement in predictDelaygatecat2021-12-192-4/+6
* interchange: fix uninitialized memory bug in cluster placementAlessandro Comodi2021-10-011-1/+1
* interchange: Fix compile warningsgatecat2021-09-282-6/+9
* Fix small isses and code formattingMaciej Dudek2021-09-274-146/+148
* Break up macro_cluster_placement into smaller functionsMaciej Dudek2021-09-241-20/+33
* Fix AC-3 algorithmMaciej Dudek2021-09-231-9/+17
* Improve macro cluster placementMaciej Dudek2021-09-231-235/+41
* Change Cluster placement algorithmMaciej Dudek2021-09-233-123/+133
* Adding MacroCell placementMaciej Dudek2021-09-233-17/+350
* Adding support for MacroCellsMaciej Dudek2021-09-234-4/+382
* interchange: xdc: add more not_implemented commandsAlessandro Comodi2021-09-081-0/+2
* interchange: xdc: add common not_implemented functionAlessandro Comodi2021-09-071-5/+18
* clangformatgatecat2021-09-061-2/+4
* interchange: clusters: fix other cluster allowance checks in same siteAlessandro Comodi2021-08-311-7/+2
* interchange: entirely disable cache when binding site routingAlessandro Comodi2021-08-311-6/+6
* interchange: disallow placing cells on sites with clustersAlessandro Comodi2021-08-272-4/+22
* Merge pull request #780 from YosysHQ/gatecat/fix-io-invgatecat2021-07-261-13/+32
|\
| * interchange: Search backwards for IO macro placements, toogatecat2021-07-261-13/+32
* | interchange: Don't attempt to import instances as modulesgatecat2021-07-261-5/+0
|/
* interchange: Check IO validity after all are placedgatecat2021-07-231-6/+16
* Merge pull request #757 from antmicro/lut-mapping-cachegatecat2021-07-228-74/+510
|\
| * Added an option to disable the LUT mapping cacheMaciej Kurc2021-07-225-8/+16
| * Added more code comments, formatted the codeMaciej Kurc2021-07-226-123/+124
| * Added computing and reporting LUT mapping cache sizeMaciej Kurc2021-07-162-0/+37
| * Fixed assertion typosMaciej Kurc2021-07-161-2/+2
| * Migrated C arrays to std::array containers.Maciej Kurc2021-07-162-9/+31
| * LUT mapping ceche optimizations 2Maciej Kurc2021-07-163-93/+17
| * LUT mapping cache optimizations 1Maciej Kurc2021-07-162-32/+48
| * Working site LUT mapping cacheMaciej Kurc2021-07-167-42/+470
* | Add dummy function to parse creat_clock in XDC filesMaciej Dudek2021-07-211-0/+7
* | Merge pull request #767 from YosysHQ/gatecat/ic-pref-constgatecat2021-07-201-1/+10
|\ \
| * | interchange: Fix preferred constant handling when canInvertgatecat2021-07-201-1/+10
* | | interchange: disallow pseudo-pip on same nets if tile has lutsAlessandro Comodi2021-07-151-8/+18
|/ /
* | [interchange] Update chipdb and python-fpga-interchange versionsMaciej Dudek2021-07-141-1/+1
* | interchange: xdc and place constr: address review commentsAlessandro Comodi2021-07-122-16/+13
* | interchange: xdc: add get_cells commandAlessandro Comodi2021-07-121-13/+70
* | interchange: add constraints constraints application routineAlessandro Comodi2021-07-123-0/+106
* | interchange: Skip IO ports in dedicated routing checkgatecat2021-07-121-0/+8
* | interchange: Debug IO port validity check failuresgatecat2021-07-122-3/+5
* | interchange: Place DIFFINBUF and IBUFCTRL for UltraScale+ IBUFDSgatecat2021-07-121-3/+4
* | interchange: update chipdb versionAlessandro Comodi2021-07-081-1/+1
* | interchange: reduce run-time to check dedicated interconnectAlessandro Comodi2021-07-084-5/+67
|/
* interchange: Allow pseudo pip wires to overlap with bound site wires on the s...gatecat2021-07-062-9/+5
* interchange: Improve search for PAD-attached belsgatecat2021-07-062-41/+32
* interchange: tests: add obuftds testAlessandro Comodi2021-07-066-0/+80
* interchange: phys: skip only nets writing on disconnected out portsAlessandro Comodi2021-07-021-2/+13
* Merge pull request #746 from YosysHQ/gatecat/ic-can-invert-constgatecat2021-07-011-5/+9
|\