list-classes ["substr"] ["module"] [-l] [-m] [-show-port-classes]
Lists all available configuration classes. It is possible to only include classes whose name matches a certain sub-string, specified by the substr argument. The -l flag will reduce the list to classes that has been registered by loaded modules. The -m flag extends the output with the name of the module that registered each class.
The module argument can be used to only list classes from the specified module.
Port classes are not included in the list, unless -show-port-classes is specified. Note that this only includes port classes for classes from loaded modules.
When used in an expression, a list of class names is returned, or a list of [<class name>, <module name>] pairs, depending on the -m flag.
Simics Core