summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib/pfunction.h
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2019-04-06 14:11:06 +0200
committer couriersud <couriersud@gmx.org>2019-04-07 19:09:48 +0200
commit58e6383ada73e3d9bb2330248c77d99f4063896d (patch)
tree69ea6066ac01e90cffba02ebf7e3775dfeaaaf87 /src/lib/netlist/plib/pfunction.h
parent140dc2237eed85e3451ab95a4bcdae84ee8600c5 (diff)
netlist: MB3614 again, function controlled VARCLOCK and other
improvements. - fix MB3614 parameter - Added VARCLOCK which derives step size from function - optimized function handling in CS and VS - fixed a bug in ppreprocessor - add trunc to pfunction - added opamp_amplification_curve to derive characteristic amplification curve
Diffstat (limited to 'src/lib/netlist/plib/pfunction.h')
-rw-r--r--src/lib/netlist/plib/pfunction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/netlist/plib/pfunction.h b/src/lib/netlist/plib/pfunction.h
index fbb6c508333..bc81ef0c5a6 100644
--- a/src/lib/netlist/plib/pfunction.h
+++ b/src/lib/netlist/plib/pfunction.h
@@ -34,6 +34,7 @@ namespace plib {
SIN,
COS,
RAND, /* random number between 0 and 1 */
+ TRUNC,
PUSH_CONST,
PUSH_INPUT
};