You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
616 B

3 years ago
  1. <html><body><pre>
  2. I/O Style - OD - OpenDrain
  3. - PU - Pullup
  4. - PN - Pulldown
  5. - KPR - Keeper
  6. - S - SchmittTrigger
  7. - DG - DataGate
  8. Reg Use - LATCH - Transparent latch
  9. - DFF - D-flip-flop
  10. - DEFF - D-flip-flop with clock enable
  11. - TFF - T-flip-flop
  12. - TDFF - Dual-edge-triggered T-flip-flop
  13. - DDFF - Dual-edge-triggered flip-flop
  14. - DDEFF - Dual-edge-triggered flip-flop with clock enable
  15. /S (after any above flop/latch type) indicates initial state is Set
  16. </pre></body></html>