|
Message
From: cvs at opencores.org<cvs@o...>
Date: Fri Dec 29 15:21:36 CET 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/12 29:15:21 Modified: jop/vhdl/core core.vhd Log: JVM ROM to 2K Revision Changes Path 1.11 jop/vhdl/core/core.vhd http://www.opencores.org/cvsweb.shtml/jop/vhdl/core/core.vhd.diff?r1=1.10&r2=1.11 (In the diff below, changes in quantity of whitespace are not shown.) Index: core.vhd =================================================================== RCS file: /cvsroot/martin/jop/vhdl/core/core.vhd,v retrieving revision 1.10 retrieving revision 1.11 diff -u -b -r1.10 -r1.11 --- core.vhd 12 Jan 2006 18:47:30 -0000 1.10 +++ core.vhd 29 Dec 2006 14:21:36 -0000 1.11 @@ -34,6 +34,7 @@ -- 2004-10-07 new alu selection with sel_sub, sel_amux and ena_a -- 2004-10-08 mul operands from a and b, single instruction -- 2006-01-12 new ar for local memory addressing +-- 2006-12-29 changed rom size to 2K -- @@ -49,7 +50,7 @@ width : integer := 32; -- one data word addr_width : integer := 8; -- address bits of internal ram (sp,...) exta_width : integer := 3; -- address bits of internal io (or 5/4) - pc_width : integer := 10; -- address bits of internal instruction rom (upper half) + pc_width : integer := 11; -- address bits of internal instruction rom (upper half) i_width : integer := 8 -- instruction width );
|
 |