From f68942c92a7d4088f0ac4a128845831f4f2fc1ca Mon Sep 17 00:00:00 2001 From: felsabbagh3 Date: Tue, 22 Oct 2019 13:18:49 -0400 Subject: [PATCH] Added cache+shared memory search path --- syn/syn.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syn/syn.tcl b/syn/syn.tcl index ddd351e2..53aac7e8 100755 --- a/syn/syn.tcl +++ b/syn/syn.tcl @@ -1,4 +1,4 @@ -set search_path [concat /nethome/dshim8/Desktop/GTCAD-3DPKG-v3/example/tech/cln28hpm/2d_db/ /nethome/dshim8/Desktop/GTCAD-3DPKG-v3/example/tech/cln28hpm/2d_hard_db/ ../rtl/ ../rtl/interfaces ../rtl/pipe_regs] +set search_path [concat /nethome/dshim8/Desktop/GTCAD-3DPKG-v3/example/tech/cln28hpm/2d_db/ /nethome/dshim8/Desktop/GTCAD-3DPKG-v3/example/tech/cln28hpm/2d_hard_db/ ../rtl/ ../rtl/interfaces ../rtl/pipe_regs ../rtl/shared_memory ../rtl/cache] set link_library [concat * sc12mc_cln28hpm_base_ulvt_c35_ssg_typical_max_0p81v_m40c.db rf2_32x128_wm1_ss_0p81v_0p81v_125c.db dw_foundation.sldb] set symbol_library {} set target_library [concat sc12mc_cln28hpm_base_ulvt_c35_ssg_typical_max_0p81v_m40c.db]