summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_4316.h
blob: 3cf05aeb9cf429beac871438a6644f5b409686ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// license:BSD-3-Clause
// copyright-holders:Vas Crabb
/*
 * nld_4316.h
 *
 *  CD4066: Quad Analog Switch with Level Translation
 *
 *          +--------------+
 *       1Z |1     ++    16| VCC
 *       1Y |2           15| 1S
 *       2Y |3           14| 4S
 *       2Z |4    4066   13| 4Z
 *       2S |5           12| 4Y
 *       3S |6           11| 3Y
 *       /E |7           10| 3Z
 *      GND |8            9| VEE
 *          +--------------+
 *
 *  FIXME: These devices are slow (can be over 200 ns in HC types). This is currently not reflected
 *
 *  Naming conventions follow Texas Instruments datasheet
 *
 */

#ifndef NLD_4316_H_
#define NLD_4316_H_

#include "netlist/nl_setup.h"

#define CD4316_GATE(name)                                                       \
		NET_REGISTER_DEV(CD4316_GATE, name)

#endif /* NLD_4316_H_ */