mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-04 19:10:57 +02:00
11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
ADDER - 4 BIT ALL-74HC00-GATE BINARY ADDER
|
|
* behavioral gate description
|
|
|
|
*** SUBCIRCUIT DEFINITIONS
|
|
.include 74HCng_short_2.lib
|
|
.param vcc=3 tripdt=6n
|
|
|
|
.include ../adder_common.inc
|
|
|
|
.END
|