mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-09-03 00:19:42 +02:00
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.
11 lines
215 B
Plaintext
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
|