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

Remove unused gn_index input from entity.

parent fc0c1f58
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...
......@@ -72,7 +72,6 @@ ARCHITECTURE tb OF tb_disturb_info IS
SIGNAL reg_miso : t_mem_miso;
-- signals used to change settings of disturb_info
SIGNAL gn_index : NATURAL := 15;
SIGNAL f_adc : STD_LOGIC := '0';
SIGNAL fsub_type : STD_LOGIC := '0';
......@@ -225,7 +224,6 @@ BEGIN
reg_mosi => reg_mosi,
reg_miso => reg_miso,
gn_index => gn_index,
f_adc => f_adc,
fsub_type => fsub_type,
......
......@@ -72,7 +72,6 @@ ARCHITECTURE tb OF tb_sdp_info IS
SIGNAL reg_miso : t_mem_miso;
-- signals used to change settings of sdp_info
SIGNAL gn_index : NATURAL := 15;
SIGNAL f_adc : STD_LOGIC := '0';
SIGNAL fsub_type : STD_LOGIC := '0';
......@@ -225,7 +224,6 @@ BEGIN
reg_mosi => reg_mosi,
reg_miso => reg_miso,
gn_index => gn_index,
f_adc => f_adc,
fsub_type => fsub_type,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment