G
Guy Gibson
Guest
I am looking at some old code and found that the designer set a port
as an out but then in the bodey of the code included a statement to
set the pin hi-z. Is this acceptable. I have not seen this done before
nor have I seen it mentioned in any VHDL text books / reference
manuals.
RAM_RD_L : out std_logic; -- RAM Read, low true
RAM_RD_L <= Fpga_RD_L when Bus_Control_H = '1' else 'Z';
as an out but then in the bodey of the code included a statement to
set the pin hi-z. Is this acceptable. I have not seen this done before
nor have I seen it mentioned in any VHDL text books / reference
manuals.
RAM_RD_L : out std_logic; -- RAM Read, low true
RAM_RD_L <= Fpga_RD_L when Bus_Control_H = '1' else 'Z';