Skip to content
Snippets Groups Projects
Commit 2710742b authored by Dimitris Lampridis's avatar Dimitris Lampridis
Browse files

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

parent 199e230f
Branches
No related merge requests found
......@@ -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;
......
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