R
Roberto Gallo
Guest
Hello all,
I was wondering if is it possible to set a VHDL integer signal to
something like a std_logic 'Z'...
signal foo_s : integer
It is possible to set:
foo_s <= (something like tri-state)?
My problem is that I have a fixed entity with integer ports and I would
like to make then all tri-state when necessary.
Thank you,
Gallo
I was wondering if is it possible to set a VHDL integer signal to
something like a std_logic 'Z'...
signal foo_s : integer
It is possible to set:
foo_s <= (something like tri-state)?
My problem is that I have a fixed entity with integer ports and I would
like to make then all tri-state when necessary.
Thank you,
Gallo