Files
iverilog/vpi/va_math.sft
T
Cary R 2eb01605b1 Remove obsolete VAMS $log function.
This patch remove the old VAMS $log function. It could create confusion
with the Verilog $log task. Recent versions of VAMS and 1364-2005 use
$log10 for the base 10 logarithm.
2010-04-27 12:09:07 -07:00

11 lines
215 B
Plaintext

#
# This is the system function descriptor table for the
# Verilog-A math functions.
#
# Single argument functions.
$abs vpiSysFuncReal
# Double argument functions.
$min vpiSysFuncReal
$max vpiSysFuncReal