|
Message
From: cvs at opencores.org<cvs@o...>
Date: Wed Dec 19 11:58:53 CET 2007
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/07/12 19:11:58 Modified: jop Makefile Log: Simulation of CMP Revision Changes Path 1.75 jop/Makefile http://www.opencores.org/cvsweb.shtml/jop/Makefile.diff?r1=1.74&r2=1.75 (In the diff below, changes in quantity of whitespace are not shown.) Index: Makefile =================================================================== RCS file: /cvsroot/9914pich/jop/Makefile,v retrieving revision 1.74 retrieving revision 1.75 diff -u -b -r1.74 -r1.75 --- Makefile 21 Nov 2007 09:42:11 -0000 1.74 +++ Makefile 19 Dec 2007 10:58:53 -0000 1.75 @@ -337,6 +337,8 @@ sim: java_app cd asm && ./jopsim.bat cd modelsim && ./sim.bat + # for simulation of CMP + # cd modelsim && ./sim_cmp.bat # # JopSim target
|