905 lines
24 KiB
Plaintext
905 lines
24 KiB
Plaintext
![]() |
@verdi rc file Version 1.0
|
||
|
[Library]
|
||
|
work = ./work
|
||
|
[Annotation]
|
||
|
3D_Active_Annotation = FALSE
|
||
|
[CommandSyntax.finsim]
|
||
|
InvokeCommand =
|
||
|
FullFileName = TRUE
|
||
|
Separator = .
|
||
|
SimPromptSign = ">"
|
||
|
HierNameLevel = 1
|
||
|
RunContinue = "continue"
|
||
|
Finish = "quit"
|
||
|
UseAbsTime = FALSE
|
||
|
NextTime = "run 1"
|
||
|
NextNTime = "run ${SimBPTime}"
|
||
|
NextEvent = "run 1"
|
||
|
Reset =
|
||
|
ObjPosBreak = "break posedge ${SimBPObj}"
|
||
|
ObjNegBreak = "break negedge ${SimBPObj}"
|
||
|
ObjAnyBreak = "break change ${SimBPObj}"
|
||
|
ObjLevelBreak =
|
||
|
LineBreak = "breakline ${SimBPFile} ${SimBPLine}"
|
||
|
AbsTimeBreak = "break abstimeaf ${SimBPTime}"
|
||
|
RelTimeBreak = "break reltimeaf ${SimBPTime}"
|
||
|
EnableBP = "breakon ${SimBPId}"
|
||
|
DisableBP = "breakoff ${SimBPId}"
|
||
|
DeleteBP = "breakclr ${SimBPId}"
|
||
|
DeleteAllBP = "breakclr"
|
||
|
SimSetScope = "cd ${SimDmpObj}"
|
||
|
[CommandSyntax.ikos]
|
||
|
InvokeCommand = "setvar debussy true;elaborate -p ${SimTop} -s ${SimArch}; run until 0;fsdbInteractive; "
|
||
|
FullFileName = TRUE
|
||
|
NeedTimeUnit = TRUE
|
||
|
NormalizeTimeUnit = TRUE
|
||
|
Separator = /
|
||
|
HierNameLevel = 2
|
||
|
RunContinue = "run"
|
||
|
Finish = "exit"
|
||
|
NextTime = "run ${SimBPTime} ${SimTimeUnit}"
|
||
|
NextNTime = "run for ${SimBPTime} ${SimTimeUnit}"
|
||
|
NextEvent = "step 1"
|
||
|
Reset = "reset"
|
||
|
ObjPosBreak = "stop if ${SimBPObj} = \"'1'\""
|
||
|
ObjNegBreak = "stop if ${SimBPObj} = \"'0'\""
|
||
|
ObjAnyBreak =
|
||
|
ObjLevelBreak = "stop if ${SimBPObj} = ${SimBPValue}"
|
||
|
LineBreak = "stop at ${SimBPFile}:${SimBPLine}"
|
||
|
AbsTimeBreak =
|
||
|
RelTimeBreak =
|
||
|
EnableBP = "enable ${SimBPId}"
|
||
|
DisableBP = "disable ${SimBPId}"
|
||
|
DeleteBP = "delete ${SimBPId}"
|
||
|
DeleteAllBP = "delete *"
|
||
|
[CommandSyntax.verisity]
|
||
|
InvokeCommand =
|
||
|
FullFileName = FALSE
|
||
|
Separator = .
|
||
|
SimPromptSign = "> "
|
||
|
HierNameLevel = 1
|
||
|
RunContinue = "."
|
||
|
Finish = "$finish;"
|
||
|
NextTime = "$db_steptime(1);"
|
||
|
NextNTime = "$db_steptime(${SimBPTime});"
|
||
|
NextEvent = "$db_step;"
|
||
|
SimSetScope = "$scope(${SimDmpObj});"
|
||
|
Reset = "$reset;"
|
||
|
ObjPosBreak = "$db_breakonposedge(${SimBPObj});"
|
||
|
ObjNegBreak = "$db_breakonnegedge(${SimBPObj});"
|
||
|
ObjAnyBreak = "$db_breakwhen(${SimBPObj});"
|
||
|
ObjLevelBreak = "$db_breakwhen(${SimBPObj}, ${SimBPValue});"
|
||
|
LineBreak = "$db_breakatline(${SimBPLine}, ${SimBPScope}, \"${SimBPFile}\");"
|
||
|
AbsTimeBreak = "$db_breakbeforetime(${SimBPTime});"
|
||
|
RelTimeBreak = "$db_breakbeforetime(${SimBPTime});"
|
||
|
EnableBP = "$db_enablebreak(${SimBPId});"
|
||
|
DisableBP = "$db_disablebreak(${SimBPId});"
|
||
|
DeleteBP = "$db_deletebreak(${SimBPId});"
|
||
|
DeleteAllBP = "$db_deletebreak;"
|
||
|
FSDBInit = "$novasInteractive;"
|
||
|
FSDBDumpvars = "$novasDumpvars(0, ${SimDmpObj});"
|
||
|
FSDBDumpsingle = "$novasDumpsingle(${SimDmpObj});"
|
||
|
FSDBDumpvarsInFile = "$novasDumpvarsToFile(\"${SimDmpFile}\");"
|
||
|
FSDBDumpMem = "$novasDumpMemNow(${SimDmpObj}, ${SimDmpBegin}, ${SimDmpSize});"
|
||
|
[CoverageDetail]
|
||
|
cross_filter_limit = 1000
|
||
|
branch_limit_vector_display = 50
|
||
|
showgrid = TRUE
|
||
|
reuseFirst = TRUE
|
||
|
justify = TRUE
|
||
|
scrollbar_mode = per pane
|
||
|
test_combo_left_truncate = TRUE
|
||
|
instance_combo_left_truncate = TRUE
|
||
|
loop_navigation = TRUE
|
||
|
condSubExpr = 20
|
||
|
tglMda = 1000
|
||
|
linecoverable = 100000
|
||
|
lineuncovered = 50000
|
||
|
tglcoverable = 30000
|
||
|
tgluncovered = 30000
|
||
|
pendingMax = 1000
|
||
|
show_full_more = FALSE
|
||
|
[CoverageHier]
|
||
|
showgrid = FALSE
|
||
|
[CoverageWeight]
|
||
|
Assert = 1
|
||
|
Covergroup = 1
|
||
|
Line = 1
|
||
|
Condition = 1
|
||
|
Toggle = 1
|
||
|
FSM = 1
|
||
|
Branch = 1
|
||
|
[DesignTree]
|
||
|
IfShowModule = {TRUE, FALSE}
|
||
|
[Editor]
|
||
|
editorName = TurboEditor
|
||
|
[Emacs]
|
||
|
EmacsFont = "Clean 14"
|
||
|
EmacsBG = white
|
||
|
EmacsFG = black
|
||
|
[Exclusion]
|
||
|
enableAsDefault = TRUE
|
||
|
saveAsDefault = TRUE
|
||
|
saveManually = TRUE
|
||
|
illegalBehavior = FALSE
|
||
|
DisplayExcludedItem = FALSE
|
||
|
adaptiveExclusion = TRUE
|
||
|
warningExcludeInstance = TRUE
|
||
|
favorite_exclude_annotation = ""
|
||
|
[FSM]
|
||
|
viewport = 65 336 387 479
|
||
|
SmartTips = TRUE
|
||
|
State-LineColor = black
|
||
|
State-LineWidth = 1
|
||
|
State-FillColor = blue3
|
||
|
State-TextColor = white
|
||
|
Init_State-LineColor = black
|
||
|
Init_State-LineWidth = 2
|
||
|
Init_State-FillColor = yellow3
|
||
|
Init_State-TextColor = black
|
||
|
Trap_State-LineColor = red3
|
||
|
Trap_State-LineWidth = 2
|
||
|
Trap_State-FillColor = cyan4
|
||
|
Trap_State-TextColor = red3
|
||
|
State_Action-LineColor = black
|
||
|
State_Action-LineWidth = 1
|
||
|
State_Action-FillColor = white
|
||
|
State_Action-TextColor = black
|
||
|
Junction-LineColor = black
|
||
|
Junction-LineWidth = 1
|
||
|
Junction-FillColor = green3
|
||
|
Junction-TextColor = black
|
||
|
Connection-LineColor = black
|
||
|
Connection-LineWidth = 1
|
||
|
Connection-FillColor = Gray5
|
||
|
Connection-TextColor = black
|
||
|
Transition-LineColor = black
|
||
|
Transition-LineWidth = 1
|
||
|
Transition-FillColor = white
|
||
|
Transition-TextColor = black
|
||
|
Trans_Condition-LineColor = black
|
||
|
Trans_Condition-LineWidth = 1
|
||
|
Trans_Condition-FillColor = white
|
||
|
Trans_Condition-TextColor = orange2
|
||
|
Trans_Action-LineColor = black
|
||
|
Trans_Action-LineWidth = 1
|
||
|
Trans_Action-FillColor = white
|
||
|
Trans_Action-TextColor = green2
|
||
|
SelectedSet-LineColor = red3
|
||
|
SelectedSet-LineWidth = 1
|
||
|
SelectedSet-FillColor = red3
|
||
|
SelectedSet-TextColor = white
|
||
|
HilightSet-LineColor = red4
|
||
|
HilightSet-LineWidth = 1
|
||
|
HilightSet-FillColor = red7
|
||
|
HilightSet-TextColor = blue4
|
||
|
WndBk-FillColor = Gray3
|
||
|
Background-FillColor = gray5
|
||
|
Selection-LineColor = blue3
|
||
|
Selection-LineWidth = 1
|
||
|
prefKey_Link-LineColor = orange2
|
||
|
prefKey_Link-LineWidth = 1
|
||
|
prefKey_Link-FillColor = yellow4
|
||
|
prefKey_Link-TextColor = black
|
||
|
prefKey_Port-LineColor = black
|
||
|
prefKey_Port-LineWidth = 1
|
||
|
prefKey_Port-FillColor = orange5
|
||
|
prefKey_Port-TextColor = yellow2
|
||
|
Trap = red3
|
||
|
Hilight = blue4
|
||
|
Window = Gray3
|
||
|
Selected = white
|
||
|
Trans. = green2
|
||
|
State = black
|
||
|
Init. = black
|
||
|
StickSet-LineColor = orange4
|
||
|
StickSet-LineWidth = 1
|
||
|
StickSet-FillColor = purple6
|
||
|
StickSet-TextColor = black
|
||
|
[FSM_Dlg-Print]
|
||
|
Orientation = Landscape
|
||
|
[General]
|
||
|
autoSaveSession = FALSE
|
||
|
TclAutoSource =
|
||
|
cmd_enter_form = FALSE
|
||
|
[GlobalProp]
|
||
|
ErrWindow_Font = Helvetica_M_R_12
|
||
|
[Globals]
|
||
|
app_default_font = Bitstream Vera Sans,10,-1,5,50,0,0,0,0,0
|
||
|
app_fixed_width_font = Courier,10,-1,5,50,0,0,0,0,0
|
||
|
text_encoding = Unicode(utf8)
|
||
|
smart_resize = TRUE
|
||
|
smart_resize_child_limit = 2000
|
||
|
tooltip_max_width = 200
|
||
|
tooltip_max_height = 20
|
||
|
tooltip_viewer_key = F3
|
||
|
tooltip_display_time = 1000
|
||
|
bookmark_name_length_limit = 12
|
||
|
disable_tooltip = FALSE
|
||
|
auto_load_source = TRUE
|
||
|
max_array_size = 4096
|
||
|
filter_when_typing = TRUE
|
||
|
filter_keep_children = TRUE
|
||
|
filter_syntax = Wildcards
|
||
|
filter_keystroke_interval = 800
|
||
|
filter_case_sensitive = FALSE
|
||
|
filter_full_path = FALSE
|
||
|
load_detail_for_funcov = FALSE
|
||
|
sort_limit = 100000
|
||
|
ignoreDBVersionChecking = FALSE
|
||
|
[HB]
|
||
|
ViewSchematic = FALSE
|
||
|
windowLayout = 0 0 804 500 182 214 804 148
|
||
|
import_filter = *.v; *.vc; *.f
|
||
|
designTreeFont = *-adobe-courier-medium-r-*-*-12-*-*-*-*-*-iso8859-*
|
||
|
import_filter_vhdl = *.vhd; *.vhdl; *.f
|
||
|
import_default_language = Verilog
|
||
|
import_filter_verilog = *.v; *.vc; *.f
|
||
|
simulation_file_type = *.fsdb;*.fsdb.gz;*.fsdb.bz2;*.ff;*.dump
|
||
|
PrefetchViewableAnnot = TRUE
|
||
|
[Hier]
|
||
|
filterTimeout = 1500
|
||
|
[ImportLiberty]
|
||
|
SearchPriority = .lib++
|
||
|
bSkipStateCell = False
|
||
|
bImportPowerInfo = False
|
||
|
bSkipFFCell = False
|
||
|
bScpecifyCellNameCase = False
|
||
|
bSpecifyPinNameCase = False
|
||
|
CellNameToCase =
|
||
|
PinNameToCase =
|
||
|
[Language]
|
||
|
EditWindow_Font = COURIER12
|
||
|
Background = ID_WHITE
|
||
|
Comment = ID_GRAY4
|
||
|
Keyword = ID_BLUE5
|
||
|
UserKeyword = ID_GREEN2
|
||
|
Text = ID_BLACK
|
||
|
SelText = ID_WHITE
|
||
|
SelBackground = ID_BLUE2
|
||
|
[Library.Ikos]
|
||
|
pack = ./work.lib++
|
||
|
vital = ./work.lib++
|
||
|
work = ./work.lib++
|
||
|
std = ${dls_std}.lib++
|
||
|
ieee = ${dls_ieee}.lib++
|
||
|
synopsys = ${dls_synopsys}.lib++
|
||
|
silc = ${dls_silc}.lib++
|
||
|
ikos = ${dls_ikos}.lib++
|
||
|
novas = ${VOYAGER_LIB_VHDL}/${VOYAGER_MACHINE}/novas.lib++
|
||
|
[MDT]
|
||
|
ART_RF_SP = spr[0-9]*bx[0-9]*
|
||
|
ART_RF_2P = dpr[0-9]*bx[0-9]*
|
||
|
ART_SRAM_SP = spm[0-9]*bx[0-9]*
|
||
|
ART_SRAM_DP = dpm[0-9]*bx[0-9]*
|
||
|
VIR_SRAM_SP = hdsd1_[0-9]*x[0-9]*cm4sw1
|
||
|
VIR_SRAM_DP = hdsd2_[0-9]*x[0-9]*cm4sw1
|
||
|
VIR_RF_SP = rfsd1_[0-9]*x[0-9]*cm2sw0
|
||
|
VIR_RF_DP = rfsd2_[0-9]*x[0-9]*cm2sw1
|
||
|
VIR_STAR_SRAM_SP = shsd1_[0-9]*x[0-9]*cm4sw0
|
||
|
[NPExpanding]
|
||
|
functiongroups = FALSE
|
||
|
modules = FALSE
|
||
|
[NPFilter]
|
||
|
showAssertion = TRUE
|
||
|
showCoverGroup = TRUE
|
||
|
showProperty = TRUE
|
||
|
showSequence = TRUE
|
||
|
showDollarUnit = TRUE
|
||
|
[OtherEditor]
|
||
|
cmd1 = "xterm -font 9x15 -fg black -bg gray -e"
|
||
|
name = "vi"
|
||
|
options = "+${CurLine} ${CurFullFileName}"
|
||
|
[Print]
|
||
|
PrinterName = lp
|
||
|
FileName = test.ps
|
||
|
PaperSize = A4 - 210x297 (mm)
|
||
|
ColorPrint = FALSE
|
||
|
[Session Cache]
|
||
|
1 = string (session file name)
|
||
|
2 = string (session file name)
|
||
|
3 = string (session file name)
|
||
|
4 = string (session file name)
|
||
|
5 = string (session file name)
|
||
|
[Simulation]
|
||
|
scsPath = scsim
|
||
|
scsOption =
|
||
|
xlPath = verilog
|
||
|
xlOption =
|
||
|
ncPath = ncsim
|
||
|
ncOption = -f ncsim.args
|
||
|
osciPath = gdb
|
||
|
osciOption =
|
||
|
vcsPath = simv
|
||
|
vcsOption =
|
||
|
mtiPath = vsim
|
||
|
mtiOption =
|
||
|
vhncPath = ncsim
|
||
|
vhncOption = -log debussy.nc.log
|
||
|
mixncPath = ncsim
|
||
|
mixncOption = -log debussy.mixnc.log
|
||
|
speedsimPath =
|
||
|
speedsimOption =
|
||
|
mti_vlogPath = vsim
|
||
|
mti_vlogOption = novas_vlog
|
||
|
vcs_mixPath = simv
|
||
|
vcs_mixOption = -vhdlrun "-vhpi debussy:FSDBDumpCmd"
|
||
|
scs_mixPath = scsim
|
||
|
scs_mixOption = -vhpi debussy:FSDBDumpCmd
|
||
|
interactiveDebugging = {True, False}
|
||
|
KeepBreakPoints = False
|
||
|
ScsDebugAll = False
|
||
|
simType = {vcssv, xl, nc, vcs, mti, mti_vlog, vhnc, scs, mixnc}
|
||
|
thirdpartyIdx = -1
|
||
|
iscCmdSep = FALSE
|
||
|
NoAppendOption = False
|
||
|
[Source]
|
||
|
wordWrapOn = TRUE
|
||
|
viewReuse = TRUE
|
||
|
lineNumberOn = TRUE
|
||
|
warnOutdatedDlg = TRUE
|
||
|
showEncrypt = FALSE
|
||
|
loadInclude = FALSE
|
||
|
showColorForActive = FALSE
|
||
|
tabWidth = 8
|
||
|
editor = vi
|
||
|
reload = Never
|
||
|
sync_active_to_source = TRUE
|
||
|
navigateAsColored = FALSE
|
||
|
navigateCovered = FALSE
|
||
|
navigateUncovered = TRUE
|
||
|
navigateExcluded = FALSE
|
||
|
not_ask_for_source_path = FALSE
|
||
|
expandMacroOn = TRUE
|
||
|
expandMacroInstancesThreshold = 10000
|
||
|
[TclShell]
|
||
|
nLineSize = 1024
|
||
|
[Test]
|
||
|
verbose_progress = FALSE
|
||
|
[Text]
|
||
|
hdlComment = Gray1
|
||
|
hdlKeyword = blue4
|
||
|
hdlEntity = black
|
||
|
hdlEntityInst = black
|
||
|
hdlSignal = red3
|
||
|
hdlInSignal = red3
|
||
|
hdlOutSignal = red3
|
||
|
hdlInOutSignal = red3
|
||
|
hdlOperator = black
|
||
|
hdlMinus = black
|
||
|
hdlSymbol = black
|
||
|
hdlString = black
|
||
|
hdlNumberBase = black
|
||
|
hdlNumber = black
|
||
|
hdlLiteral = black
|
||
|
hdlIdentifier = black
|
||
|
hdlSystemTask = black
|
||
|
hdlParameter = black
|
||
|
hdlIncFile = black
|
||
|
hdlDataFile = black
|
||
|
hdlCDSkipIf = Gray1
|
||
|
hdlMacro = black
|
||
|
textBackgroundColor = Gray6
|
||
|
textHiliteBK = blue4
|
||
|
textHiliteText = white
|
||
|
textTracedMark = green2
|
||
|
textLineNo = black
|
||
|
textUserKeyword = green2
|
||
|
textAnnotText = black
|
||
|
textAnnotTextShadow = white
|
||
|
text3DLight = white
|
||
|
text3DShadow = black
|
||
|
irOutline = red2
|
||
|
irDriver = yellow4
|
||
|
irLoad = black
|
||
|
irBookMark = yellow2
|
||
|
irIndicator = white
|
||
|
irBreakpoint = green4
|
||
|
irCurLine = blue4
|
||
|
font = COURIER12
|
||
|
hdlVhEntity = black
|
||
|
hdlArchitecture = black
|
||
|
hdlPackage = blue4
|
||
|
hdlAlias = black
|
||
|
hdlGeneric = blue4
|
||
|
hdlTypeName = blue4
|
||
|
hdlLibrary = blue4
|
||
|
viewport = 396 392 445 487
|
||
|
hdlPlainText = black
|
||
|
textParaAnnotText = black
|
||
|
ComputedSignal = ID_PURPLE5
|
||
|
[TextPrinter]
|
||
|
Orientation = Landscape
|
||
|
Indicator = FALSE
|
||
|
LineNum = TRUE
|
||
|
FontSize = 7
|
||
|
Column = 2
|
||
|
Annotation = TRUE
|
||
|
[Texteditor]
|
||
|
TexteditorFont = "Clean 14"
|
||
|
TexteditorBG = white
|
||
|
TexteditorFG = black
|
||
|
[ThirdParty]
|
||
|
ThirdPartySimTool = verisity surefire ikos finsim
|
||
|
[TurboEditor]
|
||
|
autoBackup = TRUE
|
||
|
[UserButton.mixnc]
|
||
|
Button1 = "Dump All Signals" "call fsdbDumpvars\n"
|
||
|
Button2 = "Next 1000 Time" "run 1000 -relative\n"
|
||
|
Button3 = "Next ? Time" "run ${Arg:Next Time} -relative\n"
|
||
|
Button4 = "Run Next" "run -next\n"
|
||
|
Button5 = "Run Step" "run -step\n"
|
||
|
Button6 = "Run Return" "run -return\n"
|
||
|
Button7 = "Show Variables" "value {${NCSelVars}}\n"
|
||
|
Button8 = "FSDB Ver" "call fsdbVersion"
|
||
|
Button9 = "Dump On" "call fsdbDumpon"
|
||
|
Button10 = "Dump Off" "call fsdbDumpoff"
|
||
|
Button11 = "All Tasks" "call"
|
||
|
Button12 = "Dump Selected Instance" "call fsdbDumpvars 1 ${SelInst}"
|
||
|
[UserButton.mti]
|
||
|
Button1 = "Dump All Signals" "fsdbDumpvars\n"
|
||
|
Button2 = "Next 1000 Time" "run 1000\n"
|
||
|
Button3 = "Next ? Time" "run ${Arg:Next Time}\n"
|
||
|
Button4 = "Show Variables" "exa ${SelVars}\n"
|
||
|
Button5 = "Force Variable" "force -freeze ${SelVar} ${Arg:New Value} 0\n"
|
||
|
Button6 = "Release Variable" "noforce ${SelVar}\n"
|
||
|
Button7 = "Deposit Variable" "force -deposit ${SelVar} ${Arg:New Value} 0\n"
|
||
|
[UserButton.mti_vlog]
|
||
|
Button1 = "Dump All Signals" "fsdbDumpvars\n"
|
||
|
Button2 = "Next 1000 Time" "run 1000\n"
|
||
|
Button3 = "Next ? Time" "run ${Arg:Next Time}\n"
|
||
|
Button4 = "Show Variables" "exa ${SelVars}\n"
|
||
|
Button5 = "Force Variable" "force -freeze ${SelVar} ${Arg:New Value} 0\n"
|
||
|
Button6 = "Release Variable" "noforce ${SelVar}\n"
|
||
|
Button7 = "Deposit Variable" "force -deposit ${SelVar} ${Arg:New Value} 0\n"
|
||
|
[UserButton.nc]
|
||
|
Button1 = "Dump All Signals" "call fsdbDumpvars\n"
|
||
|
Button2 = "Next 1000 Time" "run 1000 -relative\n"
|
||
|
Button3 = "Next ? Time" "run ${Arg:Next Time} -relative\n"
|
||
|
Button4 = "Run Next" "run -next\n"
|
||
|
Button5 = "Run Step" "run -step\n"
|
||
|
Button6 = "Run Return" "run -return\n"
|
||
|
Button7 = "Show Variables" "value {${NCSelVars}}\n"
|
||
|
[UserButton.scs]
|
||
|
Button1 = "Dump All Signals" "call fsdbDumpvars(0, \"${TopScope}\");\n"
|
||
|
Button2 = "Next 1000 Time" "run 1000 \n"
|
||
|
Button3 = "Next ? Time" "run ${Arg:Next Time} \n"
|
||
|
Button4 = "Run Step" "step\n"
|
||
|
Button5 = "Show Variables" "ls -v {${SelVars}}\n"
|
||
|
[UserButton.vhnc]
|
||
|
Button1 = "Dump All Signals" "call fsdbDumpvars\n"
|
||
|
Button2 = "Next 1000 Time" "run 1000 -relative\n"
|
||
|
Button3 = "Next ? Time" "run ${Arg:Next Time} -relative\n"
|
||
|
Button4 = "Run Next" "run -next\n"
|
||
|
Button5 = "Run Step" "run -step\n"
|
||
|
Button6 = "Run Return" "run -return\n"
|
||
|
Button7 = "Show Variables" "value {${NCSelVars}}\n"
|
||
|
[UserButton.xl]
|
||
|
Button13 = "Dump Off" "$fsdbDumpoff;\n"
|
||
|
Button12 = "Dump On" "$fsdbDumpon;\n"
|
||
|
Button11 = "Delete Focus" "$db_deletefocus(${treeSelScope});\n"
|
||
|
Button10 = "Set Focus" "$db_setfocus(${treeSelScope});\n"
|
||
|
Button9 = "Deposit Variable" "$deposit(${SelVar},${Arg:New Value});\n"
|
||
|
Button8 = "Release Variable" "release ${SelVar};\n"
|
||
|
Button7 = "Force Variable" "force ${SelVar} = ${Arg:New Value};\n"
|
||
|
Button6 = "Show Variables" "$showvars(${SelVars});\n"
|
||
|
Button5 = "Next ? Event" "$db_step(${Arg:Next Event});\n"
|
||
|
Button4 = "Next Event" "$db_step(1);\n"
|
||
|
Button3 = "Next ? Time" "#${Arg:Next Time} $stop;.\n"
|
||
|
Button2 = "Next 1000 Time" "#1000 $stop;.\n"
|
||
|
Button1 = "Dump All Signals" "$fsdbDumpvars;\n"
|
||
|
[Vi]
|
||
|
ViFont = "Clean 14"
|
||
|
ViBG = white
|
||
|
ViFG = black
|
||
|
[Wave]
|
||
|
viewPort = 54 237 960 332 100 65
|
||
|
signalSpacing = 5
|
||
|
digitalSignalHeight = 15
|
||
|
analogSignalHeight = 98
|
||
|
commentSignalHeight = 98
|
||
|
minCompErrWidth = 4
|
||
|
DragZoomTolerance = 4
|
||
|
WaveMaxPoint = 512
|
||
|
cursor = -c ID_YELLOW5 -lw 1 -ls long_dashed
|
||
|
marker = -c ID_WHITE -lw 1 -ls dash_dot_l
|
||
|
usermarker = -c ID_GREEN5 -lw 1 -ls long_dashed
|
||
|
trace = -c ID_GRAY5 -lw 1 -ls long_dashed
|
||
|
grid = -c ID_WHITE -lw 1 -ls short_dashed
|
||
|
rulerBackground = -c ID_GRAY3
|
||
|
rulerForeground = -c ID_YELLOW5
|
||
|
busTextColor = -c ID_ORANGE8
|
||
|
High_Light = -c ID_GRAY2
|
||
|
Input_Signal = -c ID_RED5
|
||
|
Output_Signal = -c ID_GREEN5
|
||
|
InOut_Signal = -c ID_BLUE5
|
||
|
Net_Signal = -c ID_YELLOW5
|
||
|
Register_Signal = -c ID_PURPLE5
|
||
|
Verilog_Signal = -c ID_CYAN5
|
||
|
VHDL_Signal = -c ID_ORANGE5
|
||
|
Dump_Off_Color = -c ID_BLUE2
|
||
|
busSignalLayer = -c ID_ORANGE8
|
||
|
busZLayer = -c ID_ORANGE6
|
||
|
busMixedLayer = -c ID_GREEN5
|
||
|
signalGridLayer = -c ID_WHITE
|
||
|
analogGridLayer = -c ID_GRAY6
|
||
|
analogRulerLayer = -c ID_GRAY6
|
||
|
keywordLayer = -c ID_RED5
|
||
|
loadedLayer = -c ID_BLUE5
|
||
|
loadingLayer = -c ID_BLACK
|
||
|
qdsCurMarkerLayer = -c ID_BLUE5
|
||
|
qdsBrkMarkerLayer = -c ID_GREEN5
|
||
|
qdsTrgMarkerLayer = -c ID_RED5
|
||
|
arrowDefaultColor = -c ID_ORANGE6
|
||
|
startNodeArrowColor = -c ID_WHITE
|
||
|
endNodeArrowColor = -c ID_YELLOW5
|
||
|
ovaEventSuccessColor = -c ID_CYAN5
|
||
|
ovaEventFailureColor = -c ID_RED5
|
||
|
ovaBooleanSuccessColor = -c ID_CYAN5
|
||
|
ovaBooleanFailureColor = -c ID_RED5
|
||
|
ovaAssertSuccessColor = -c ID_GREEN5
|
||
|
ovaAssertFailureColor = -c ID_RED5
|
||
|
ovaForbidSuccessColor = -c ID_GREEN5
|
||
|
qdsAutoBusGroup = TRUE
|
||
|
qdsTimeStampMode = FALSE
|
||
|
qdsVbfBusOrderAscending = FALSE
|
||
|
openDumpFilter = *.fsdb;*.vf;*.jf
|
||
|
DumpFileFilter = *.vcd
|
||
|
RestoreSignalFilter = *.rc
|
||
|
SaveSignalFilter = *.rc
|
||
|
AddAliasFilter = *.alias
|
||
|
CompareSignalFilter = *.err
|
||
|
ConvertFFFilter = *.vcd;*.out;*.tr0;*.xp;*.raw;*.wfm
|
||
|
Scroll_Ratio = 1.000000
|
||
|
DefaultRadix = Hex
|
||
|
SigGroupRuleFile =
|
||
|
SigSearchSignalMatchCase = FALSE
|
||
|
SigSearchSignalScopeOption = FALSE
|
||
|
SigSearchDynamically = FALSE
|
||
|
SigDisplayBySelectionOrder = FALSE
|
||
|
SigDragSelFollowColumn = FALSE
|
||
|
SigDisplayHierarchyBox = TRUE
|
||
|
SigDisplaySubscopeBox = TRUE
|
||
|
GrpSelMode = TRUE
|
||
|
dispGridCount = FALSE
|
||
|
hierarchyName = FALSE
|
||
|
snap = TRUE
|
||
|
displayLeadingZero = FALSE
|
||
|
allfileTimeRange = FALSE
|
||
|
fixDelta = FALSE
|
||
|
displayCursorMarker = FALSE
|
||
|
autoUpdate = FALSE
|
||
|
restoreFromActiveFile = TRUE
|
||
|
restoreToEnd = FALSE
|
||
|
dispCompErr = TRUE
|
||
|
showMsgDes = TRUE
|
||
|
anaAutoFit = FALSE
|
||
|
anaAutoPattn = FALSE
|
||
|
anaAuto100VertFit = FALSE
|
||
|
displayDeltaY = FALSE
|
||
|
centerCursor = FALSE
|
||
|
InOutSignal = FALSE
|
||
|
NetRegisterSignal = FALSE
|
||
|
VerilogVHDLSignal = FALSE
|
||
|
LabelMarker = TRUE
|
||
|
ResolveSymbolicLink = TRUE
|
||
|
SyncBrowserDir = TRUE
|
||
|
TipInSignalWin = FALSE
|
||
|
TipInCurveWin = FALSE
|
||
|
DisplayLSBsFirst = FALSE
|
||
|
ModuleName = TRUE
|
||
|
TransitionMode = TRUE
|
||
|
DisplayRadix = FALSE
|
||
|
SchemaX = FALSE
|
||
|
Hilight = TRUE
|
||
|
UseBeforeValue = FALSE
|
||
|
DisplayFileName = FALSE
|
||
|
DisplayValueSpace = TRUE
|
||
|
FitAnaByBusSize = FALSE
|
||
|
ReloadActiveFileOnly = FALSE
|
||
|
NormalizeEVCD = FALSE
|
||
|
OverwriteAliasWithRC = TRUE
|
||
|
overlay_added_analog_signals = FALSE
|
||
|
case_insensitive = FALSE
|
||
|
vhdlVariableCalculate = TRUE
|
||
|
signal_vertical_scroll_bar = TRUE
|
||
|
waveform_vertical_scroll_bar = TRUE
|
||
|
signal_rc_attribute = 65535
|
||
|
ConvertAttr1 = -inc FALSE
|
||
|
ConvertAttr2 = -hier FALSE
|
||
|
ConvertAttr3 = -ucase FALSE
|
||
|
ConvertAttr4 = -lcase FALSE
|
||
|
ConvertAttr5 = -org FALSE
|
||
|
ConvertAttr6 = -mem 24
|
||
|
ConvertAttr7 = -deli .
|
||
|
ConvertAttr8 = -hier_scope FALSE
|
||
|
ConvertAttr9 = -inst_array FALSE
|
||
|
ConvertAttr10 = -vhdlnaming FALSE
|
||
|
ConvertAttr11 = -orgScope FALSE
|
||
|
analogFmtPrecision = Automatic 2
|
||
|
confirmOverwrite = TRUE
|
||
|
confirmExit = TRUE
|
||
|
confirmGetAll = TRUE
|
||
|
printTimeRange = TRUE 0.000000 0.000000 0.000000
|
||
|
printPageRange = TRUE 1 1
|
||
|
printOption = 0
|
||
|
printBasic = 1 0 0 FALSE FALSE
|
||
|
printDest = -printer {}
|
||
|
printSignature = {%f %h %t} {}
|
||
|
curveWindow_Drag&Drop_Mode = TRUE
|
||
|
hspiceIncOpenMode = TRUE
|
||
|
pcSelectMode = TRUE
|
||
|
hierarchyDelimiter = /
|
||
|
value_window_aligment = Right
|
||
|
signal_window_alignment = Auto
|
||
|
ShowDeltaTime = TRUE
|
||
|
legend_window_font = -f COURIER12 -c ID_CYAN5
|
||
|
value_window_font = -f COURIER12 -c ID_CYAN5
|
||
|
curve_window_font = -f COURIER12 -c ID_CYAN5
|
||
|
group_name_font = -f COURIER12 -c ID_GREEN5
|
||
|
ruler_value_font = -f COURIER12 -c ID_CYAN5
|
||
|
analog_ruler_value_font = -f COURIER12 -c ID_CYAN5
|
||
|
comment_string_font = -f COURIER12 -c ID_RED5
|
||
|
SigsCheckNum = on 1000
|
||
|
WaveExtendLastTick = TRUE
|
||
|
displayMessageLabelOnly = TRUE
|
||
|
AutoApplySeverityColor = TRUE
|
||
|
ComputedAnnotColor = -c ID_PURPLE5
|
||
|
[cov_hier_name_column]
|
||
|
justify = TRUE
|
||
|
[coverageColors]
|
||
|
sou_uncov = TRUE
|
||
|
sou_pc = TRUE
|
||
|
sou_cov = TRUE
|
||
|
sou_exuncov = TRUE
|
||
|
sou_excov = TRUE
|
||
|
sou_unreach = TRUE
|
||
|
sou_unreachcon = TRUE
|
||
|
sou_fillColor_uncov = red
|
||
|
sou_fillColor_pc = yellow
|
||
|
sou_fillColor_cov = green3
|
||
|
sou_fillColor_exuncov = grey
|
||
|
sou_fillColor_excov = #3C9371
|
||
|
sou_fillColor_unreach = grey
|
||
|
sou_fillColor_unreachcon = orange
|
||
|
numberOfBins = 6
|
||
|
rangeMin_0 = 0
|
||
|
rangeMax_0 = 20
|
||
|
fillColor_0 = #FF6464
|
||
|
rangeMin_1 = 20
|
||
|
rangeMax_1 = 40
|
||
|
fillColor_1 = #FF9999
|
||
|
rangeMin_2 = 40
|
||
|
rangeMax_2 = 60
|
||
|
fillColor_2 = #FF8040
|
||
|
rangeMin_3 = 60
|
||
|
rangeMax_3 = 80
|
||
|
fillColor_3 = #FFFF99
|
||
|
rangeMin_4 = 80
|
||
|
rangeMax_4 = 100
|
||
|
fillColor_4 = #99FF99
|
||
|
rangeMin_5 = 100
|
||
|
rangeMax_5 = 100
|
||
|
fillColor_5 = #64FF64
|
||
|
[coveragesetting]
|
||
|
assertTopoMode = FALSE
|
||
|
urgAppendOptions =
|
||
|
group_instance_new_format_name = TRUE
|
||
|
showvalue = FALSE
|
||
|
computeGroupsScoreByRatio = FALSE
|
||
|
computeGroupsScoreByInst = FALSE
|
||
|
showConditionId = FALSE
|
||
|
showfullhier = FALSE
|
||
|
nameLeftAlignment = TRUE
|
||
|
showAllInfoInTooltips = FALSE
|
||
|
copyItemHvpName = TRUE
|
||
|
ignoreGroupWeight = FALSE
|
||
|
absTestName = FALSE
|
||
|
HvpMergeTool =
|
||
|
ShowMergeMenuItem = FALSE
|
||
|
fsmScoreMode = transition
|
||
|
[finsim]
|
||
|
TPLanguage = Verilog
|
||
|
TPName = Super-FinSim
|
||
|
TPPath = TOP.sim
|
||
|
TPOption =
|
||
|
AddImportArgument = FALSE
|
||
|
LineBreakWithScope = FALSE
|
||
|
StopAfterCompileOption = -i
|
||
|
[hvpsetting]
|
||
|
importExcelXMLOptions =
|
||
|
use_test_loca_as_source = FALSE
|
||
|
autoTurnOffHideMeetGoalInit = FALSE
|
||
|
autoTurnOffHideMeetGoal = TRUE
|
||
|
autoTurnOffModifierInit = FALSE
|
||
|
autoTurnOffModifier = TRUE
|
||
|
enableNumbering = TRUE
|
||
|
autoSaveCheck = TRUE
|
||
|
autoSaveTime = 5
|
||
|
ShowMissingScore = TRUE
|
||
|
enableFeatureId = FALSE
|
||
|
enable_HVP_FEAT_ID = FALSE
|
||
|
enableMeasureConcealment = FALSE
|
||
|
HvpCloneHierShowMsgAgain = 1
|
||
|
HvpCloneHierType = tree
|
||
|
HvpCloneHierMetrics = Line,Cond,FSM,Toggle,Branch,Assert
|
||
|
autoRecalPlanAfterLoadingCovDBUserDataPlan = false
|
||
|
warnMeAutoRecalPlanAfterLoadingCovDBUserDataPlan = true
|
||
|
autoRecalExclWithPlan = false
|
||
|
warnMeAutoRecalExclWithPlan = true
|
||
|
autoRecalPlanWithExcl = false
|
||
|
warnMeAutoRecalPlanWithExcl = true
|
||
|
warnPopupWarnWhenMultiFilters = true
|
||
|
warnPopupWarnIfHvpReadOnly = true
|
||
|
unmappedObjsReportLevel = def_var_inst
|
||
|
unmappedObjsReportInst = true
|
||
|
unmappedObjsNumOfObjs = High
|
||
|
[ikos]
|
||
|
TPLanguage = VHDL
|
||
|
TPName = Voyager
|
||
|
TPPath = vsh
|
||
|
TPOption = -X
|
||
|
AddImportArgument = FALSE
|
||
|
LineBreakWithScope = FALSE
|
||
|
StopAfterCompileOption = -i
|
||
|
[imp]
|
||
|
options = NULL
|
||
|
libPath = NULL
|
||
|
libDir = NULL
|
||
|
[nCompare]
|
||
|
ErrorViewport = 80 180 800 550
|
||
|
EditorViewport = 409 287 676 475
|
||
|
EditorHeightWidth = 802 380
|
||
|
WaveCommand = "novas"
|
||
|
WaveArgs = "-nWave"
|
||
|
[nCompare.Wnd0]
|
||
|
ViewByHier = FALSE
|
||
|
[nMemory]
|
||
|
font = Fixed 14
|
||
|
[planColors]
|
||
|
plan_fillColor_inactive = lightGray
|
||
|
plan_fillColor_warning = orange
|
||
|
plan_fillColor_error = red
|
||
|
plan_fillColor_invalid = #F0DCDB
|
||
|
plan_fillColor_subplan = lightGray
|
||
|
[schematics]
|
||
|
viewport = 178 262 638 516
|
||
|
schBackgroundColor = black lineSolid
|
||
|
schBackgroundColor_qt = #000000 qt_solidLine 1
|
||
|
schBodyColor = orange6 lineSolid
|
||
|
schBodyColor_qt = #ffb973 qt_solidLine 1
|
||
|
schAsmBodyColor = blue7 lineSolid
|
||
|
schAsmBodyColor_qt = #a5a5ff qt_solidLine 1
|
||
|
schPortColor = orange6 lineSolid
|
||
|
schPortColor_qt = #ffb973 qt_solidLine 1
|
||
|
schCellNameColor = Gray6 lineSolid
|
||
|
schCellNameColor_qt = #e0e0e0 qt_solidLine 1
|
||
|
schCLKNetColor = red6 lineSolid
|
||
|
schCLKNetColor_qt = #ff7373 qt_solidLine 1
|
||
|
schPWRNetColor = red4 lineSolid
|
||
|
schPWRNetColor_qt = #ff0101 qt_solidLine 1
|
||
|
schGNDNetColor = cyan4 lineSolid
|
||
|
schGNDNetColor_qt = #01ffff qt_solidLine 1
|
||
|
schSIGNetColor = green8 lineSolid
|
||
|
schSIGNetColor_qt = #cdffcd qt_solidLine 1
|
||
|
schTraceColor = yellow4 lineSolid
|
||
|
schTraceColor_qt = #ffff01 qt_solidLine 2
|
||
|
schBackAnnotateColor = white lineSolid
|
||
|
schBackAnnotateColor_qt = #ffffff qt_solidLine 1
|
||
|
schValue0 = yellow4 lineSolid
|
||
|
schValue0_qt = #ffff01 qt_solidLine 1
|
||
|
schValue1 = green3 lineSolid
|
||
|
schValue1_qt = #008000 qt_solidLine 1
|
||
|
schValueX = red4 lineSolid
|
||
|
schValueX_qt = #ff0101 qt_solidLine 1
|
||
|
schValueZ = purple7 lineSolid
|
||
|
schValueZ_qt = #ffcdff qt_solidLine 1
|
||
|
dimColor = cyan2 lineSolid
|
||
|
dimColor_qt = #008080 qt_solidLine 1
|
||
|
schPreSelColor = green4 lineDash
|
||
|
schPreSelColor_qt = #01ff01 qt_dashLine 2
|
||
|
schSIGBusNetColor = green8 lineSolid
|
||
|
schSIGBusNetColor_qt = #cdffcd qt_solidLine
|
||
|
schGNDBusNetColor = cyan4 lineSolid
|
||
|
schGNDBusNetColor_qt = #01ffff qt_solidLine
|
||
|
schPWRBusNetColor = red4 lineSolid
|
||
|
schPWRBusNetColor_qt = #ff0101 qt_solidLine
|
||
|
schCLKBusNetColor = red6 lineSolid
|
||
|
schCLKBusNetColor_qt = #ff7373 qt_solidLine
|
||
|
schEdgeSensitiveColor = orange6 lineSolid
|
||
|
schEdgeSensitiveColor_qt = #ffb973 qt_solidLine
|
||
|
schAnnotColor = cyan4 lineSolid
|
||
|
schAnnotColor_qt = #01ffff qt_solidLine
|
||
|
schInstNameColor = orange6 lineSolid
|
||
|
schInstNameColor_qt = #ffb973 qt_solidLine
|
||
|
schPortNameColor = cyan4 lineSolid
|
||
|
schPortNameColor_qt = #01ffff qt_solidLine
|
||
|
schAsmLatchColor = cyan4 lineSolid
|
||
|
schAsmLatchColor_qt = #01ffff qt_solidLine
|
||
|
schAsmRegColor = cyan4 lineSolid
|
||
|
schAsmRegColor_qt = #01ffff qt_solidLine
|
||
|
schAsmTriColor = cyan4 lineSolid
|
||
|
schAsmTriColor_qt = #01ffff qt_solidLine
|
||
|
pre_select = True
|
||
|
ShowPassThroughNet = False
|
||
|
ComputedAnnotColor = ID_PURPLE5
|
||
|
[schematics_print]
|
||
|
Signature = FALSE
|
||
|
DesignName = PCU
|
||
|
DesignerName = bai
|
||
|
SignatureLocation = LowerRight
|
||
|
MultiPage = TRUE
|
||
|
AutoSliver = FALSE
|
||
|
[sourceColors]
|
||
|
BackgroundActive = gray88
|
||
|
BackgroundInactive = lightgray
|
||
|
InactiveCode = dimgray
|
||
|
Selection = darkblue
|
||
|
Standard = black
|
||
|
Keyword = blue
|
||
|
Comment = gray25
|
||
|
Number = black
|
||
|
String = black
|
||
|
Identifier = darkred
|
||
|
Inline = green
|
||
|
colorIdentifier = green
|
||
|
Value = darkgreen
|
||
|
MacroBackground = white
|
||
|
Missing = #400040
|
||
|
[specColors]
|
||
|
top_plan_linked = #ADFFA6
|
||
|
top_plan_ignore = #D3D3D3
|
||
|
top_plan_todo = #EECBAD
|
||
|
sub_plan_ignore = #919191
|
||
|
sub_plan_todo = #EFAFAF
|
||
|
sub_plan_linked = darkorange
|
||
|
[spec_link_setting]
|
||
|
use_spline = true
|
||
|
goto_section = false
|
||
|
exclude_ignore = true
|
||
|
truncate_abstract = false
|
||
|
abstract_length = 999
|
||
|
compare_strategy = 2
|
||
|
auto_apply_margin = FALSE
|
||
|
margin_top = 0.80
|
||
|
margin_bottom = 0.80
|
||
|
margin_left = 0.50
|
||
|
margin_right = 0.50
|
||
|
margin_unit = inches
|
||
|
[surefire]
|
||
|
TPLanguage = Verilog
|
||
|
TPName = SureFire
|
||
|
TPPath = verilog
|
||
|
TPOption =
|
||
|
AddImportArgument = TRUE
|
||
|
LineBreakWithScope = TRUE
|
||
|
StopAfterCompileOption = -tcl
|
||
|
[turboSchema_Printer_Options]
|
||
|
Orientation = Landscape
|
||
|
[vdCovFilteringSearchesStrings]
|
||
|
keepLastUsedFiltersMaxNum = 10
|
||
|
[verisity]
|
||
|
TPLanguage = Verilog
|
||
|
TPName = "Verisity SpeXsim"
|
||
|
TPPath = vlg
|
||
|
TPOption =
|
||
|
AddImportArgument = FALSE
|
||
|
LineBreakWithScope = TRUE
|
||
|
StopAfterCompileOption = -s
|
||
|
[wave.0]
|
||
|
viewPort = 50 214 960 332 100 65
|
||
|
[wave.1]
|
||
|
viewPort = 127 219 960 332 100 65
|
||
|
[wave.2]
|
||
|
viewPort = 38 314 686 205 100 65
|
||
|
[wave.3]
|
||
|
viewPort = 63 63 700 400 65 41
|
||
|
[wave.4]
|
||
|
viewPort = 84 84 700 400 65 41
|
||
|
[wave.5]
|
||
|
viewPort = 92 105 700 400 65 41
|
||
|
[wave.6]
|
||
|
viewPort = 0 0 700 400 65 41
|
||
|
[wave.7]
|
||
|
viewPort = 21 21 700 400 65 41
|