adds APB pinlevel adapter

This commit is contained in:
2024-08-06 16:02:03 +02:00
parent 8f8e8f928c
commit 614b1f9215
5 changed files with 355 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
project (apb_pin_level)
add_executable(${PROJECT_NAME}
bus_test.cpp
${test_util_SOURCE_DIR}/sc_main.cpp
)
target_link_libraries (${PROJECT_NAME} PUBLIC test_util)
catch_discover_tests(${PROJECT_NAME})