|
Message
From: cvs at opencores.org<cvs@o...>
Date: Fri Dec 29 16:18:59 CET 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/12 29:16:18 Modified: jop/quartus/sopcmin jop.qsf Log: use arom.vhd instead of rom.vhd again (Quartus does not synthesize 2K ROM) Revision Changes Path 1.3 jop/quartus/sopcmin/jop.qsf http://www.opencores.org/cvsweb.shtml/jop/quartus/sopcmin/jop.qsf.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: jop.qsf =================================================================== RCS file: /cvsroot/martin/jop/quartus/sopcmin/jop.qsf,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- jop.qsf 13 Aug 2006 22:39:42 -0000 1.2 +++ jop.qsf 29 Dec 2006 15:18:58 -0000 1.3 @@ -52,7 +52,7 @@ set_global_assignment -name VHDL_FILE ../../vhdl/scio/scio_min.vhd set_global_assignment -name VHDL_FILE ../../vhdl/offtbl.vhd set_global_assignment -name VHDL_FILE ../../vhdl/jtbl.vhd -set_global_assignment -name VHDL_FILE ../../vhdl/rom.vhd +set_global_assignment -name VHDL_FILE ../../vhdl/altera/arom.vhd set_global_assignment -name VHDL_FILE ../../vhdl/altera/aram.vhd set_global_assignment -name VHDL_FILE ../../vhdl/core/bcfetch.vhd set_global_assignment -name VHDL_FILE ../../vhdl/core/core.vhd
|