Actions
Feature #10238
closedVerilogParser: '--library-file' cmdline option
Start date:
04/08/2020
Due date:
% Done:
100%
Estimated time:
Published in build:
1.1.3-beta-230504
Description
See Verilog Translator Options
The option sets the library file that declares names of non-standard system tasks and functions. The file has the following structure:
<kind> (<type>)? <name> ... <kind> (<type>)? <name>where
<kind>
is eitherfunction
ortask
;<type>
is the return type (only for functions);<name>
is the entity name.
Here is an example:
function [3:0] $myFunction task $myTask
Updated by Sergey Smolov over 4 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Done in 96538da5
Updated by Sergey Smolov over 1 year ago
- Status changed from Resolved to Closed
- Published in build set to 1.1.3-beta-230504
Actions