C
Colin Beighley
Guest
Hello,
Is there a VHDL attribute that tells whether or not a signal is driven
synchronously or asynchronously? I have found a place in my design
where I think a latch would be nice to use, but I'd like to have some
sort of assert statement like the following to make sure it isn't
driven asynchronously.
assert latch_enable'synchronous
report "Latch enable must be a synchronous signal to avoid
glitches"
severity failure;
Thanks,
Colin
Is there a VHDL attribute that tells whether or not a signal is driven
synchronously or asynchronously? I have found a place in my design
where I think a latch would be nice to use, but I'd like to have some
sort of assert statement like the following to make sure it isn't
driven asynchronously.
assert latch_enable'synchronous
report "Latch enable must be a synchronous signal to avoid
glitches"
severity failure;
Thanks,
Colin