Page 1 of 1

conditional logic for async?

Posted: Thu Jul 24, 2008 5:47 am
by irrelevance
I'm looking for an AND function module that will output the input signal value if the AND condition is met rather than outputing high or low. Is there such a module?

Re: conditional logic for async?

Posted: Thu Jul 24, 2008 8:49 am
by Shroomz~>
From the stock logical booleans; And, Not, Or & XOr, you can easily make NAnd, NOr, XNOr & some Flip-Flops. Maybe that's not what you're after though..

Re: conditional logic for async?

Posted: Thu Jul 24, 2008 10:44 pm
by irrelevance
Those are the logic operations I'm looking for but I was hoping that these modules would work with integer values. Not a problem though as I can divide values by themselves to get the logic 1.

Re: conditional logic for async?

Posted: Tue Aug 05, 2008 3:22 pm
by voidar
I've done some different flip-flop latches this way. All async though. Make your DSP count ;)..