Line 275... |
Line 275... |
; then UserTimeUnit defaults to ps.
|
; then UserTimeUnit defaults to ps.
|
; Should generally be set to default.
|
; Should generally be set to default.
|
UserTimeUnit = default
|
UserTimeUnit = default
|
|
|
; Default run length
|
; Default run length
|
RunLength = 5 ns
|
RunLength = 100 ns
|
|
|
; Maximum iterations that can be run without advancing simulation time
|
; Maximum iterations that can be run without advancing simulation time
|
IterationLimit = 5000
|
IterationLimit = 5000
|
|
|
; Control PSL and Verilog Assume directives during simulation
|
; Control PSL and Verilog Assume directives during simulation
|
Line 322... |
Line 322... |
; Multi-value:
|
; Multi-value:
|
; License = noqueue plus
|
; License = noqueue plus
|
|
|
; Stop the simulator after a VHDL/Verilog immediate assertion message
|
; Stop the simulator after a VHDL/Verilog immediate assertion message
|
; 0 = Note 1 = Warning 2 = Error 3 = Failure 4 = Fatal
|
; 0 = Note 1 = Warning 2 = Error 3 = Failure 4 = Fatal
|
BreakOnAssertion = 4
|
BreakOnAssertion = 3
|
|
|
; VHDL assertion Message Format
|
; VHDL assertion Message Format
|
; %S - Severity Level
|
; %S - Severity Level
|
; %R - Report Message
|
; %R - Report Message
|
; %T - Time of assertion
|
; %T - Time of assertion
|
Line 697... |
Line 697... |
|
|
; Options to give vopt when code coverage is turned on.
|
; Options to give vopt when code coverage is turned on.
|
; Default is "+acc=lprnb -opt=-merge -opt=-suppressAlways"
|
; Default is "+acc=lprnb -opt=-merge -opt=-suppressAlways"
|
; VoptCoverageOptions = +acc=lprnb -opt=-merge -opt=-suppressAlways
|
; VoptCoverageOptions = +acc=lprnb -opt=-merge -opt=-suppressAlways
|
|
|
DelayFileOpen = 1
|
|
[lmc]
|
[lmc]
|
; The simulator's interface to Logic Modeling's SmartModel SWIFT software
|
; The simulator's interface to Logic Modeling's SmartModel SWIFT software
|
libsm = $MODEL_TECH/libsm.sl
|
libsm = $MODEL_TECH/libsm.sl
|
; The simulator's interface to Logic Modeling's SmartModel SWIFT software (Windows NT)
|
; The simulator's interface to Logic Modeling's SmartModel SWIFT software (Windows NT)
|
; libsm = $MODEL_TECH/libsm.dll
|
; libsm = $MODEL_TECH/libsm.dll
|
Line 755... |
Line 754... |
; msgmode = both
|
; msgmode = both
|
[Project]
|
[Project]
|
Project_Version = 6
|
Project_Version = 6
|
Project_DefaultLib = work
|
Project_DefaultLib = work
|
Project_SortMethod = unused
|
Project_SortMethod = unused
|
Project_Files_Count = 0
|
Project_Files_Count = 1
|
|
Project_File_0 = /mnt/new_disk/work/csa_svn/csa/csa/trunk/bench/decrypt_tb.v
|
|
Project_File_P_0 = cover_toggle 0 vlog_protect 0 file_type verilog group_id 0 cover_exttoggle 0 cover_cond 0 vlog_nodebug 0 vlog_1995compat 0 vlog_noload 0 folder {Top Level} last_compile 0 cover_fsm 0 cover_branch 0 vlog_enable0In 0 vlog_disableopt 0 vlog_vopt 0 vlog_showsource 0 vlog_hazard 0 vlog_0InOptions {} ood 1 vlog_upper 0 compile_to work vlog_options {} compile_order 0 cover_expr 0 dont_compile 0 cover_stmt 0
|
Project_Sim_Count = 0
|
Project_Sim_Count = 0
|
Project_Folder_Count = 0
|
Project_Folder_Count = 0
|
Echo_Compile_Output = 0
|
Echo_Compile_Output = 0
|
Save_Compile_Report = 1
|
Save_Compile_Report = 1
|
Project_Opt_Count = 0
|
Project_Opt_Count = 0
|
Line 785... |
Line 786... |
SDF_CustomDoubleClick =
|
SDF_CustomDoubleClick =
|
XML_DoubleClick = Edit
|
XML_DoubleClick = Edit
|
XML_CustomDoubleClick =
|
XML_CustomDoubleClick =
|
LOGFILE_DoubleClick = Edit
|
LOGFILE_DoubleClick = Edit
|
LOGFILE_CustomDoubleClick =
|
LOGFILE_CustomDoubleClick =
|
EditorState =
|
EditorState = {tabbed horizontal 1} {/mnt/new_disk/work/csa_svn/csa/csa/trunk/bench/decrypt_tb.v 0 1}
|
Project_Major_Version = 6
|
Project_Major_Version = 6
|
Project_Minor_Version = 2
|
Project_Minor_Version = 2
|