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

Merge branch 'L2SDP-644' into L2SDP-657

parents f1b0a7c8 945b0d39
Branches
No related tags found
1 merge request!215Resolve L2SDP-660
......@@ -50,7 +50,7 @@ ARCHITECTURE tb OF tb_ddrctrl_pack IS
CONSTANT c_out_data_w : NATURAL := g_nof_streams * g_data_w; -- output data with, 168
FUNCTION c_testv_init RETURN STD_LOGIC_VECTOR IS
VARIABLE temp : STD_LOGIC_VECTOR(c_out_data_w-1 DOWNTO 0);
VARIABLE temp : STD_LOGIC_VECTOR(c_out_data_w-1 DOWNTO 0);
BEGIN
FOR I IN 0 TO g_nof_streams-1 LOOP
temp(g_data_w*(I+1)-1 DOWNTO g_data_w*I) := TO_UVEC(I, g_data_w);
......@@ -78,7 +78,7 @@ BEGIN
-- Start the testbench.
tb_end <= '0';
WAIT UNTIL rising_edge(clk); -- align to rising edge
WAIT UNTIL rising_edge(clk); -- align to rising edge
WAIT FOR c_clk_period*2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment