Changeset 10 in XOpenSparcT1 for trunk/os2wb/s1_top.v


Ignore:
Timestamp:
03/22/11 20:08:58 (13 years ago)
Author:
pntsvt00
Message:

versione sintetizzabile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/os2wb/s1_top.v

    r6 r10  
    180180 
    181181  ); 
    182  
     182/* 
    183183  sparc sparc_1 ( 
    184184 
     
    230230 
    231231  ); 
    232  
     232*/ 
    233233  /* 
    234234   * SPARC Core to Wishbone Master bridge 
     
    240240wire [144:0] fp_cpx; 
    241241 
    242 os2wb_dual os2wb_inst ( 
     242//os2wb_dual os2wb_inst ( 
     243os2wb os2wb_inst ( 
    243244    .clk(sys_clock_i),  
    244245    .rstn(~sys_reset_final),  
     
    251252    .cpx_packet(cpx_spc_data_cx2),  
    252253          
    253     .pcx1_req(spc1_pcx_req_pq),  
    254     .pcx1_atom(spc1_pcx_atom_pq),  
    255     .pcx1_data(spc1_pcx_data_pa),  
    256     .pcx1_grant(pcx1_spc_grant_px),  
    257     .cpx1_ready(cpx1_spc_data_rdy_cx2),  
    258     .cpx1_packet(cpx1_spc_data_cx2),  
     254    //.pcx1_req(spc1_pcx_req_pq),  
     255    //.pcx1_atom(spc1_pcx_atom_pq),  
     256    //.pcx1_data(spc1_pcx_data_pa),  
     257    //.pcx1_grant(pcx1_spc_grant_px),  
     258    //.cpx1_ready(cpx1_spc_data_rdy_cx2),  
     259    //.cpx1_packet(cpx1_spc_data_cx2),  
    259260 
    260261    .wb_data_i(wbm_data_i),  
Note: See TracChangeset for help on using the changeset viewer.