cd check-cell-partitioning
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

change-namespace

Synopsis

change-namespace ["namespace"] ["component"]

Description

Change current namespace to namespace. Objects in the current namespace can be specified using a relative object name. The full object name can also be used even if a current namespace has been set. (The component argument has been deprecated; use namespace instead.)

For example, if there is an object system.cpu, it is possible to do:

  simics> cn system
  simics> cpu.log-level 2

Use

  simics> cn ..

to go "up" one level.

If no namespace is given, current namespace will be changed to the top level.

If a current namespace is set the list-objects command will only list the objects in that namespace.

Provided By

Simics Core

See Also

current-namespace, list-objects
cd check-cell-partitioning