add test case focusing on simulation kernel performance

This commit is contained in:
2020-07-14 10:49:06 +02:00
parent 954bbed352
commit 61c33fdcc3
14 changed files with 552 additions and 49 deletions

View File

@@ -1,7 +1,8 @@
cmake_minimum_required(VERSION 3.12)
add_executable (sim_performance
sc_main.cpp
blocks.cpp
pkt_sender.cpp
pkt_switch.cpp
top.cpp
)
target_link_libraries (sim_performance LINK_PUBLIC scc)