mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 01:03:29 +02:00
initial commit
This commit is contained in:
@@ -765,13 +765,13 @@ The .ufunc statements define a call to a user defined function.
|
||||
::
|
||||
|
||||
<label> .ufunc/real <flabel>, <wid>,
|
||||
<isymbols> ( <psymbols> ) <ssymbol>;
|
||||
[<isymbols> ( <psymbols> )] <ssymbol>;
|
||||
|
||||
<label> .ufunc/vec4 <flabel>, <wid>,
|
||||
<isymbols> ( <psymbols> ) <ssymbol>;
|
||||
[<isymbols> ( <psymbols> )] <ssymbol>;
|
||||
|
||||
<label> .ufunc/e <flabel>, <wid>, <trigger>,
|
||||
<isymbols> ( <psymbols> ) <ssymbol>;
|
||||
[<isymbols> ( <psymbols> )] <ssymbol>;
|
||||
|
||||
The first variant is used for functions that only need to be called
|
||||
when one of their inputs changes value. The second variant is used
|
||||
|
||||
Reference in New Issue
Block a user