How can you toggle an output signal in VHDL? I make 'amberout' an Output
and in a counter, when I count down to 0, I want to toggle the output. I'm
using :
amberout <= not amberout;
but this generates erors in Galaxy 5.2 (cypress). The error I get is:
'amberout' not readable. Mode is OUT.
any help would be appreciated
Tony
Dave
tony rudzki <tony....@nu-metrics.com> writes
--
dmac