Add some automatic bridge examples, mostly using the bidirectional bridge.

This commit is contained in:
Giles Atkinson
2022-10-08 16:48:36 +02:00
committed by Holger Vogt
parent d9952575dd
commit b212a49982
8 changed files with 211 additions and 60 deletions
@@ -0,0 +1,11 @@
ADDER - 4 BIT ALL-74HC00-GATE BINARY ADDER WITH AUTOMATIC BRIDGING
* behavioral gate description
* Automatic A/D insertion
*** SUBCIRCUIT DEFINITIONS
.include 74HCng_auto.lib
.param vcc=3 tripdt=6n
.include ../adder_common.inc
.END