aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/examples/tests.cmake
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-04-06 08:12:02 +0100
committerGitHub <noreply@github.com>2021-04-06 08:12:02 +0100
commit8e0d8df791ba73d1efe83cac3cce97ace4219af2 (patch)
treeba3093b689da7e926ddb393c88d376ec89ca6345 /fpga_interchange/examples/tests.cmake
parentbb6079133c9b0de9db3e39735d160c1a161ec981 (diff)
parent366f8782cb2d417f4ed171534b9bde119ed728f8 (diff)
downloadnextpnr-8e0d8df791ba73d1efe83cac3cce97ace4219af2.tar.gz
nextpnr-8e0d8df791ba73d1efe83cac3cce97ace4219af2.tar.bz2
nextpnr-8e0d8df791ba73d1efe83cac3cce97ace4219af2.zip
Merge pull request #657 from acomodi/interchange-counter-multi-board
interchange: counter: testing on multiple boards
Diffstat (limited to 'fpga_interchange/examples/tests.cmake')
-rw-r--r--fpga_interchange/examples/tests.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/fpga_interchange/examples/tests.cmake b/fpga_interchange/examples/tests.cmake
index 930682a5..86148729 100644
--- a/fpga_interchange/examples/tests.cmake
+++ b/fpga_interchange/examples/tests.cmake
@@ -338,6 +338,7 @@ function(add_interchange_group_test)
xdc ${board}.xdc
sources ${sources}
top ${top}
+ techmap ${techmap}
)
endforeach()
endfunction()