Skip to content
Snippets Groups Projects
Commit 5695fd9e authored by Job van Wee's avatar Job van Wee
Browse files

Update ddrctrl_input_address_counter.vhd

parent 82db8eff
No related branches found
No related tags found
2 merge requests!245Resolve L2SDP-708,!242Resolve L2SDP-708
Pipeline #29172 passed
......@@ -129,7 +129,7 @@ BEGIN
WHEN IDLE =>
-- after a reset skip the first data block so the ddr memory can calm down.
-- after a reset skip the first data block so the ddr memory can initialize.
IF NOT(q_reg.s_in_sosi.bsn(c_dp_stream_bsn_w-1 DOWNTO 0) = in_sosi.bsn(c_dp_stream_bsn_w-1 DOWNTO 0)) THEN
v.bsn_passed := '1';
END IF;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment