RE: [sv-cc] vpiInterModPath with delays in Verilog code

From: Bresticker, Shalom <shalom.bresticker@intel.com>
Date: Wed Jul 03 2013 - 03:17:25 PDT
As I understand it, vpiInterModPath refers to intermodule path delays.

Just as the name says, they are between modules.

The constructs you asked about are within a module.

In fact, 37.3.4 says,

Nets, primitives, module paths, timing checks, and continuous assignments can have delays specified within
the SystemVerilog source code. Additional delays may exist, such as module input port delays or intermodule
path delays, that do not appear within the SystemVerilog source code. To access the delay
expressions that are specified within the SystemVerilog source code, use the method vpiDelay.

Regards,
Shalom

From: owner-sv-cc@eda.org [mailto:owner-sv-cc@eda.org] On Behalf Of Radoslaw Nawrot
Sent: Wednesday, July 03, 2013 12:51
To: sv-cc@eda.org
Subject: [sv-cc] vpiInterModPath with delays in Verilog code

Hello,
I have question about vpiInterModPath.
Does it work with Verilog/SystemVerilog constructs (
i.e
assign #10 x=y;

or wire #10 w;
)
or only with delays from sdf files?

Thanks in advance,
Radek


--
This message has been scanned for viruses and
dangerous content by MailScanner<http://www.mailscanner.info/>, and is
believed to be clean.
---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Wed Jul 3 03:17:41 2013

This archive was generated by hypermail 2.1.8 : Wed Jul 03 2013 - 03:17:43 PDT