Yosys environment variables#
HOMEYosys command history is stored in
$HOME/.yosys_history. Graphics (fromshowandvizcommands) will output to this directory by default. This environment variable is also used in some cases for resolving filenames with~.PATHMay be used in OpenBSD builds for finding the location of Yosys executable.
TMPDIRUsed for storing temporary files.
ABCWhen compiling Yosys with out-of-tree ABC using ABCEXTERNAL, this variable can be used to override the external ABC executable.
YOSYS_NOVERIFICIf Yosys was built with Verific, this environment variable can be used to temporarily disable Verific support.
YOSYS_COVER_DIRandYOSYS_COVER_FILEWhen using code coverage, these environment variables control the output file name/location.
YOSYS_ABORT_ON_LOG_ERRORCan be used for debugging Yosys internals. Setting it to 1 causes abort() to be called when Yosys terminates with an error message.