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


Ignore:
Timestamp:
03/31/11 12:31:26 (13 years ago)
Author:
pntsvt00
Message:

checkpoint: la DDR effettua l'init

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/os2wb/s1_top.v

    r10 r22  
    140140    //.spc_scanout0(spc_scanout0), 
    141141    //.spc_scanout1(spc_scanout1), 
    142     //.tst_ctu_mbist_done(tst_ctu_mbist_done), 
    143     //.tst_ctu_mbist_fail(tst_ctu_mbist_fail), 
    144     //.spc_efc_ifuse_data(spc_efc_ifuse_data), 
    145     //.spc_efc_dfuse_data(spc_efc_dfuse_data), 
    146  
    147     // Wires connected to SPARC Core inputs 
     142    //sal:  controllare se in sintesi questi 4 segnali danno problemi!!! 
     143    .tst_ctu_mbist_done(), 
     144    .tst_ctu_mbist_fail(), 
     145    .spc_efc_ifuse_data(), 
     146    .spc_efc_dfuse_data(), 
     147    // 
     148// Wires connected to SPARC Core inputs 
    148149    .pcx_spc_grant_px(pcx_spc_grant_px), 
    149150    .cpx_spc_data_rdy_cx2(cpx_spc_data_rdy_cx2), 
     
    273274    .fp_rdy(fp_rdy!=8'h00), 
    274275     
    275     .eth_int(0/*eth_irq_i*/) 
     276    .eth_int(1'b0/*eth_irq_i*/) 
    276277); 
    277278 
     
    295296        .ctu_tst_short_chain(ctu_tst_short_chain), 
    296297 
    297         .si(0), 
     298        .si(1'b0), 
    298299        .so() 
    299300); 
Note: See TracChangeset for help on using the changeset viewer.