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

Clarify c_sdp_W_gn_id = 5.

parent be8a2232
No related branches found
No related tags found
1 merge request!273Use t_parameters and t_input to register the statistics info. Make sure that...
Pipeline #34726 passed
......@@ -799,8 +799,9 @@ BEGIN
ram_st_xsq_cipo => ram_st_xsq_cipo
);
-- Use gn_id = ID MOD 32, so map ID to 0:31 range (c_sdp_W_gn_id = 5)
gn_id <= ID(c_disturb_W_gn_id-1 DOWNTO 0);
-----------------------------------------------------------------------------
-- disturb nodes
-----------------------------------------------------------------------------
......
......@@ -797,7 +797,9 @@ BEGIN
);
-- Use gn_id = ID MOD 32, so map ID to 0:31 range (c_sdp_W_gn_id = 5)
gn_id <= ID(c_sdp_W_gn_id-1 DOWNTO 0);
-----------------------------------------------------------------------------
-- sdp nodes
-----------------------------------------------------------------------------
......
......@@ -763,8 +763,9 @@ BEGIN
ram_st_xsq_cipo => ram_st_xsq_cipo
);
-- Use gn_id = ID MOD 32, so map ID to 0:31 range (c_sdp_W_gn_id = 5)
gn_id <= ID(c_sdp_W_gn_id-1 DOWNTO 0);
-----------------------------------------------------------------------------
-- sdp nodes
-----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment