I have the following in my code:
Code:
OUTPUT: if ND = '1' and RDY = '0' generate
begin
DOUT0 <= ("00" & DIN0) + ("00" & DIN7) - "0100000000";
end generate OUTPUT;[\code]
However, when ND and RDY are the appropriate values, the statement doesn't execute.
Any suggestions would be appreciated.