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

Use reg_dp_strobe_total_count constants from dp_components_pkg.vhd.

parent 14886a2c
Branches
No related tags found
1 merge request!288Resolve L2SDP-836
......@@ -67,10 +67,10 @@ ARCHITECTURE tb OF tb_dp_strobe_total_count IS
CONSTANT c_clip : BOOLEAN := TRUE;
-- dut
CONSTANT c_nof_counts_max : NATURAL := c_dp_strobe_total_count_nof_counts_max; -- fixed by REGMAP
CONSTANT c_nof_counts_max : NATURAL := c_dp_strobe_total_count_reg_nof_counts_max; -- fixed by REGMAP
CONSTANT c_nof_counts : NATURAL := 3; -- count stimuli.sync, sop, valid
CONSTANT c_count_max : NATURAL := 2**g_count_w - 1;
CONSTANT c_mm_addr_clear : NATURAL := c_nof_counts_max*2;
CONSTANT c_mm_addr_clear : NATURAL := c_dp_strobe_total_count_reg_clear_adr;
-- c_tb_nof_sync - c_skip_nof_sync because first sync intervals are skipped
-- by using clear, and -1, because stimuli_sosi.sync is used as ref_sync,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment