Skip to content
Snippets Groups Projects
Commit 62dec963 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Define default input value rdy for src_in.

parent dd73d8da
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ ENTITY dp_stream_stimuli IS ...@@ -63,7 +63,7 @@ ENTITY dp_stream_stimuli IS
clk : IN STD_LOGIC; clk : IN STD_LOGIC;
-- Generate stimuli -- Generate stimuli
src_in : IN t_dp_siso; src_in : IN t_dp_siso := c_dp_siso_rdy;
src_out : OUT t_dp_sosi; src_out : OUT t_dp_sosi;
-- End of stimuli -- End of stimuli
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment