From dfc9c3df8c016c26d8abe985d313b1bf81b4cc82 Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Wed, 7 Apr 2021 12:07:10 +0200 Subject: interchange: add FASM generation target and clean-up tests Signed-off-by: Alessandro Comodi --- fpga_interchange/examples/boards/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fpga_interchange/examples/boards') diff --git a/fpga_interchange/examples/boards/CMakeLists.txt b/fpga_interchange/examples/boards/CMakeLists.txt index 18c8f96b..89951058 100644 --- a/fpga_interchange/examples/boards/CMakeLists.txt +++ b/fpga_interchange/examples/boards/CMakeLists.txt @@ -1,29 +1,34 @@ add_board( name arty35t + device_family xc7 device xc7a35t package csg324 ) add_board( name arty100t + device_family xc7 device xc7a100t package csg324 ) add_board( name nexys_video + device_family xc7 device xc7a200t package sbg484 ) add_board( name basys3 + device_family xc7 device xc7a35t package cpg236 ) add_board( name zybo + device_family xc7 device xc7z010 package clg400 ) -- cgit v1.2.3