Table of Contents Previous page Next page Index

ModelSim

Model Technology Inc.


Support for Verilog instances

The FLI functions are designed to work with VHDL designs and VHDL objects. However, the functions for traversing the design hierarchy also recognize Verilog instances.

The following functions operate on Verilog instances as indicated:

mti_GetTopRegion()

Gets the first top-level module. Use mti_NextRegion( ) to get additional top-level modules.

mti_GetPrimaryName()

Gets the module name.

mti_GetSecondaryName()

Returns NULL for Verilog modules.

The following functions operate on Verilog instances in the same manner as they operate on VHDL instances.

All other FLI functions operate only on VHDL instances and objects. Specifically, the functions that operate on VHDL signals and drivers cannot be used on Verilog nets and drivers. For example, a call to mti_FirstSignal( ) on a Verilog region always returns NULL. You must use the PLI or VPI functions to operate on Verilog objects.



Model Technology Inc.
Voice: (503) 641-1340
Fax: (503)526-5410
http://www.model.com
sales@model.com
TOC PREV NEXT INDEX

ModelSim