|
Message
From: cvs at opencores.org<cvs@o...>
Date: Tue Dec 18 23:06:16 CET 2007
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/07/12 18:23:06 Modified: jop/vhdl/top jop_config_60.vhd Log: stack memory back to 256 entries Revision Changes Path 1.4 jop/vhdl/top/jop_config_60.vhd http://www.opencores.org/cvsweb.shtml/jop/vhdl/top/jop_config_60.vhd.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: jop_config_60.vhd =================================================================== RCS file: /cvsroot/martin/jop/vhdl/top/jop_config_60.vhd,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- jop_config_60.vhd 2 Dec 2007 15:36:09 -0000 1.3 +++ jop_config_60.vhd 18 Dec 2007 22:06:16 -0000 1.4 @@ -15,7 +15,7 @@ constant pll_div : natural := 1; -- constant for on-chip memory - constant ram_width : integer := 10; -- address bits of internal ram (sp,...) + constant ram_width : integer := 8; -- address bits of internal ram (sp,...) end jop_config;
|
 |