diff options
author | gatecat <gatecat@ds0.me> | 2021-04-25 16:24:37 +0100 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-05-21 10:00:35 +0100 |
commit | a146dbdb03413ca32ca96c98ae5f3bdaf73d9126 (patch) | |
tree | aef4afd9b15c5484590e10c146311f202b4f4e2e /fpga_interchange/examples/tests/CMakeLists.txt | |
parent | 2759480cb56a9251e6b92bb05d51be3dd2e73c24 (diff) | |
download | nextpnr-a146dbdb03413ca32ca96c98ae5f3bdaf73d9126.tar.gz nextpnr-a146dbdb03413ca32ca96c98ae5f3bdaf73d9126.tar.bz2 nextpnr-a146dbdb03413ca32ca96c98ae5f3bdaf73d9126.zip |
interchange: Add LUTRAM test
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'fpga_interchange/examples/tests/CMakeLists.txt')
-rw-r--r-- | fpga_interchange/examples/tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpga_interchange/examples/tests/CMakeLists.txt b/fpga_interchange/examples/tests/CMakeLists.txt index f58adc70..29106f12 100644 --- a/fpga_interchange/examples/tests/CMakeLists.txt +++ b/fpga_interchange/examples/tests/CMakeLists.txt @@ -5,3 +5,4 @@ add_subdirectory(ram) add_subdirectory(ff) add_subdirectory(lut) add_subdirectory(lut_nexus) +add_subdirectory(lutram) |