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