Further improvements for PCT
This commit is contained in:
2
DRAMSys/pct/buildDRAMSys.sh
Normal file → Executable file
2
DRAMSys/pct/buildDRAMSys.sh
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
JOBS=$(nproc --all)
|
||||
|
||||
|
||||
@@ -55,9 +55,10 @@
|
||||
#::pct::set_encap_config_setting Project:DRAMSys/DRAMSys FromSource build dynamic_library true
|
||||
#::pct::add_encap_config_setting Project:DRAMSys/DRAMSys FromSource package dynamic_library_search_path [concat [glob -type d ../../build*]/simulator/] *
|
||||
|
||||
# Disable Fast Linking and Caching
|
||||
# Disable Fast Linking and Caching and Elaboration
|
||||
::pct::set_simulation_build_project_setting Debug {Cache Objects} false
|
||||
::pct::set_simulation_build_project_setting Debug {Fast Linking} false
|
||||
::scsh::build-options -skip-elab on
|
||||
|
||||
# Configure DDR3 Example:
|
||||
::pct::set_param_value /HARDWARE/i_DRAMSys {Constructor Arguments} pathToResources ../../simulator/resources/
|
||||
|
||||
Reference in New Issue
Block a user