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

Subversion Repositories ha1588

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /ha1588/trunk/sim
    from Rev 14 to Rev 15
    Reverse comparison

Rev 14 → Rev 15

/rtc/rtc_timer_tb.v
15,7 → 15,7
reg time_ld;
reg [37:0] time_reg_ns_in;
reg [47:0] time_reg_sec_in;
rtc_timer
rtc
DUT (
.rst (rst ) ,
.clk (clk ) ,
/rtc/sim.do
1,5 → 1,5
vlib work
vlog -work work ../../rtl/rtc/rtc_timer.v
vlog -work work ../../rtl/rtc/rtc.v
vlog -work work rtc_timer_tb.v
vsim -novopt work.rtc_timer_tb
 
/tsu/tsu_queue_tb.v
47,7 → 47,7
forever @(posedge rtc_timer_clk) rtc_timer_in = rtc_timer_in +1;
end
 
tsu_queue DUT_RX
tsu DUT_RX
(
.rst(rst),
 
73,7 → 73,7
);
 
 
tsu_queue DUT_TX
tsu DUT_TX
(
.rst(rst),
 
/tsu/sim.do
9,7 → 9,7
vlog -work altera altera_mf.v
 
vlib work
vlog -work work ../../rtl/tsu/tsu_queue.v
vlog -work work ../../rtl/tsu/tsu.v
vlog -work work ../../rtl/tsu/ptp_parser.v
vlog -work work ../../rtl/tsu/ptp_queue.v
vlog -work work gmii_rx_bfm.v

powered by: WebSVN 2.1.0

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