Changeset 14 in XOpenSparcT1


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

commit per simulazione di os2wb e Top

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Top/W1.v

    r10 r14  
    8686   output            flash_cen, 
    8787   output            flash_clk, 
    88    output            flash_adv, 
     88   output            flash_adv, //FIXME it seems useless  
    8989   output            flash_rst 
    9090); 
  • 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 
  • trunk/os2wb/os2wb_dual.v

    r6 r14  
    1919// 
    2020////////////////////////////////////////////////////////////////////////////////// 
     21 
     22`ifdef DUALCORES 
     23 
    2124module os2wb_dual( 
    2225    input              clk, 
     
    181184); 
    182185*/ 
     186 
    183187pcx_fifo pcx_fifo_inst(  
    184188    .clk(clk), 
     
    11211125); 
    11221126 
    1123 endmodule 
     1127endmodule  
     1128 
     1129`endif 
  • trunk/sim/simula.do

    r13 r14  
    1 #start with vsim -c -do simula.do 
     1#start with: vsim -c -do simula.do 
    22 
    33vlib work 
     
    3232vlog  $env(XILINX)/../../verilog/src/glbl.v 
    3333#vlog  $XILINX/../../verilog/src/glbl.v 
    34 #vlog  ../sim/*.v 
     34vlog  ../sim/*.v 
    3535 
    3636#Pass the parameters for memory model parameter file# 
Note: See TracChangeset for help on using the changeset viewer.