Before running any software, you must make sure that your workstation environment is set up properly. The following are required to process Xilinx designs using the Synopsys interface:
set path=( \
$XILINX/bin/platform \
$path)
where platform is sol (for Solaris) or hp (for Hewlett-Packard).`
In UNIX and DC Shell commands shown in this book, where text is too long to print on one line, the back-slash (\) character at the end of a line is used to indicate a continuation line. In actual usage, continuation line breaks are optional and may occur at any legal point in the command line.