Changeset 10 in XOpenSparcT1 for trunk/os2wb/os2wb.v
- Timestamp:
- 03/22/11 20:08:58 (14 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.