Commit 9b9625bb authored by Dimitris Lampridis's avatar Dimitris Lampridis

sim: VHDL BFM do not wait on RD_BUFFER (temporary workaround, to be confirmed)

parent 9c9bffc9
......@@ -1454,7 +1454,9 @@ CMD <= f_cmd_to_string(CMD_INT);
RD_BUFFER_PTR := RD_BUFFER_PTR + 1;
RD_ADDRESS(RD_ADDRESS'high downto 2) := L_ADDR(RD_ADDRESS'high downto 2) + '1';
wait on RD_BUFFER;
-- DL: why wait on RD_BUFFER here? for now, disable it as it
-- stalls my BTrain testbench
--wait on RD_BUFFER;
end if;
......
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