|
Message
From: cvs at opencores.org<cvs@o...>
Date: Thu Nov 29 04:50:30 CET 2007
Subject: [cvs-checkins] MODIFIED: mips789 ...
Date: 00/07/11 29:04:50 Modified: mips789/bench/bootloader bootloader.bat Log: no message Revision Changes Path 1.4 mips789/bench/bootloader/bootloader.bat http://www.opencores.org/cvsweb.shtml/mips789/bench/bootloader/bootloader.bat.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: bootloader.bat =================================================================== RCS file: /cvsroot/mcupro/mips789/bench/bootloader/bootloader.bat,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- bootloader.bat 18 Nov 2007 03:35:13 -0000 1.3 +++ bootloader.bat 29 Nov 2007 03:50:29 -0000 1.4 @@ -13,5 +13,12 @@ convert_sp 0x2000 128 gensim 0x1500 genmif 0x1500 + copy *.mif ..\..\quartus2\*.mif -#copy *.v ..\MODELSIM\*.v \ No newline at end of file + +del ..\MODELSIM\*.c +copy *.v ..\MODELSIM\*.v +copy list.txt ..\MODELSIM\list.txt +copy *.c ..\MODELSIM\*.c + +
|