From 64fdfbe84f610e666e51ec4c60ad2fc3c480e052 Mon Sep 17 00:00:00 2001 From: Lukas Steiner Date: Tue, 5 May 2020 11:52:36 +0200 Subject: [PATCH] Selected PCT SystemC library that includes all symbols. --- DRAMSys/library/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DRAMSys/library/CMakeLists.txt b/DRAMSys/library/CMakeLists.txt index 30b76609..bca9472a 100644 --- a/DRAMSys/library/CMakeLists.txt +++ b/DRAMSys/library/CMakeLists.txt @@ -50,7 +50,7 @@ add_subdirectory(src/common/third_party/DRAMPower) # Add SystemC: if(DEFINED ENV{SYSTEMC_HOME}) find_library(SYSTEMC_LIBRARY - NAMES systemc vsi_systemc_dynamic + NAMES systemc SnpsVP PATHS $ENV{SYSTEMC_HOME}/lib-$ENV{SYSTEMC_TARGET_ARCH}/ $ENV{SYSTEMC_HOME}/lib-linux64/ $ENV{SYSTEMC_HOME}/libso-gcc-5.2.0-64/ ) message("Building with external SystemC")