Skip to content
Snippets Groups Projects
Commit dd936927 authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

added comment

parent 6f32beaa
No related branches found
No related tags found
1 merge request!104commit of tb_lofar2_unb2b_sdp_station_xsub_one + bug fixes found after
...@@ -64,7 +64,7 @@ ARCHITECTURE tb OF tb_dp_block_from_mm IS ...@@ -64,7 +64,7 @@ ARCHITECTURE tb OF tb_dp_block_from_mm IS
CONSTANT c_ram : t_c_mem := (1, c_ram_adr_w, c_word_w, 2**c_ram_adr_w, '0'); CONSTANT c_ram : t_c_mem := (1, c_ram_adr_w, c_word_w, 2**c_ram_adr_w, '0');
CONSTANT c_init : NATURAL := 42; -- should be > 0 CONSTANT c_init : NATURAL := 42; -- inital data counter value, should be > 0 for better test coverage.
SIGNAL tb_end : STD_LOGIC := '0'; SIGNAL tb_end : STD_LOGIC := '0';
SIGNAL clk : STD_LOGIC := '1'; SIGNAL clk : STD_LOGIC := '1';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment