More acurate note about system functions.

This commit is contained in:
steve 2004-09-05 17:54:22 +00:00
parent 9de786fc44
commit 15059bbfdc
1 changed files with 2 additions and 2 deletions

View File

@ -334,8 +334,8 @@ Verilog web page for the current state of support for Verilog, and in
particular, browse the bug report database for reported unsupported particular, browse the bug report database for reported unsupported
constructs. constructs.
- System functions are supported, but the compiler presumes that - System functions are supported, but the return value is a little
they return 32 bits. This is the typical case. tricky. See SYSTEM FUNCTION TABLE FILES in the iverilog man page.
- Specify blocks are parsed but ignored in general. - Specify blocks are parsed but ignored in general.