Changeset 14 in XOpenSparcT1 for trunk/os2wb/os2wb.v


Ignore:
Timestamp:
03/24/11 14:47:26 (13 years ago)
Author:
pntsvt00
Message:

commit per simulazione di os2wb e Top

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/os2wb/os2wb.v

    r10 r14  
    172172); 
    173173*/ 
     174reg fifo_rd; 
     175wire [123:0] pcx_packet; 
     176 
     177 
    174178pcx_fifo pcx_fifo_inst(  
    175179    .clk(clk), 
     
    199203      end 
    200204 
    201 reg fifo_rd; 
    202 wire [123:0] pcx_packet; 
     205 
    203206assign pcx_packet=pcx_data_fifo[123:0]; 
    204207 
Note: See TracChangeset for help on using the changeset viewer.