cjdrake / pyeda

Python EDA
BSD 2-Clause "Simplified" License
307 stars 55 forks source link

Add Nor/Nand as primary expression types #44

Closed cjdrake closed 10 years ago

cjdrake commented 10 years ago

Would be pretty easy to add these. Need to change And.invert to Nand, and Or.invert to Nor. DeMorgan would be implemented in Nor/Nand factor.

cjdrake commented 10 years ago

Title should say "secondary" expression types. Only Not/Or/And are "primary".