newbie ABEL questions

Mar 03, 2005 1 Replies

Hi, All:



I am quite new to ABEL HDL, I am debugging a digital design and come across following code.



...



IACK PIN 13;



INT5 NODE ISTYPE 'REG'; IVEC NODE;



EQUATIONS



INT5 := 0; INT5.LH = IVEC; INT5.RE = !IACK;



...



So, is INT5 a gated S-R Latch? if not, what is it? what will be the truth table? Seems to me INT5 will remain 0 forever.



Regards



Mark



Ok, my boss gave me the wrong code.

The correct one is: ... INT5 := 1; ...

It makes sense now.

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required