Project

General

Profile

Actions

Feature #10238

open

VerilogParser: '--library-file' cmdline option

Added by Sergey Smolov almost 3 years ago. Updated almost 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Engine (Parser)
Target version:
Start date:
04/08/2020
Due date:
% Done:

100%

Estimated time:
Published in build:

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 #1

Updated by Sergey Smolov almost 3 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Done in 96538da5

Actions

Also available in: Atom PDF