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.logfor the python server (usepyStartServer ?logLevel LEVELto control the log level)skillbridge_skill.logfor the skill process.skillbridge_script.logfor the skill process when usingpyRunScript