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 1 18:49:39 CEST 2007
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/07/06 01:18:49

    Modified: jop/vhdl/scio scio_min_fpu.vhd
    Log:
    no message


    Revision Changes Path
    1.3 jop/vhdl/scio/scio_min_fpu.vhd

    http://www.opencores.org/cvsweb.shtml/jop/vhdl/scio/scio_min_fpu.vhd.diff?r1=1.2&r2=1.3

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

    Index: scio_min_fpu.vhd
    ===================================================================
    RCS file: /cvsroot/9914pich/jop/vhdl/scio/scio_min_fpu.vhd,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -b -r1.2 -r1.3
    --- scio_min_fpu.vhd 27 Mar 2007 16:32:02 -0000 1.2
    +++ scio_min_fpu.vhd 1 Jun 2007 16:49:39 -0000 1.3
    @@ -55,6 +55,11 @@
    irq_in : out irq_in_type;
    exc_req : in exception_type;

    +-- CMP
    +
    + sync_out : in sync_out_type := NO_SYNC;
    + sync_in : out sync_in_type;
    +
    -- serial interface

    txd : out std_logic;
    @@ -137,9 +142,10 @@
    end if;
    end process;

    - cmp_cnt: entity work.sc_cnt generic map (
    + cmp_sys: entity work.sc_sys generic map (
    addr_bits => SLAVE_ADDR_BITS,
    - clk_freq => clk_freq
    + clk_freq => clk_freq,
    + cpu_id => 0
    )
    port map(
    clk => clk,
    @@ -155,6 +161,9 @@
    irq_in => irq_in,
    exc_req => exc_req,

    + sync_out => sync_out,
    + sync_in => sync_in,
    +
    wd => wd
    );




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