Changeset 14 in XOpenSparcT1 for trunk/os2wb
- Timestamp:
- 03/24/11 14:47:26 (14 years ago)
- Location:
- trunk/os2wb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/os2wb/os2wb.v
r10 r14 172 172 ); 173 173 */ 174 reg fifo_rd; 175 wire [123:0] pcx_packet; 176 177 174 178 pcx_fifo pcx_fifo_inst( 175 179 .clk(clk), … … 199 203 end 200 204 201 reg fifo_rd; 202 wire [123:0] pcx_packet; 205 203 206 assign pcx_packet=pcx_data_fifo[123:0]; 204 207 -
trunk/os2wb/os2wb_dual.v
r6 r14 19 19 // 20 20 ////////////////////////////////////////////////////////////////////////////////// 21 22 `ifdef DUALCORES 23 21 24 module os2wb_dual( 22 25 input clk, … … 181 184 ); 182 185 */ 186 183 187 pcx_fifo pcx_fifo_inst( 184 188 .clk(clk), … … 1121 1125 ); 1122 1126 1123 endmodule 1127 endmodule 1128 1129 `endif
Note: See TracChangeset
for help on using the changeset viewer.