nextpnr/fpga_interchange/examples/tests/CMakeLists.txt

7 lines
219 B
CMake
Raw Normal View History

add_subdirectory(wire)
add_subdirectory(const_wire)
# FIXME: re-enable counter test as soon as post placement validity check completes successfully.
#add_subdirectory(counter)
add_subdirectory(ff)
add_subdirectory(lut)