User guide

9-56
Project Window
Using a Makefile
To create a makefile for a project, make sure the project is active then
select Create Makefile from the Tools menu. The makefile has four
targets: all, analyze, elab and sim. When the makefile is created, a
synopsys_sim.setup file is written to the workspace path, overwriting
any existing setup file.
To run the makefile, go to the parent workspace directory and execute
the makefile that is contained in the project directory. For example, if
the workspace parent directory is
/users/hkrohn/risc, do the following:
cd /users/hkrohn/risc
make -f ws_relative/PROJECT1/Makefile analyze