|
Message
From: cvs at opencores.org<cvs@o...>
Date: Fri Oct 26 23:57:10 CEST 2007
Subject: [cvs-checkins] MODIFIED: s1_core ...
Date: 00/07/10 26:23:57 Modified: s1_core/tools/bin build_dc Log: Again, the setup file is linked rather than copied Revision Changes Path 1.4 s1_core/tools/bin/build_dc http://www.opencores.org/cvsweb.shtml/s1_core/tools/bin/build_dc.diff?r1=1.3&r2=1.4 (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.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- build_dc 24 Oct 2007 21:51:29 -0000 1.3 +++ build_dc 26 Oct 2007 21:57:10 -0000 1.4 @@ -2,7 +2,6 @@ cd $S1_ROOT/run/synth/dc rm -rf * .syn* # Make clean -cp ../../../tools/src/synopsys_dc.setup .synopsys_dc.setup -cp ../../../tools/src/TSMC_naming_rule.script . +ln -s -f ../../../tools/src/synopsys_dc.setup .synopsys_dc.setup dc_shell -xg_mode -tcl_mode -f $FILELIST_DC 2>&1 | tee synth.log
|
 |