Changeset 22 in XOpenSparcT1 for trunk/os2wb/s1_top.v
- Timestamp:
- 03/31/11 12:31:26 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/os2wb/s1_top.v
r10 r22 140 140 //.spc_scanout0(spc_scanout0), 141 141 //.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 148 149 .pcx_spc_grant_px(pcx_spc_grant_px), 149 150 .cpx_spc_data_rdy_cx2(cpx_spc_data_rdy_cx2), … … 273 274 .fp_rdy(fp_rdy!=8'h00), 274 275 275 .eth_int( 0/*eth_irq_i*/)276 .eth_int(1'b0/*eth_irq_i*/) 276 277 ); 277 278 … … 295 296 .ctu_tst_short_chain(ctu_tst_short_chain), 296 297 297 .si( 0),298 .si(1'b0), 298 299 .so() 299 300 );
Note: See TracChangeset
for help on using the changeset viewer.