updates scc and adds simspeed test

This commit is contained in:
2025-03-16 18:50:10 +01:00
parent b274b0d80c
commit de4d740187
5 changed files with 35 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
project (sim_speed)
add_executable(${PROJECT_NAME} sc_main.cpp)
target_link_libraries (${PROJECT_NAME} LINK_PUBLIC scc-sysc)