I know that when using debussy I can use $fsdbSuppress, or even
better- the environment variable SKIP_CELL_INSTANCE..
but how can I skip library cells when running the commnd $dumpvars?
I need to generate vcd file, and prefer not to use fsdb2vcd...
Thanks,
Pazia
Thanks.
but what if I want to get alllevels, but to suppress just few specific
instances?...
$dumpvars is to dump as a standard VCD format on which we do not have
any control from tool side.
VCS has a simple compile time option to control VPD format dumping
(specific to VCS) for CELL defines.
[1] +nocelldefinepli+1
Disables recording in VPD files, the transition times and values of
nets and registers in all modules defined under the ‘celldefine
compiler directive. Modules in a library file or directory are not
affected by this option unless they are defined under the ‘celldefine
compiler directive.
[2] +nocelldefinepli+2
Disables recording in VPD files, the transition times and values of
nets and registers in all modules defined under the ‘celldefine
compiler directive or defined in a library that you
specify with the -v or -y compile-time options whether the modules in
these libraries are defined under the ‘celldefine compiler directive
or not.
Hope this helps.
Thanks,
Karthik
I'll check if we can switch to VPD. if so - I guess it will help.
Thanks a lot!
Pazia