Unit installation
Appendix A: MAX+PLUS II Command-Line Mode
Altera Corporation 279
The <I/O options> are shown below. For each option, the <filename> defaults
to <project name> if you specify empty quotation marks ("").
1 You can use > or >> to redirect MAX+PLUS II warning and error
messages to an ASCII file. (In UNIX, use >! and >>! instead of >
and >> if the noclobber variable is set.)
The following example compiles the upcntr project; compiles the chiptrip
project; runs a timing analysis on chiptrip in Registered Performance mode;
and simulates chiptrip using test.scf as the source of vectors:
maxplus2 -c upcntr -c -ta_reg -s -scf "test.scf" chiptrip 9
The following example compiles the chiptrip project, overwriting any
existing message.out file:
maxplus2 -c chiptrip > message.out 9
I/O Option: Action:
-tao "<filename>" saves Timing Analyzer output in
<filename>.tao; if this option is not used,
<project name>.tao is generated automatically
-scf "<filename>" uses <filename>.scf as the source of simulation
vectors; if this option is not used, the file
specified with the SIMULATION_INPUT_FILE
variable in <project name>.acf is used
automatically
-vec "<filename>" uses <filename>.vec as the source of simulation
vectors
-cmd "<filename>" uses <filename>.cmd file as the source of
simulation commands
-tbl "<filename>" saves Simulator output in <filename>.tbl
-hst "<filename>" records Simulator history in <filename>.hst
81_GSBOOK.fm5 Page 279 Tuesday, October 14, 1997 4:04 PM