aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/family.cmake
Commit message (Collapse)AuthorAgeFilesLines
* fpga_interchange: Add site router testsTomasz Michalak2021-06-111-0/+3
| | | | Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
* interchange: add FASM generation target and clean-up testsAlessandro Comodi2021-04-141-0/+1
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* interchange: Add Nexus to CIgatecat2021-03-301-0/+2
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* interchange: added boards and group testing across multiple boardsAlessandro Comodi2021-03-231-0/+2
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* fpga_interchange: use higher java heap spaceAlessandro Comodi2021-03-231-1/+2
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* Initial lookahead for FPGA interchange.Keith Rothman2021-03-231-0/+17
| | | | | | | | | Currently the lookahead is disabled by default because of the time to compute and RAM usage. However it does appear to work reasonably well in testing. Further effort is required to lower RAM usage after initial computation, and explore trade-off for cheaper time to compute. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Add missing dependencies to CMake targets.Keith Rothman2021-03-221-1/+1
| | | | | | | - Add additional targets useful for various situations. - Have counter test use common remap.v file. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Fixup GUI link dependencies on headers from libraries.Keith Rothman2021-03-181-0/+5
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* fpga_interchange: address review commentsAlessandro Comodi2021-03-161-2/+1
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* fpga_interchange: add bbasm step and archcheckAlessandro Comodi2021-03-161-0/+2
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* fpga_interchange: address review commentsAlessandro Comodi2021-03-161-0/+8
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* fpga_interchange: chipdb: use generic patching functionAlessandro Comodi2021-03-161-0/+1
| | | | | | Also moved the RapidWright invocation script path under a CMake variable Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* fpga_intrchange: add cmake infrastructure to generate chipdbsAlessandro Comodi2021-03-161-0/+7
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* Move CMake logic into fpga-interchange-schema.Keith Rothman2021-02-151-13/+1
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Add FPGA interchange frontend and backend.Keith Rothman2021-02-151-2/+20
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Remove capnp and libz for XDC parser PR.Keith Rothman2021-02-121-4/+0
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Add FPGA interchange XDC parser.Keith Rothman2021-02-121-0/+13
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Initial FPGA interchange (which is just a cut-down xilinx arch).Keith Rothman2021-02-041-0/+0
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>