diff options
author | gatecat <gatecat@ds0.me> | 2021-04-06 08:12:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 08:12:02 +0100 |
commit | 8e0d8df791ba73d1efe83cac3cce97ace4219af2 (patch) | |
tree | ba3093b689da7e926ddb393c88d376ec89ca6345 /fpga_interchange/examples/tests.cmake | |
parent | bb6079133c9b0de9db3e39735d160c1a161ec981 (diff) | |
parent | 366f8782cb2d417f4ed171534b9bde119ed728f8 (diff) | |
download | nextpnr-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.cmake | 1 |
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() |