|
Message
From: cvs at opencores.org<cvs@o...>
Date: Fri Dec 29 16:18:51 CET 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/12 29:16:18 Modified: jop/quartus/cycmin jop.qsf Log: use arom.vhd instead of rom.vhd again (Quartus does not synthesize 2K ROM) Revision Changes Path 1.15 jop/quartus/cycmin/jop.qsf http://www.opencores.org/cvsweb.shtml/jop/quartus/cycmin/jop.qsf.diff?r1=1.14&r2=1.15 (In the diff below, changes in quantity of whitespace are not shown.) Index: jop.qsf =================================================================== RCS file: /cvsroot/martin/jop/quartus/cycmin/jop.qsf,v retrieving revision 1.14 retrieving revision 1.15 diff -u -b -r1.14 -r1.15 --- jop.qsf 11 Aug 2006 00:17:00 -0000 1.14 +++ jop.qsf 29 Dec 2006 15:18:51 -0000 1.15 @@ -38,7 +38,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
|