Changeset 10 in XOpenSparcT1 for trunk/os2wb
- Timestamp:
- 03/22/11 20:08:58 (14 years ago)
- Location:
- trunk/os2wb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/os2wb/os2wb.v
r6 r10 154 154 end 155 155 156 pcx_fifo pcx_fifo_inst(156 /*pcx_fifo pcx_fifo_inst( 157 157 // FIFO should be first word fall-through 158 158 // It has no full flag as the core will send only limited number of requests, … … 171 171 .q(pcx_data_fifo) 172 172 ); 173 */ 174 pcx_fifo pcx_fifo_inst( 175 .clk(clk), 176 .rst(!rstn), 177 .din({pcx_atom_1,pcx_req_1,pcx_data}), 178 .rd_en(fifo_rd), 179 .wr_en((pcx_req_1!=5'b00000 && pcx_data[123]) || (pcx_atom_2 && pcx_data_123_d)), 180 .empty(pcx_fifo_empty), 181 .dout(pcx_data_fifo) 182 ); 183 184 185 173 186 // -------------------------- 174 187 -
trunk/os2wb/s1_top.v
r6 r10 180 180 181 181 ); 182 182 /* 183 183 sparc sparc_1 ( 184 184 … … 230 230 231 231 ); 232 232 */ 233 233 /* 234 234 * SPARC Core to Wishbone Master bridge … … 240 240 wire [144:0] fp_cpx; 241 241 242 os2wb_dual os2wb_inst ( 242 //os2wb_dual os2wb_inst ( 243 os2wb os2wb_inst ( 243 244 .clk(sys_clock_i), 244 245 .rstn(~sys_reset_final), … … 251 252 .cpx_packet(cpx_spc_data_cx2), 252 253 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), 259 260 260 261 .wb_data_i(wbm_data_i),
Note: See TracChangeset
for help on using the changeset viewer.