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
  • 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: Fri Jun 30 02:52:15 CEST 2006
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/06/06 30:02:52

    Modified: jop/vhdl/top jopcyc.vhd
    Log:
    1KB, two block cache for JTRES 2006 submission


    Revision Changes Path
    1.18 jop/vhdl/top/jopcyc.vhd

    http://www.opencores.org/cvsweb.shtml/jop/vhdl/top/jopcyc.vhd.diff?r1=1.17&r2=1.18

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: jopcyc.vhd
    ===================================================================
    RCS file: /cvsroot/martin/jop/vhdl/top/jopcyc.vhd,v
    retrieving revision 1.17
    retrieving revision 1.18
    diff -u -b -r1.17 -r1.18
    --- jopcyc.vhd 12 Jan 2006 11:03:21 -0000 1.17
    +++ jopcyc.vhd 30 Jun 2006 00:52:15 -0000 1.18
    @@ -37,8 +37,10 @@
    ram_cnt : integer := 2; -- clock cycles for external ram
    -- rom_cnt : integer := 3; -- clock cycles for external rom OK for 20 MHz
    rom_cnt : integer := 15; -- clock cycles for external rom for 100 MHz
    - jpc_width : integer := 12; -- address bits of java bytecode pc = cache size
    - block_bits : integer := 4 -- 2*block_bits is number of cache blocks
    +-- jpc_width : integer := 12; -- address bits of java bytecode pc = cache size
    +-- block_bits : integer := 4 -- 2*block_bits is number of cache blocks
    + jpc_width : integer := 10; -- address bits of java bytecode pc = cache size
    + block_bits : integer := 1 -- 2*block_bits is number of cache blocks
    );

    port (



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