diff --git a/DRAMSys/pct/createPlatform.tcl b/DRAMSys/pct/createPlatform.tcl index 8796e97c..ead365f8 100644 --- a/DRAMSys/pct/createPlatform.tcl +++ b/DRAMSys/pct/createPlatform.tcl @@ -48,7 +48,7 @@ # Add DRAMSys Library // ../[glob -type d ../../build*]/simulator/ ::pct::set_simulation_build_project_setting Debug Libraries "sqlite3 DRAMSysLibrary DRAMPower" -::pct::set_simulation_build_project_setting Debug {Library Search Paths} [concat ../../../build/ /usr/lib64/ ../../../build/src/common/third_party/DRAMPower] +::pct::set_simulation_build_project_setting Debug {Library Search Paths} [concat ../../../build/ ../../../build/src/common/third_party/DRAMPower] ::pct::set_simulation_build_project_setting Debug {Defined Symbols} SC_INCLUDE_DYNAMIC_PROCESSES=1 ::pct::set_simulation_build_project_setting Debug {Compiler Flags} {-std=c++11}