Equivalent SKILL command to parse verilog views

B

Bernd Fischer

Guest
Hi there,

I'm wondering if there is a equivalent SKILL command to parse verilog views
in DFII,
like open, edit, save and close a functional view for example.

CDS.log output:
Analyzing Verilog source file "../myLib/myCell/functional/verilog.v"
Done
Verilog HDL file successfully parsed.
Running cross view checker.


Bernd
 
schVIC(
d_cvId
)
=> l_result

Runs the cross-view checker to check the consistency of the interface
of one or more views against the view of the given cellview.

Or probably this?

schInstallHDL

schInstallHDL(
g_library
t_cellName
t_viewName
t_srcName [ g_createSymbol ]
)
=> t/nil
 

Welcome to EDABoard.com

Sponsor

Back
Top