conditional logic for async?

A place for developers to share ideas and assist each other in solving problems.

Moderators: valis, garyb

Post Reply
irrelevance

conditional logic for async?

Post 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?
User avatar
Shroomz~>
Posts: 5669
Joined: Wed Feb 23, 2005 4:00 pm
Location: The Blue Shadows

Re: conditional logic for async?

Post 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..
irrelevance

Re: conditional logic for async?

Post 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.
voidar
Posts: 1264
Joined: Sun Aug 18, 2002 4:00 pm
Location: Norway

Re: conditional logic for async?

Post by voidar »

I've done some different flip-flop latches this way. All async though. Make your DSP count ;)..
Post Reply