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


Ignore:
Timestamp:
03/22/11 20:08:58 (13 years ago)
Author:
pntsvt00
Message:

versione sintetizzabile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/os2wb/os2wb.v

    r6 r10  
    154154   end 
    155155         
    156 pcx_fifo pcx_fifo_inst(  
     156/*pcx_fifo pcx_fifo_inst(  
    157157       // FIFO should be first word fall-through 
    158158       // It has no full flag as the core will send only limited number of requests, 
     
    171171    .q(pcx_data_fifo) 
    172172); 
     173*/ 
     174pcx_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 
    173186// -------------------------- 
    174187 
Note: See TracChangeset for help on using the changeset viewer.