From 46607eb4c25df45e1766854434b447b9cab0c18c Mon Sep 17 00:00:00 2001 From: Rocco Jonack Date: Wed, 10 May 2023 18:32:23 +0200 Subject: [PATCH 001/186] added small additions to the PA flow description --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1a42f7..4ad7244 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ Assuming environment for Platform Architect is properly set up. cd TGC-ISS/ export TGFS_INSTALL_ROOT `pwd`/install export SNPS_ENABLE_MEM_ON_DEMAND_IN_GENERIC_MEM=1 + source $COWAREHOME/SLS/linux/setup.sh pae export CC=$COWAREHOME/SLS/linux/common/bin/gcc export CXX=$COWAREHOME/SLS/linux/common/bin/g++ cmake -S . -B build/PA -DCMAKE_BUILD_TYPE=Debug -DUSE_CWR_SYSTEMC=ON \ @@ -74,5 +75,12 @@ Assuming environment for Platform Architect is properly set up. cmake --build build/PA --target install -j16 ``` +The Synopsys PA installation requirements may vary on your system. +Now you may change to the directory dbt-rise-tgc/contrib to import the core model -Now you may change to dbt-rise-tgc/contrib to import the core model \ No newline at end of file +``` + +cd dbt-rise-tgc/contrib +pct tgc_import.tcl + +``` \ No newline at end of file From bd6a864bc5639a8023cb016894723e122ecb00d8 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Thu, 11 May 2023 23:19:21 +0200 Subject: [PATCH 002/186] fixes build system to include dbt-rise-plugins --- .cproject | 6 +++--- CMakeLists.txt | 12 ++++++++---- dbt-rise-core | 2 +- dbt-rise-tgc | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.cproject b/.cproject index fee098f..a7143c7 100644 --- a/.cproject +++ b/.cproject @@ -16,7 +16,7 @@ - +