OpenCores
URL https://opencores.org/ocsvn/spacewiresystemc/spacewiresystemc/trunk

Subversion Repositories spacewiresystemc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /spacewiresystemc/trunk/testbench
    from Rev 12 to Rev 7
    Reverse comparison

Rev 12 → Rev 7

/module_tb.v
150,7 → 150,6
$dumpvars(0,module_tb);
$global_init;
i=0;
time_clk_ns = 500;
end
 
initial PCLK = 1'b0;
157,7 → 156,7
always #(5) PCLK = ~PCLK;
 
initial PPLLCLK = 1'b0;
always #(time_clk_ns/2) PPLLCLK = ~PPLLCLK;
always #(100) PPLLCLK = ~PPLLCLK;
 
initial CLK_SIM = 1'b0;
always #(1) CLK_SIM = ~CLK_SIM;
199,12 → 198,15
.top_fsm(TOP_FSM)
);
 
 
 
 
//
always@(posedge PCLK)
$write_tx_fsm_spw_ultra_light;
 
//
always@(posedge PCLK or posedge TOP_TX_READY)
always@(posedge PCLK)
$write_tx_data_spw_ultra_light;
 
always@(posedge PCLK)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.