Project

General

Profile

Actions

Feature #10238

closed

VerilogParser: '--library-file' cmdline option

Added by Sergey Smolov almost 4 years ago. Updated 11 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Engine (Parser)
Target version:
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 either function or task;
  • <type> is the return type (only for functions);
  • <name> is the entity name.

Here is an example:

function [3:0] $myFunction
task $myTask
Actions

Also available in: Atom PDF