SystemVerilog Config Views
When using SystemVerilog Netlister, ensure that your specified design has a config view that contains only digital content. This digital content can be a SystemVerilog or Verilog text view, a schematic view, or a symbol view. If your design does not have a config view, use the cdsCreateConfig utility available with SystemVerilog Netlister. This utility helps you create a config view.
You can use the following options with the cdsCreateConfig utility:
cdsCreateConfig -lib topLibName -cell topCellName -view topViewName [-config newConfigName] [-liblist 'lib1 lib2'] [-viewlist 'view1 view2'] [-stoplist 'stopview1 stopview2']
For example, if you have a design topLib/topCell/schematic, use the following command in the terminal window to create a config view:
cdsCreateConfig -lib topLib -cell topCell -view schematic
To view the various options available with the cdsCreateConfig utility, type the following command in the terminal window.
cdsCreateConfig -help
Related Topics
Introduction to Virtuoso SystemVerilog Netlister
SystemVerilog Netlister Batch Mode
Return to top