LoggingΒΆ
Skillbridge creates several log files while running. By default they are stored in the
current working directory where the cadence tool was started. You can override that by setting
the environmental variable SKILLBRIDGE_LOG_DIRECTORY
to a valid folder name before starting the cadence tool.
Warning
Do not include the trailing slash when setting the variable!
Alternatively you can also set the variable inside the CIW before loading the server script
setShellEnvVar("SKILLBRIDGE_LOG_DIRECTORY" "some/valid/path/here")
load(...)
The following log files are created:
skillbridge_server.log
for the python server (usepyStartServer ?logLevel LEVEL
to control the log level)skillbridge_skill.log
for the skill process.skillbridge_script.log
for the skill process when usingpyRunScript