Mismatch vbe ap

This commit is contained in:
Alain Greiner 2000-11-08 11:22:31 +00:00
parent ef8fea9e4e
commit 4d378664bc
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ BEGIN
REPORT "power supply is missing on rf_dec_nao3"
SEVERITY WARNING;
nq <= not(i0 and (i1 or i2));
nq <= not(i2 and (i1 or i0));
END;