logoalt Hacker News

CorrectHorseBattoday at 9:08 AM2 repliesview on HN

Those are analog circuits, if you put them in your digital design you are doing something wrong.


Replies

kryptiskttoday at 2:34 PM

All circuits are analog when physically realized, the digital view is an abstraction.

artemonstertoday at 3:02 PM

dont know if trolling. SR latch you can do with 2 NANDs, or NORs there are plenty of *digital* circuits with that functionality, and yes, there are very rare cases when you construct this out of logic and not use a library cell for this. pulse circuit is AND(not(not(not(a))),a) also rarely used but used nonetheless. to properly model/simulate them you would need delta cycles

show 1 reply