cdsCreateConfig
Use the cdsCreateConfig utility with the following options:
cdsCreateConfig
-lib topLibName
-cell topCellName
-view topViewName
[-config newConfigName]
[-liblist 'l_lib']
[-viewlist 'l_view']
[-stoplist 'l_stopview']
The following table describes the various options that can be used with the cdsCreateConfig utility.
|
Option
|
Description
|
|
-help
|
Displays the cdsCreateConfig help.
|
|
-V | -version
|
Prints the utility version.
|
|
-W
|
Prints the utility sub-version.
|
|
-lib <libName>
|
Specifies the top library name of the configuration.
|
|
-cell <cellName>
|
Specifies the top cell name of the configuration.
|
|
-view <viewName>
|
Specifies the top view name of the configuration.
|
|
Optional Options
|
|
-config <"newConfigName">
|
|
|
Specifies the name of the config view that needs to be created.
|
|
-liblist <'lib1 lib2 ...'>
|
|
|
Specifies the names of the libraries that are bound to the new config view.
|
|
-viewlist <'view1 view2 ...'>
|
|
|
Specifies the names of the views that are bound to the new config view.
|
|
-stoplist <'stopview1 stopview2 ...'>
|
|
|
Specifies the names of the stop views that are bound to the new config view.
|
Related Topics
SystemVerilog Netlister Batch Mode
SystemVerilog Config Views
Return to top