summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/analog/nld_fourterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/analog/nld_fourterm.h')
-rw-r--r--src/lib/netlist/analog/nld_fourterm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/netlist/analog/nld_fourterm.h b/src/lib/netlist/analog/nld_fourterm.h
index dcd32744263..63ba4276169 100644
--- a/src/lib/netlist/analog/nld_fourterm.h
+++ b/src/lib/netlist/analog/nld_fourterm.h
@@ -23,6 +23,9 @@
#define VCVS(name) \
NET_REGISTER_DEV(VCVS, name)
+#define CCVS(name) \
+ NET_REGISTER_DEV(CCVS, name)
+
#define LVCCS(name) \
NET_REGISTER_DEV(LVCCS, name)