|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Dec 22 17:23:41 CET 2007
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/07/12 22:17:23 Modified: jop/modelsim sim.bat sim.xml sim_cmp.bat Log: symbolic bytecode Revision Changes Path 1.12 jop/modelsim/sim.bat http://www.opencores.org/cvsweb.shtml/jop/modelsim/sim.bat.diff?r1=1.11&r2=1.12 (In the diff below, changes in quantity of whitespace are not shown.) Index: sim.bat =================================================================== RCS file: /cvsroot/martin/jop/modelsim/sim.bat,v retrieving revision 1.11 retrieving revision 1.12 diff -u -b -r1.11 -r1.12 --- sim.bat 1 Jun 2007 17:59:39 -0000 1.11 +++ sim.bat 22 Dec 2007 16:23:40 -0000 1.12 @@ -25,6 +25,7 @@ vcom %options% %jopdir%/simulation/sim_jbc.vhd vcom %options% %jopdir%/simulation/sim_rom.vhd vcom %options% %jopdir%/simulation/sim_memory.vhd +vcom %options% %jopdir%/simulation/bytecode.vhd rem vcom %options% %jopdir%/scio/fifo.vhd rem vcom %options% %jopdir%/scio/sc_uart.vhd vcom %options% %jopdir%/simulation/sim_sc_uart.vhd 1.5 jop/modelsim/sim.xml http://www.opencores.org/cvsweb.shtml/jop/modelsim/sim.xml.diff?r1=1.4&r2=1.5 (In the diff below, changes in quantity of whitespace are not shown.) Index: sim.xml =================================================================== RCS file: /cvsroot/martin/jop/modelsim/sim.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- sim.xml 23 Apr 2007 00:29:51 -0000 1.4 +++ sim.xml 22 Dec 2007 16:23:40 -0000 1.5 @@ -51,6 +51,10 @@ <arg line="${jopdir}/simulation/sim_memory.vhd"/> </vcom> + <vcom> + <arg line="${jopdir}/simulation/bytecode.vhd"/> + </vcom> + <!-- <vcom> --> <!-- <arg line="${jopdir}/scio/fifo.vhd"/> --> <!-- </vcom> --> @@ -132,7 +136,7 @@ </vcom> <vcom> - <arg line="${jopdir}/scio/sc_cnt.vhd"/> + <arg line="${jopdir}/scio/sc_sys.vhd"/> </vcom> <vcom> 1.2 jop/modelsim/sim_cmp.bat http://www.opencores.org/cvsweb.shtml/jop/modelsim/sim_cmp.bat.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: sim_cmp.bat =================================================================== RCS file: /cvsroot/martin/jop/modelsim/sim_cmp.bat,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- sim_cmp.bat 19 Dec 2007 10:53:24 -0000 1.1 +++ sim_cmp.bat 22 Dec 2007 16:23:40 -0000 1.2 @@ -26,6 +26,7 @@ vcom %options% %jopdir%/simulation/sim_rom.vhd vcom %options% %jopdir%/simulation/sim_memory.vhd vcom %options% %jopdir%/simulation/sim_sc_uart.vhd +vcom %options% %jopdir%/simulation/bytecode.vhd vcom %options% %jopdir%/jtbl.vhd vcom %options% %jopdir%/offtbl.vhd vcom %options% %jopdir%/core/cache.vhd
|
 |