diff options
author | Alessandro Comodi <acomodi@antmicro.com> | 2021-07-05 13:34:34 +0200 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-07-06 09:57:26 +0100 |
commit | 6edc11de4de20aa5194f5cf3705a320b1891a2d6 (patch) | |
tree | 9bc2c112922b53f3009ca8cf2b72a91607d70689 /fpga_interchange/examples/tests/CMakeLists.txt | |
parent | 8a9fb810369aeb5eed128ef4e7d4de456ef1ec8f (diff) | |
download | nextpnr-6edc11de4de20aa5194f5cf3705a320b1891a2d6.tar.gz nextpnr-6edc11de4de20aa5194f5cf3705a320b1891a2d6.tar.bz2 nextpnr-6edc11de4de20aa5194f5cf3705a320b1891a2d6.zip |
interchange: tests: add obuftds test
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
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 1d3dd72f..f8a52a41 100644 --- a/fpga_interchange/examples/tests/CMakeLists.txt +++ b/fpga_interchange/examples/tests/CMakeLists.txt @@ -6,4 +6,5 @@ add_subdirectory(ff) add_subdirectory(lut) add_subdirectory(lut_nexus) add_subdirectory(lutram) +add_subdirectory(obuftds) add_subdirectory(ram_nexus) |