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