On May 17, 3:44 am, "RCIngham"
> Posted throughhttp://www.FPGARelated.com- Hide quoted text -
>
> - Show quoted text -
This style (assigning a signal from a variable after the clocked end-
if, in a clocked process) is shown in an example in IEEE 1076.6-2004,
IEEE Standard for VHDL Register Transfer Level (RTL) Synthesis.
If XST has a problem with that, it is a bug.
Like Nicolas, I use this all the time. I rarely use a signal except
for inter-process communications, and this is how I drive signals from
my processes.
Andy