Microwind does not create my equation in compile

358 Views Asked by At

I user microwind and try to build the mask from the compile one line choice but it wont let me the equation simplified is ~A&(~B|~C|D)

1

There are 1 best solutions below

0
On

Try bisecting the equation into small parts and then try.

part1 Get a layout of only ~B | ~C | D . save that as module1

part2 Import module1 and go for its implementation for ~A & *module1*

Follow the D flip Flop tutorial and post the efforts done.