Commit e9ae25eb authored by Tristan Gingold's avatar Tristan Gingold

simple_tb: simulate propagation for dtack.

parent 2cdedc10
......@@ -536,6 +536,8 @@ begin
if bus_timer = '0' then
assert VME_DATA_DIR_o = '1' report "bad data_dir_o";
assert VME_DATA_OE_N_o = '0' report "bad data_oe_n_o";
-- Simulate propagation.
wait for 50 ns;
end if;
end read_wait_dtack;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment