|
Message
From: cvs at opencores.org<cvs@o...>
Date: Tue Oct 31 15:20:32 CET 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/10 31:15:20 Modified: jop Makefile Log: change for new USBRunner Revision Changes Path 1.62 jop/Makefile http://www.opencores.org/cvsweb.shtml/jop/Makefile.diff?r1=1.61&r2=1.62 (In the diff below, changes in quantity of whitespace are not shown.) Index: Makefile =================================================================== RCS file: /cvsroot/martin/jop/Makefile,v retrieving revision 1.61 retrieving revision 1.62 diff -u -b -r1.61 -r1.62 --- Makefile 26 Oct 2006 01:01:00 -0000 1.61 +++ Makefile 31 Oct 2006 14:20:32 -0000 1.62 @@ -295,7 +295,7 @@ cd quartus/$(DLPROJ) && quartus_pgm -c $(BLASTER_TYPE) -m JTAG jop.cdf config_usb: - cd rbf && ../USBRunner $(DLPROJ).cdf + cd rbf && ../USBRunner $(DLPROJ).rbf download: # java -cp java/tools/dist/lib/jop-tools.jar\;java/lib/RXTXcomm.jar com.jopdesign.tools.JavaDown \
|