nextpnr/fpga_interchange/examples/tests/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

7 lines
143 B
CMake

add_subdirectory(wire)
add_subdirectory(const_wire)
add_subdirectory(counter)
add_subdirectory(ram)
add_subdirectory(ff)
add_subdirectory(lut)