From 7f0ee34a78c3fae9f972174e20125456c4b9939a Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Mon, 23 Feb 2015 10:33:19 +0100 Subject: [PATCH] this trigger should produce readout race condition --- ADC/sim/tb_adcprocessor_cfd.vhd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ADC/sim/tb_adcprocessor_cfd.vhd b/ADC/sim/tb_adcprocessor_cfd.vhd index 5eef971..8833bcd 100644 --- a/ADC/sim/tb_adcprocessor_cfd.vhd +++ b/ADC/sim/tb_adcprocessor_cfd.vhd @@ -67,7 +67,7 @@ begin begin readout_rx.data_valid <= '0'; readout_rx.valid_timing_trg <= '0'; - wait for 15 us; + wait for 13740 ns; wait until rising_edge(clock100); wait for 0.5 ns; readout_rx.valid_timing_trg <= '1'; @@ -83,6 +83,7 @@ begin wait until rising_edge(clock100); wait for 0.5 ns; readout_rx.data_valid <= '0'; + wait; end process; THE_ADC : entity work.adc_ad9219 -- 2.43.0