nextpnr/fpga_interchange/examples/tests/ram/CMakeLists.txt
Keith Rothman 22fb2c1548 Enable counter tests and add RAM tests.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2021-03-25 17:14:53 -07:00

11 lines
157 B
CMake

add_interchange_test(
name ram_basys3
family ${family}
device xc7a35t
package cpg236
tcl run.tcl
xdc basys3.xdc
sources ram.v
)