aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/examples/chipdb.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Use CMake's Python3 rather than PythonInterp in subdirsAdam Sampson2022-08-211-4/+4
|
* interchange: Fix nexus cmake review commentsgatecat2021-03-311-1/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* interchange: Split xc7 and nexus chipdb cmakegatecat2021-03-301-243/+2
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* interchange: Add Nexus LUT testgatecat2021-03-301-2/+84
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* interchange: Add Nexus to CIgatecat2021-03-301-1/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* interchange: Add CMake support for Nexus/prjoxidegatecat2021-03-301-0/+98
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Merge pull request #645 from litghost/add_counter_and_ramgatecat2021-03-291-0/+22
|\ | | | | FPGA interchange: Add counter and ram tests
| * Add targets to generate YAML outputs for DeviceResource files.Keith Rothman2021-03-251-0/+22
| | | | | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* | interchange: add archcheck tests to all-device-test targetAlessandro Comodi2021-03-261-1/+6
|/ | | | | | | This increases parallelism and should make the FPGA interchange CI faster Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* gh-actions: interchange: multiple jobs, one for each deviceAlessandro Comodi2021-03-241-1/+4
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* fpga_interchange: use higher java heap spaceAlessandro Comodi2021-03-231-1/+1
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* [FPGA interchange] Add support for global buffers from chipdb.Keith Rothman2021-03-231-6/+8
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Add missing dependencies to CMake targets.Keith Rothman2021-03-221-0/+36
| | | | | | | - 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>
* fpga_interchange: minor fixes and comments additionAlessandro Comodi2021-03-161-18/+38
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* fpga_interchange: address review commentsAlessandro Comodi2021-03-161-8/+32
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* fpga_interchange: add bbasm step and archcheckAlessandro Comodi2021-03-161-4/+60
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* fpga_interchange: address review commentsAlessandro Comodi2021-03-161-28/+75
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* fpga_interchange: chipdb: use generic patching functionAlessandro Comodi2021-03-161-39/+92
| | | | | | Also moved the RapidWright invocation script path under a CMake variable Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* fpga_interchange: cmake: generate only one device familyAlessandro Comodi2021-03-161-27/+49
| | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
* fpga_intrchange: add cmake infrastructure to generate chipdbsAlessandro Comodi2021-03-161-0/+112
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>