|
Message
From: cvs at opencores.org<cvs@o...>
Date: Wed Oct 24 23:51:29 CEST 2007
Subject: [cvs-checkins] MODIFIED: s1_core ...
Date: 00/07/10 24:23:51 Modified: s1_core/tools/bin build_dc Log: Now uses XG/Tcl syntax Revision Changes Path 1.3 s1_core/tools/bin/build_dc http://www.opencores.org/cvsweb.shtml/s1_core/tools/bin/build_dc.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: build_dc =================================================================== RCS file: /cvsroot/fafa1971/s1_core/tools/bin/build_dc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- build_dc 26 Mar 2007 23:27:03 -0000 1.2 +++ build_dc 24 Oct 2007 21:51:29 -0000 1.3 @@ -2,6 +2,7 @@ cd $S1_ROOT/run/synth/dc rm -rf * .syn* # Make clean -ln -f -s ../../../tools/src/.synopsys_dc.setup -dc_shell -db_mode -dcsh_mode -f $FILELIST_DC 2>&1 | tee synth.log +cp ../../../tools/src/synopsys_dc.setup .synopsys_dc.setup +cp ../../../tools/src/TSMC_naming_rule.script . +dc_shell -xg_mode -tcl_mode -f $FILELIST_DC 2>&1 | tee synth.log
|