This file is indexed.

/usr/lib/x86_64-linux-gnu/ivl/system.sft is in iverilog 10.1-0.1+b2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
#
# This is the system function descriptor table for the
# builtin (system) functions.
#

$random            vpiSysFuncInt
$rtoi              vpiSysFuncInt
$urandom           vpiSysFuncSized 32 unsigned
$urandom_range     vpiSysFuncSized 32 unsigned
$dist_uniform      vpiSysFuncInt
$dist_normal       vpiSysFuncInt
$dist_exponential  vpiSysFuncInt
$dist_poisson      vpiSysFuncInt
$dist_chi_square   vpiSysFuncInt
$dist_t            vpiSysFuncInt
$dist_erlang       vpiSysFuncInt
$clog2             vpiSysFuncInt
$q_full            vpiSysFuncInt

$abstime       vpiSysFuncReal
$simparam      vpiSysFuncReal
$simparam$str  vpiSysFuncSized 1024 unsigned
$table_model   vpiSysFuncReal

$ivl_string_method$len      vpiSysFuncInt
$ivl_string_method$to_vec   vpiSysFuncVoid