LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Sponsors
  • Mirrors
  • Logos
  • Contact us
  •  
    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 03:04:13 CEST 2006
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/06/06 30:03:04

    Modified: jop/vhdl/top jopcyc.vhd
    Log:
    undo JTRES 2006 submission


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

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

    (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.18
    retrieving revision 1.19
    diff -u -b -r1.18 -r1.19
    --- jopcyc.vhd 30 Jun 2006 00:52:15 -0000 1.18
    +++ jopcyc.vhd 30 Jun 2006 01:04:13 -0000 1.19
    @@ -37,10 +37,8 @@
    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 := 10; -- address bits of java bytecode pc = cache size
    - block_bits : integer := 1 -- 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
    );

    port (



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