aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange
diff options
context:
space:
mode:
authorAlessandro Comodi <acomodi@antmicro.com>2021-03-26 10:24:59 +0100
committerAlessandro Comodi <acomodi@antmicro.com>2021-03-26 15:11:03 +0100
commitb5ba3ee9ee5dc7bdae3e528bdfd03b375d8aa34e (patch)
tree83b9147cd14e2b1b287a9f3b8da939d7d96f9397 /fpga_interchange
parent0e9a1abc7ec083249e5aba0cfd8db51e0fed7aa6 (diff)
downloadnextpnr-b5ba3ee9ee5dc7bdae3e528bdfd03b375d8aa34e.tar.gz
nextpnr-b5ba3ee9ee5dc7bdae3e528bdfd03b375d8aa34e.tar.bz2
nextpnr-b5ba3ee9ee5dc7bdae3e528bdfd03b375d8aa34e.zip
interchange: add archcheck tests to all-device-test target
This increases parallelism and should make the FPGA interchange CI faster Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
Diffstat (limited to 'fpga_interchange')
-rw-r--r--fpga_interchange/examples/chipdb.cmake7
1 files changed, 6 insertions, 1 deletions
diff --git a/fpga_interchange/examples/chipdb.cmake b/fpga_interchange/examples/chipdb.cmake
index 60814845..3cca7840 100644
--- a/fpga_interchange/examples/chipdb.cmake
+++ b/fpga_interchange/examples/chipdb.cmake
@@ -370,6 +370,11 @@ function(generate_chipdb)
add_dependencies(all-${family}-archcheck-tests chipdb-${device}-bin-check-test-data chipdb-${device}-bin-check)
# All tests targets for this device are added to this target
- add_custom_target(all-${device}-tests)
+ add_custom_target(
+ all-${device}-tests
+ DEPENDS
+ chipdb-${device}-bin-check-test-data
+ chipdb-${device}-bin-check
+ )
endfunction()