|
Message
From: cvs at opencores.org<cvs@o...>
Date: Tue Mar 27 01:18:43 CEST 2007
Subject: [cvs-checkins] MODIFIED: s1_core ...
Date: 00/07/03 27:01:18 Modified: s1_core/tools/bin run_icarus run_vcs Log: Added "tee" commands to see the output both on screen and saved on logfile. Revision Changes Path 1.2 s1_core/tools/bin/run_icarus http://www.opencores.org/cvsweb.shtml/s1_core/tools/bin/run_icarus.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: run_icarus =================================================================== RCS file: /cvsroot/fafa1971/s1_core/tools/bin/run_icarus,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- run_icarus 4 Jan 2007 02:21:49 -0000 1.1 +++ run_icarus 26 Mar 2007 23:18:42 -0000 1.2 @@ -2,5 +2,4 @@ cd $S1_ROOT/run/sim/icarus ln -f -s ../../../tests/boot/mem_*.image . -./testbench &> sim.log - +./testbench 2>&1 | tee sim.log 1.2 s1_core/tools/bin/run_vcs http://www.opencores.org/cvsweb.shtml/s1_core/tools/bin/run_vcs.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: run_vcs =================================================================== RCS file: /cvsroot/fafa1971/s1_core/tools/bin/run_vcs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- run_vcs 4 Jan 2007 02:21:49 -0000 1.1 +++ run_vcs 26 Mar 2007 23:18:42 -0000 1.2 @@ -2,5 +2,4 @@ cd $S1_ROOT/run/sim/vcs ln -f -s ../../../tests/boot/mem_*.image . -./testbench &> sim.log - +./testbench 2>&1 | tee sim.log
|
 |