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

Use c_sdp_W_rsn.

parent d9661408
No related branches found
No related tags found
1 merge request!444Resolve L2SDP-1087 "B"
...@@ -147,7 +147,7 @@ package sdp_tbuf_pkg is ...@@ -147,7 +147,7 @@ package sdp_tbuf_pkg is
dump_inter_packet_gap : natural; -- 11 dump_inter_packet_gap : natural; -- 11
dump_start_page : natural; -- 12 dump_start_page : natural; -- 12
dump_nof_pages : natural; -- 13 dump_nof_pages : natural; -- 13
dump_start_rsn : std_logic_vector(63 downto 0); -- 14 dump_start_rsn : std_logic_vector(c_sdp_W_rsn - 1 downto 0); -- 14
dump_enables : std_logic_vector(c_sdp_A_pn - 1 downto 0); -- 16 dump_enables : std_logic_vector(c_sdp_A_pn - 1 downto 0); -- 16
end record; end record;
...@@ -158,8 +158,8 @@ package sdp_tbuf_pkg is ...@@ -158,8 +158,8 @@ package sdp_tbuf_pkg is
recorded_nof_pages : natural; -- 4 recorded_nof_pages : natural; -- 4
recorded_first_page : natural; -- 5 recorded_first_page : natural; -- 5
recorded_last_page : natural; -- 6 recorded_last_page : natural; -- 6
recorded_first_rsn : std_logic_vector(63 downto 0); -- 7 recorded_first_rsn : std_logic_vector(c_sdp_W_rsn - 1 downto 0); -- 7
recorded_last_rsn : std_logic_vector(63 downto 0); -- 9 recorded_last_rsn : std_logic_vector(c_sdp_W_rsn - 1 downto 0); -- 9
dump_done : std_logic; -- 17 dump_done : std_logic; -- 17
record_busy : std_logic; -- 18 record_busy : std_logic; -- 18
state : std_logic_vector(31 downto 0); -- 19 state : std_logic_vector(31 downto 0); -- 19
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment