diff --git a/xilinx/xc7/tests/install_test/CMakeLists.txt b/xilinx/xc7/tests/install_test/CMakeLists.txt index 117a15d278..fc74b627b0 100644 --- a/xilinx/xc7/tests/install_test/CMakeLists.txt +++ b/xilinx/xc7/tests/install_test/CMakeLists.txt @@ -16,9 +16,9 @@ function(add_binary_test test_name part_name device board surelog_cmd) endfunction() -add_binary_test(binary_toolchain_test_xc7_50t xc7a35tcpg236-1 xc7a50t_test basys3 "") -add_binary_test(binary_toolchain_test_xc7_100t xc7a100tcsg324-1 xc7a100t_test arty-100t "") -add_binary_test(binary_toolchain_test_xc7_200t xc7a200tsbg484-1 xc7a200t_test nexys_video "") -add_binary_test(binary_toolchain_test_xc7_50t_surelog xc7a35tcpg236-1 xc7a50t_test basys3 "-parse -DSYNTHESIS") -add_binary_test(binary_toolchain_test_xc7_100t_surelog xc7a100tcsg324-1 xc7a100t_test arty-100t "-parse -DSYNTHESIS") -add_binary_test(binary_toolchain_test_xc7_200t_surelog xc7a200tsbg484-1 xc7a200t_test nexys_video "-parse -DSYNTHESIS") +add_binary_test(binary_toolchain_test_xc7_50t xc7a35tcpg236-1 xc7a50t basys3 "") +add_binary_test(binary_toolchain_test_xc7_100t xc7a100tcsg324-1 xc7a100t arty-100t "") +add_binary_test(binary_toolchain_test_xc7_200t xc7a200tsbg484-1 xc7a200t nexys_video "") +add_binary_test(binary_toolchain_test_xc7_50t_surelog xc7a35tcpg236-1 xc7a50t basys3 "-parse -DSYNTHESIS") +add_binary_test(binary_toolchain_test_xc7_100t_surelog xc7a100tcsg324-1 xc7a100t arty-100t "-parse -DSYNTHESIS") +add_binary_test(binary_toolchain_test_xc7_200t_surelog xc7a200tsbg484-1 xc7a200t nexys_video "-parse -DSYNTHESIS") diff --git a/xilinx/xc7/tests/install_test/Makefile b/xilinx/xc7/tests/install_test/Makefile index 82eacd1c6c..f054808fbf 100644 --- a/xilinx/xc7/tests/install_test/Makefile +++ b/xilinx/xc7/tests/install_test/Makefile @@ -2,7 +2,7 @@ mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) current_dir := $(patsubst %/,%,$(dir $(mkfile_path))) TOP:=top PARTNAME?= xc7a35tcpg236-1 -DEVICE ?= xc7a50t_test +DEVICE ?= xc7a50t BOARD ?= basys3 BITSTREAM_DEVICE ?= artix7 VERILOG:=${current_dir}/counter.v