LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Sat Dec 22 17:24:24 CET 2007
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    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;




     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.