Commit da24db10 authored by Evangelia Gousiou's avatar Evangelia Gousiou

correction on outputs permanently at 'Z'

parent cf087b1f
......@@ -244,12 +244,12 @@ entity spec_masterfip_mt is
tp4_o : out std_logic; -- connected to MT led&dbg reg bit 9
-- To be removed on hw V3
ext_sync_tst_n_o : out std_logic := 'Z';
ext_sync_tst_n_o : inout std_logic := 'Z'; -- inout, so that Z is synthesized
adc_1v8_shdn_n_o : out std_logic;
adc_m5v_shdn_n_o : out std_logic;
adc_5v_en_n_o : out std_logic;
adc_prim_conn_n_o : out std_logic;
adc_sec_conn_n_o : out std_logic);
adc_prim_conn_n_o : inout std_logic := 'Z';
adc_sec_conn_n_o : inout std_logic := 'Z');
end spec_masterfip_mt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment