|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Dec 22 17:24:24 CET 2007
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/07/12 22:17:24 Modified: jop/vhdl/core bcfetch.vhd Log: symbolic bytecode Revision Changes Path 1.9 jop/vhdl/core/bcfetch.vhd http://www.opencores.org/cvsweb.shtml/jop/vhdl/core/bcfetch.vhd.diff?r1=1.8&r2=1.9 (In the diff below, changes in quantity of whitespace are not shown.) Index: bcfetch.vhd =================================================================== RCS file: /cvsroot/martin/jop/vhdl/core/bcfetch.vhd,v retrieving revision 1.8 retrieving revision 1.9 diff -u -b -r1.8 -r1.9 --- bcfetch.vhd 2 Dec 2007 20:56:40 -0000 1.8 +++ bcfetch.vhd 22 Dec 2007 16:24:24 -0000 1.9 @@ -109,6 +109,9 @@ signal bytecode : std_logic_vector(7 downto 0); +-- synthesis translate_off +-- synthesis translate_on + begin -- @@ -346,5 +349,10 @@ opd <= jopd; +-- synthesis translate_off + -- show jinstr with bytecode mnemonic + bc: entity work.bytecode port map(jinstr); +-- synthesis translate_on + end rtl;
|
 |