Command Dictionary | Set Logfile Handling |
|
|
∙
An optional switch that forces the tool to overwrite the file if a file by that name already exists.
∙
An optional switch that causes the tool to begin writing the transcript at the end of the specified file.
Examples
The following example specifies for the tool to write a logfile and to disable the writing of the transcript:
set logfile handling /user/designs/setup_logfile set screen display off
add clocks 0 clk add clocks 1 pre clr report clocks
The following information shows what the logfile contains after running the preceding set of commands:
//command: set scr d off
//command: add clocks 0 clk
//command: add clocks 1 pre clr
//command: report clocks
PRE, off_state 1
CLR, off_state 1
CLK, off_state 0
Related Commands
Report Environment | Set Screen Display |
FastScan and FlexTest Reference Manual, V8.6_4 |