cleans up project and adds axi4_pin_level test

This commit is contained in:
2022-10-02 08:14:58 +02:00
parent 219c2e60cd
commit 6516244afe
37 changed files with 386 additions and 2836 deletions

View File

@@ -0,0 +1,9 @@
project (axi4_pin_level)
add_executable(${PROJECT_NAME}
sc_main.cpp
narrow_burst_test.cpp
)
target_link_libraries (${PROJECT_NAME} PUBLIC scc test_util Catch2::Catch2)
add_test(NAME narrow_burst COMMAND ${PROJECT_NAME})