" Vim syntax file " Language: Einstimer/TCL " Maintainer: Paul Zimmer " Original: Paul Zimmer " Version: 6.12 (synched to tcl.vim v6.1), Wed Jan 22 11:24:29 PST 2003 " " " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded "if version < 600 <- got this from somewhere, but it doesn't seem to work syntax clear "elseif exists("b:current_syntax") " finish "endif " Pull in tcl/tk if version >= 600 runtime! syntax/tcl.vim else "source :p:h/tcl.vim source $VIMRUNTIME/syntax/tcl.vim endif " Define the default highlighting. " For version 5.7 and earlier: only when not done already " For version 5.8 and later: only when an item doesn't have highlighting yet if exists("did_pt_syntax_inits") command! -nargs=+ HiLink let i = 1 elseif version < 508 let did_pt_syntax_inits = 1 command! -nargs=+ HiLink hi link else command! -nargs=+ HiLink hi def link endif set iskeyword+=-,_,& " - _ and & need to be allowed in keywords " Fix problems in tcl.vim: " Allow _ in variable names syn match tclVarRef "$[_a-zA-Z][a-zA-Z1-9_.]*" syn match tclVarRef "${[_a-zA-Z][a-zA-Z1-9_.]*}" " Allow comments at end of line following ; syn region tclComment start=";\s*\#"hs=s+1 end="$" contains=tclTodo "Create a cluster for the std contains items to save space syn cluster ptcontainscluster contains=tclLineContinue,tclNumber,tclVarRef,tclString,tcltkCommand,tclComment " The rest is generated by a perl script running over: " ibm html directory /src/design/bpia3/ibm/einstimer/v7.1.11/einstimer/7.1/html/cmdref " ibm html directory /src/design/bpia3/ibm/einstimer/v7.1.11/nutshell/3.0/html/cmdref syn keyword pt
contained -a[  string] -mi[n  string] -p[ Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\<
\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pt
syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptadd_callback contained -f[unction] -n[ame] HiLink ptadd_callback Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptadd_callback syn keyword ptadd_cdc_rule contained -s[ub_rule] HiLink ptadd_cdc_rule Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptadd_cdc_rule syn keyword ptadd_file_filter contained -e[xtension] -r[ead_command] -t[est_command] -w[rite_command] HiLink ptadd_file_filter Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptadd_file_filter syn keyword ptadd_glue_transistor contained -m[aster_proto] -net_name1[] -net_name2[] HiLink ptadd_glue_transistor Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptadd_glue_transistor syn keyword ptadd_log contained -k[ey] -v[alue] HiLink ptadd_log Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptadd_log syn keyword ptadd_message contained -l[evel] -me[ssage] -ms[gid] HiLink ptadd_message Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptadd_message syn keyword ptadd_messages contained -m[essages] HiLink ptadd_messages Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptadd_messages syn keyword ptadd_phantom_transistor contained -d[rain_netname] -g[ate_netname] -m[aster_proto] -n[fet] -p[fet] -s[ource_netname] HiLink ptadd_phantom_transistor Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptadd_phantom_transistor syn keyword ptadd_soi_tech contained -a[verage] -be[st] -bo[dyContacted] -c[old] -h[ot] -m[odel_dir] -no[minal] -nr[n] -p[arms] -r[esolution] -tec[h_level] -tem[p] -wa[rm] -wo[rst] HiLink ptadd_soi_tech Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptadd_soi_tech syn keyword ptadd_wire_load_model contained -b[c] -c[apacitance] -e[xtrapolation_constant] -f[anout_lengths] -m[odel] -n[om] -r[esistance] -t[ech] -w[c] HiLink ptadd_wire_load_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptadd_wire_load_model syn keyword ptadjust_and_rename contained -c[ell_type] -e[arly] -f[all] -l[ate] -net[s] -new[_phase] -ph[ase] -pi[ns] -po[rts] -r[ise] -t[ime] HiLink ptadjust_and_rename Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptadjust_and_rename syn keyword ptadjust_signal contained -c[ell_type] -e[arly] -f[all] -l[ate] -n[ets] -ph[ase] -pi[ns] -po[rts] -r[ise] -t[ime] HiLink ptadjust_signal Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptadjust_signal syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptanalyze_coupling contained -a[bs_error] -d[ebug] -e[arly_cutoff] -f[ile] -i[teration] -l[ate_cutoff] -n[o_debug] HiLink ptanalyze_coupling Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptanalyze_coupling syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptare_moments_asserted contained -b[c] -n[om] -p[in] -w[c] HiLink ptare_moments_asserted Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptare_moments_asserted syn keyword ptarea_per_unit_cycle_time_tradeoff contained -v[alue] HiLink ptarea_per_unit_cycle_time_tradeoff Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptarea_per_unit_cycle_time_tradeoff syn keyword ptassert_coupling_mult contained -b[c] -e[arly] -l[ate] -m[ult] -ne[t] -no[m] -p[in] -w[c] HiLink ptassert_coupling_mult Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptassert_coupling_mult syn keyword ptassert_delays contained -fani[n] -fano[ut] -g[ate] HiLink ptassert_delays Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptassert_delays syn keyword ptassert_moments contained -b[c] -m[oments] -n[om] -p[in] -w[c] HiLink ptassert_moments Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptassert_moments syn keyword ptassert_pi_model contained -a[ll] -b[c] -cf[ar] -cn[ear] -n[om] -r[es] -s[ource] -w[c] HiLink ptassert_pi_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptassert_pi_model syn keyword ptassert_poles_and_res contained -a[ll] -b[c] -n[om] -o[rder] -p[oles] -r[esidues] -si[nk] -so[urce] -w[c] HiLink ptassert_poles_and_res Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptassert_poles_and_res syn keyword ptassert_setup_hold contained -h[old] -s[etup] HiLink ptassert_setup_hold Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptassert_setup_hold syn keyword ptauto_interp contained -c[ommands] -i[nterp] HiLink ptauto_interp Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptauto_interp syn keyword ptauto_load contained -c[ommands] -f[ilename] -tcl_c[md] -tcl_n[s] HiLink ptauto_load Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptauto_load syn keyword ptauto_source contained -c[ommands] -f[ilename] HiLink ptauto_source Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptauto_source syn keyword ptbegin_formal_tuning contained -d[ebug_level] HiLink ptbegin_formal_tuning Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptbegin_formal_tuning syn keyword ptbegin_ht_tuning contained -deb[ug_level] -det[ail_report] -l[ist_untunable_paths] -n[o_detail_report] HiLink ptbegin_ht_tuning Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptbegin_ht_tuning syn keyword ptbigb::add_log contained -k[ey] -v[alue] HiLink ptbigb::add_log Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptbigb::add_log syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptbuild_select_skew_tests contained -bcC[ontention] -bcF[loating] -ne[gSelects] -nomC[ontention] -nomF[loating] -p[osSelects] -wcC[ontention] -wcF[loating] HiLink ptbuild_select_skew_tests Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptbuild_select_skew_tests syn keyword ptcalculate_power contained -c[ell_types] -d[etail] -exclude_b[locks] -exclude_n[ets] -f[ile] -g[ates] -l[ist_nets_for_gates] -ne[ts] -no_exclude_b[locks] -no_exclude_n[ets] -no_l[ist_nets_for_gates] -s[witch_file] HiLink ptcalculate_power Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptcalculate_power syn keyword ptcap_constraint contained -a[ll_inputs] -f[actor] -p[orts] -v[alue] HiLink ptcap_constraint Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptcap_constraint syn keyword ptchange_context contained -n[ame] HiLink ptchange_context Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptchange_context syn keyword ptcheck_assertions contained -asserted_a[ts] -asserted_r[ats] -asserted_s[lews] -c[lock_phases] -no_asserted_a[ts] -no_asserted_r[ats] -no_asserted_s[lews] -no_c[lock_phases] -po[sttiming] -pr[etiming] HiLink ptcheck_assertions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptcheck_assertions syn keyword ptcheck_nocap_nets contained -p[roto] HiLink ptcheck_nocap_nets Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptcheck_nocap_nets syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptci_info contained -com[mands] -cou[nts] -d[ll_commands] -l[ong] -n[o_long] -s[witches] HiLink ptci_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptci_info syn keyword ptci_parse_args contained -a[rgs] -n[ame] -s[witch_list] HiLink ptci_parse_args Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptci_parse_args syn keyword ptclean_up contained -of[f] -on[] HiLink ptclean_up Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptclean_up syn keyword ptcleanup_rc contained -p[roto] HiLink ptcleanup_rc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptcleanup_rc syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptclear_constants contained -h[ierarchy] -n[o_hierarchy] HiLink ptclear_constants Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptclear_constants syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptclock_leading_edge_time contained -p[hase] HiLink ptclock_leading_edge_time Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptclock_leading_edge_time syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptclock_period_time contained -p[hase] HiLink ptclock_period_time Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptclock_period_time syn keyword ptclock_trailing_edge_time contained -p[hase] HiLink ptclock_trailing_edge_time Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptclock_trailing_edge_time syn keyword ptcputime contained -b[ody] -f[rom_start] -n[o_quiet] -q[uiet] HiLink ptcputime Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptcputime syn keyword ptcreate_anal_mode contained -n[ame] HiLink ptcreate_anal_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptcreate_anal_mode syn keyword ptcreate_clock contained -n[ame] -p[eriod] -w[aveform] HiLink ptcreate_clock Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptcreate_clock syn keyword ptcreate_context contained -n[ame] HiLink ptcreate_context Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptcreate_context syn keyword ptcreate_isolation_transistor contained -b[ox_name] -m[aster_proto] HiLink ptcreate_isolation_transistor Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptcreate_isolation_transistor syn keyword ptcreate_pseg0 contained -c[lockTrigger] -d[isable_feedback] -fa[llTrigger] -fr[om] -no_d[isable_feedback] -no_n[onFlush] -non[Flush] -r[iseTrigger] -s[ense_modes] -to[] -to_[internal_pin] HiLink ptcreate_pseg0 Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptcreate_pseg0 syn keyword ptcreate_sensitization0 contained -e[arly] -l[ate] -n[osimult] -sim_[nodes] -simu[lt] HiLink ptcreate_sensitization0 Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptcreate_sensitization0 syn keyword ptcreate_timer_parm contained -c[ategory] -n[ame] HiLink ptcreate_timer_parm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptcreate_timer_parm syn keyword ptcreate_tseg0 contained -C[lock_Pulsewidth_Shared] -Data_Pulsewidth_LRD_EFD1[] -Data_Pulsewidth_LRD_EFD2[] -Hold_EF[C_LFD] -Hold_ERD_LFC[] -Hold_ERD_LFD[] -Hold_ERD_LR[C] -Latch_H[old] -Latch_P[ulseWidth] -Latch_S[etup] -Setup_LF[D_ERC] -Setup_LR[D_EFC] -clock[] -clock_[internal_pin] -cp[w] -data[] -data2[data] -data_[internal_pin] -fallFallE[arly] -fallFallL[ate] -fallRiseE[arly] -fallRiseL[ate] -h[old] -n[o_data2data] -p[seg] -riseFallE[arly] -riseFallL[ate] -riseRiseE[arly] -riseRiseL[ate] -s[etup] HiLink ptcreate_tseg0 Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptcreate_tseg0 syn keyword ptcreate_usage_pin0 contained -b[ox_name] -m[aster_proto] -n[et_name] HiLink ptcreate_usage_pin0 Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptcreate_usage_pin0 syn keyword ptcreate_voltage_island contained -n[ame] -t[ech] HiLink ptcreate_voltage_island Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptcreate_voltage_island syn keyword ptcycle_steal contained -e[psilon] -i[terations] -m[in_slack] -n[o_verbose] -v[erbose] HiLink ptcycle_steal Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptcycle_steal syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptdef_detail_rule_exists contained -d[ef_box] HiLink ptdef_detail_rule_exists Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptdef_detail_rule_exists syn keyword ptdetail_rule_exists contained -c[ell_type] HiLink ptdetail_rule_exists Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptdetail_rule_exists syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptdo_not_create_pseg contained -m[aster_proto] -si[nk_net] -so[urce_net] -w[ildcardname] HiLink ptdo_not_create_pseg Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptdo_not_create_pseg syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptdont_care_signal contained -c[ell_type] -e[arly] -f[all] -l[ate] -n[ets] -ph[ase] -pi[ns] -po[rts] -r[ise] HiLink ptdont_care_signal Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptdont_care_signal syn keyword ptdont_propagate_thru_gate contained -b[ox_name] -f[orce_pseg_creation] -m[aster_proto] -n[o_force_pseg_creation] HiLink ptdont_propagate_thru_gate Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptdont_propagate_thru_gate syn keyword ptdotting contained -d[otting_window] -file[] -file_format3[] -file_format6[] HiLink ptdotting Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptdotting syn keyword ptdump_aces_apis_on_delay_fail contained -m[ax] HiLink ptdump_aces_apis_on_delay_fail Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptdump_aces_apis_on_delay_fail syn keyword ptdump_all_latch_points contained -f[ile] HiLink ptdump_all_latch_points Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptdump_all_latch_points syn keyword ptdump_all_nets contained -f[ile] HiLink ptdump_all_nets Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptdump_all_nets syn keyword ptdump_all_transistors contained -f[ile] HiLink ptdump_all_transistors Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptdump_all_transistors syn keyword ptdump_n_paths contained -of[f] -on[] HiLink ptdump_n_paths Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptdump_n_paths syn keyword ptdump_trans_info contained -b[eta] -c[cc_list] -d[bg] -f[ile] -g[roup_addr] -no_b[eta] -no_d[bg] -no_g[roup_addr] HiLink ptdump_trans_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptdump_trans_info syn keyword ptdump_widths contained -f[ile] HiLink ptdump_widths Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptdump_widths syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptearly_slack contained -n[ame] HiLink ptearly_slack Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptearly_slack syn keyword ptecho contained -a[bort] -e[rror] -h[idden] -i[nformation] -ne[wline] -no_n[ewline] -no_t[hrow_error] -nop[refix] -p[refix] -s[evere] -t[hrow_error] -w[arning] HiLink ptecho Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptecho syn keyword pteliminate_untunable_paths contained -of[f] -on[] HiLink pteliminate_untunable_paths Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pteliminate_untunable_paths syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptenhance_soi_below_slack contained -s[lack] HiLink ptenhance_soi_below_slack Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptenhance_soi_below_slack syn keyword ptess::are_moments_asserted contained -b[c] -n[om] -p[in] -w[c] HiLink ptess::are_moments_asserted Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::are_moments_asserted syn keyword ptess::assert_coupling_mult contained -b[c] -e[arly] -l[ate] -m[ult] -ne[t] -no[m] -p[in] -w[c] HiLink ptess::assert_coupling_mult Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::assert_coupling_mult syn keyword ptess::assert_moments contained -b[c] -m[oments] -n[om] -p[in] -w[c] HiLink ptess::assert_moments Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::assert_moments syn keyword ptess::assert_pi_model contained -a[ll] -b[c] -cf[ar] -cn[ear] -n[om] -r[es] -s[ource] -w[c] HiLink ptess::assert_pi_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::assert_pi_model syn keyword ptess::assert_poles_and_res contained -a[ll] -b[c] -n[om] -o[rder] -p[oles] -r[esidues] -si[nk] -so[urce] -w[c] HiLink ptess::assert_poles_and_res Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::assert_poles_and_res syn keyword ptess::foreach_coupled_net contained -b[ody] -n[et] -v[arname] HiLink ptess::foreach_coupled_net Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::foreach_coupled_net syn keyword ptess::get_asserted_net_capacitance contained -b[c] -ne[t] -no[m] -w[c] HiLink ptess::get_asserted_net_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::get_asserted_net_capacitance syn keyword ptess::get_asserted_pin_capacitance contained -b[c] -n[om] -p[in] -w[c] HiLink ptess::get_asserted_pin_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::get_asserted_pin_capacitance syn keyword ptess::get_coupling_cap contained -b[c] -net1[] -net2[] -no[m] -w[c] HiLink ptess::get_coupling_cap Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::get_coupling_cap syn keyword ptess::get_coupling_mult contained -b[c] -e[arly] -l[ate] -ne[t] -no[m] -p[in] -w[c] HiLink ptess::get_coupling_mult Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::get_coupling_mult syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptess::get_moments contained -b[c] -n[om] -p[in] -w[c] HiLink ptess::get_moments Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::get_moments syn keyword ptess::get_net_capacitance contained -b[c] -l[eaf_pin] -ne[t] -nom[] -non[_hier] -p[in_only] -wc[] -wi[re_only] HiLink ptess::get_net_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::get_net_capacitance syn keyword ptess::get_net_resistance contained -b[c] -ne[t] -no[m] -si[nk] -so[urce] -w[c] HiLink ptess::get_net_resistance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::get_net_resistance syn keyword ptess::get_pi_model contained -a[ll] -b[c] -d[isplay] -no_[display] -nom[] -s[ource] -w[c] HiLink ptess::get_pi_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::get_pi_model syn keyword ptess::get_pin_capacitance contained -b[c] -n[om] -p[in] -w[c] HiLink ptess::get_pin_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::get_pin_capacitance syn keyword ptess::get_poles_and_res contained -a[ll] -b[c] -d[isplay] -e[arly] -l[ate] -no_[display] -nom[] -si[nk] -so[urce] -w[c] HiLink ptess::get_poles_and_res Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::get_poles_and_res syn keyword ptess::get_rc contained -b[c] -n[om] -si[nk] -so[urce] -w[c] HiLink ptess::get_rc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::get_rc syn keyword ptess::get_resistance contained -b[c] -n[om] -si[nk] -so[urce] -w[c] HiLink ptess::get_resistance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::get_resistance syn keyword ptess::get_rice_net_delay contained -i[nput_slew] -p[oles_and_res] -t[est_pt] HiLink ptess::get_rice_net_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::get_rice_net_delay syn keyword ptess::get_total_coupling_cap contained -b[c] -ne[t] -no[m] -w[c] HiLink ptess::get_total_coupling_cap Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::get_total_coupling_cap syn keyword ptess::get_total_wire_cap contained -b[c] -ne[t] -no[m] -w[c] HiLink ptess::get_total_wire_cap Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::get_total_wire_cap syn keyword ptess::is_asserted_net_capacitance contained -b[c] -ne[t] -no[m] -w[c] HiLink ptess::is_asserted_net_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::is_asserted_net_capacitance syn keyword ptess::is_asserted_pin_capacitance contained -b[c] -n[om] -p[in] -w[c] HiLink ptess::is_asserted_pin_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::is_asserted_pin_capacitance syn keyword ptess::is_coupling_mult_asserted contained -b[c] -e[arly] -l[ate] -ne[t] -no[m] -p[in] -w[c] HiLink ptess::is_coupling_mult_asserted Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::is_coupling_mult_asserted syn keyword ptess::read_detail_pd contained -check_a[ssertions] -check_p[ipo_assertions] -f[ile] -no_check_a[ssertions] -no_check_p[ipo_assertions] HiLink ptess::read_detail_pd Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::read_detail_pd syn keyword ptess::read_netcap_file contained -check_a[ssertions] -check_p[ipo_assertions] -f[ile] -no_check_a[ssertions] -no_check_p[ipo_assertions] -p[ath] -r[oot] HiLink ptess::read_netcap_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::read_netcap_file syn keyword ptess::read_pdm contained -d[esign] -f[ull] -g[nd_coup_caps] -h[ierarchical] -i[ncremental] -no_f[ull] -no_g[nd_coup_caps] -no_h[ierarchical] -no_i[ncremental] -p[ath] HiLink ptess::read_pdm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::read_pdm syn keyword ptess::read_rc_file contained -check_a[ssertions] -check_p[ipo_assertions] -f[ile] -no_check_a[ssertions] -no_check_p[ipo_assertions] -p[ath] -r[oot] HiLink ptess::read_rc_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::read_rc_file syn keyword ptess::read_spice contained -a[llow_rcs_conn_2_gndvdd] -b[ox_pin_delimiter] -f[ile] -n[o_allow_rcs_conn_2_gndvdd] HiLink ptess::read_spice Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::read_spice syn keyword ptess::register_default_delayslew_calc contained -d[elay_mult] -s[lew_mult] HiLink ptess::register_default_delayslew_calc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::register_default_delayslew_calc syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptess::set_fanout_limit contained -v[alue] HiLink ptess::set_fanout_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::set_fanout_limit syn keyword ptess::set_net_capacitance contained -a[dder] -b[c] -ne[ts] -no[m] -p[ins] -t[otal_cap] -wc[] -wi[re_cap] HiLink ptess::set_net_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::set_net_capacitance syn keyword ptess::set_pin_capacitance contained -a[dder] -b[c] -no_[adder] -nom[] -p[ins] -v[alue] -w[c] HiLink ptess::set_pin_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::set_pin_capacitance syn keyword ptess::set_rc contained -b[c] -n[om] -si[nk] -so[urce] -v[alue] -w[c] HiLink ptess::set_rc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::set_rc syn keyword ptess::set_rice_order contained -o[rder] HiLink ptess::set_rice_order Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::set_rice_order syn keyword ptess::set_spice_rc_multipliers contained -bc_c[ap_mult] -bc_r[es_mult] -nom_c[ap_mult] -nom_r[es_mult] -wc_c[ap_mult] -wc_r[es_mult] HiLink ptess::set_spice_rc_multipliers Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::set_spice_rc_multipliers syn keyword ptess::unassert_coupling_mult contained -b[c] -e[arly] -l[ate] -ne[t] -no[m] -p[in] -w[c] HiLink ptess::unassert_coupling_mult Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::unassert_coupling_mult syn keyword ptess::unassert_moments contained -b[c] -n[om] -p[in] -w[c] HiLink ptess::unassert_moments Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::unassert_moments syn keyword ptess::unassert_pi_model contained -a[ll] -b[c] -n[om] -s[ource] -w[c] HiLink ptess::unassert_pi_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::unassert_pi_model syn keyword ptess::unassert_poles_and_res contained -a[ll] -b[c] -n[om] -si[nk] -so[urce] -w[c] HiLink ptess::unassert_poles_and_res Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::unassert_poles_and_res syn keyword ptess::unset_pin_capacitance contained -a[dder] -b[c] -no_[adder] -nom[] -p[ins] -w[c] HiLink ptess::unset_pin_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::unset_pin_capacitance syn keyword ptess::write_cap_file contained -a[ll] -b[est] -f[ile] -n[ominal] -t[otal_pin_cap] -wi[re_cap] -wo[rst] HiLink ptess::write_cap_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::write_cap_file syn keyword ptess::write_detail_pd contained -a[ll] -b[c] -f[ile] -g[roup] -no_[group] -nom[] -w[c] HiLink ptess::write_detail_pd Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::write_detail_pd syn keyword ptess::write_pdm contained -d[esign] -h[ierarchical] -n[o_hierarchical] -p[ath] HiLink ptess::write_pdm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::write_pdm syn keyword ptess::write_rc_file contained -a[ll] -b[est] -f[ile] -n[ominal] -w[orst] HiLink ptess::write_rc_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::write_rc_file syn keyword ptess::write_spice_file contained -a[ll] -b[c] -c[ell] -de[limiter] -di[vider] -f[ile] -h[ierarchy] -l[evel] -ne[t] -no_h[ierarchy] -no_r[ice] -nom[] -p[in] -r[ice] -w[c] HiLink ptess::write_spice_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptess::write_spice_file syn keyword ptet::add_cdc_rule contained -s[ub_rule] HiLink ptet::add_cdc_rule Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::add_cdc_rule syn keyword ptet::add_wire_load_model contained -b[c] -c[apacitance] -e[xtrapolation_constant] -f[anout_lengths] -m[odel] -n[om] -r[esistance] -t[ech] -w[c] HiLink ptet::add_wire_load_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::add_wire_load_model syn keyword ptet::adjust_and_rename contained -c[ell_type] -e[arly] -f[all] -l[ate] -net[s] -new[_phase] -ph[ase] -pi[ns] -po[rts] -r[ise] -t[ime] HiLink ptet::adjust_and_rename Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::adjust_and_rename syn keyword ptet::adjust_signal contained -c[ell_type] -e[arly] -f[all] -l[ate] -n[ets] -ph[ase] -pi[ns] -po[rts] -r[ise] -t[ime] HiLink ptet::adjust_signal Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::adjust_signal syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::analyze_coupling contained -a[bs_error] -d[ebug] -e[arly_cutoff] -f[ile] -i[teration] -l[ate_cutoff] -n[o_debug] HiLink ptet::analyze_coupling Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::analyze_coupling syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::assert_delays contained -fani[n] -fano[ut] -g[ate] HiLink ptet::assert_delays Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::assert_delays syn keyword ptet::assert_setup_hold contained -h[old] -s[etup] HiLink ptet::assert_setup_hold Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::assert_setup_hold syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::calculate_power contained -c[ell_types] -d[etail] -exclude_b[locks] -exclude_n[ets] -f[ile] -g[ates] -l[ist_nets_for_gates] -ne[ts] -no_exclude_b[locks] -no_exclude_n[ets] -no_l[ist_nets_for_gates] -s[witch_file] HiLink ptet::calculate_power Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::calculate_power syn keyword ptet::check_assertions contained -asserted_a[ts] -asserted_r[ats] -asserted_s[lews] -c[lock_phases] -no_asserted_a[ts] -no_asserted_r[ats] -no_asserted_s[lews] -no_c[lock_phases] -po[sttiming] -pr[etiming] HiLink ptet::check_assertions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::check_assertions syn keyword ptet::clear_constants contained -h[ierarchy] -n[o_hierarchy] HiLink ptet::clear_constants Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::clear_constants syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::clock_leading_edge_time contained -p[hase] HiLink ptet::clock_leading_edge_time Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::clock_leading_edge_time syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::clock_period_time contained -p[hase] HiLink ptet::clock_period_time Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::clock_period_time syn keyword ptet::clock_trailing_edge_time contained -p[hase] HiLink ptet::clock_trailing_edge_time Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::clock_trailing_edge_time syn keyword ptet::create_anal_mode contained -n[ame] HiLink ptet::create_anal_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::create_anal_mode syn keyword ptet::create_clock contained -n[ame] -p[eriod] -w[aveform] HiLink ptet::create_clock Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::create_clock syn keyword ptet::create_timer_parm contained -c[ategory] -n[ame] HiLink ptet::create_timer_parm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::create_timer_parm syn keyword ptet::create_voltage_island contained -n[ame] -t[ech] HiLink ptet::create_voltage_island Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::create_voltage_island syn keyword ptet::cycle_steal contained -e[psilon] -i[terations] -m[in_slack] -n[o_verbose] -v[erbose] HiLink ptet::cycle_steal Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::cycle_steal syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::def_detail_rule_exists contained -d[ef_box] HiLink ptet::def_detail_rule_exists Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::def_detail_rule_exists syn keyword ptet::detail_rule_exists contained -c[ell_type] HiLink ptet::detail_rule_exists Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::detail_rule_exists syn keyword ptet::dont_care_signal contained -c[ell_type] -e[arly] -f[all] -l[ate] -n[ets] -ph[ase] -pi[ns] -po[rts] -r[ise] HiLink ptet::dont_care_signal Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::dont_care_signal syn keyword ptet::dotting contained -d[otting_window] -file[] -file_format3[] -file_format6[] HiLink ptet::dotting Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::dotting syn keyword ptet::early_slack contained -n[ame] HiLink ptet::early_slack Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::early_slack syn keyword ptet::expand_wildcard_list contained -b[oxes] -n[ets] -p[ins] HiLink ptet::expand_wildcard_list Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::expand_wildcard_list syn keyword ptet::foreach_anal_mode contained -b[ody] -v[arname] HiLink ptet::foreach_anal_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::foreach_anal_mode syn keyword ptet::foreach_box contained -b[ody] -k[ey] -v[arname] HiLink ptet::foreach_box Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::foreach_box syn keyword ptet::foreach_clock_test_segment contained -b[ody] -t[impt] -v[arname] HiLink ptet::foreach_clock_test_segment Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::foreach_clock_test_segment syn keyword ptet::foreach_data_test_segment contained -b[ody] -t[impt] -v[arname] HiLink ptet::foreach_data_test_segment Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::foreach_data_test_segment syn keyword ptet::foreach_incoming_prop_segment contained -b[ody] -t[impt] -v[arname] HiLink ptet::foreach_incoming_prop_segment Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::foreach_incoming_prop_segment syn keyword ptet::foreach_internal_timing_point contained -b[ody] -o[cc_object] -u[sage_box] -v[arname] HiLink ptet::foreach_internal_timing_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::foreach_internal_timing_point syn keyword ptet::foreach_net contained -b[ody] -k[ey] -v[arname] HiLink ptet::foreach_net Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::foreach_net syn keyword ptet::foreach_outgoing_prop_segment contained -b[ody] -t[impt] -v[arname] HiLink ptet::foreach_outgoing_prop_segment Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::foreach_outgoing_prop_segment syn keyword ptet::foreach_phase contained -b[ody] -o[cc_object] -p[roto_box] -v[arname] HiLink ptet::foreach_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::foreach_phase syn keyword ptet::foreach_pin contained -b[ody] -k[ey] -v[arname] HiLink ptet::foreach_pin Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::foreach_pin syn keyword ptet::foreach_prop_segment_info contained -b[ody] -p[seg] -v[arname] HiLink ptet::foreach_prop_segment_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::foreach_prop_segment_info syn keyword ptet::foreach_test_segment_info contained -b[ody] -t[seg] -v[arname] HiLink ptet::foreach_test_segment_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::foreach_test_segment_info syn keyword ptet::foreach_timing_point_info contained -b[ody] -t[impt] -v[arname] HiLink ptet::foreach_timing_point_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::foreach_timing_point_info syn keyword ptet::generate_abstract contained -abstract[] -abstract_a[ll_delays] -abstract_s[ome_delays] -che[ck_deriv] -chi[ldren] -com[pression_count] -cor[e_abstract] -cu[t_flush_loops] -dela[y_padding] -deli[miter] -do[_slew_deriv_for_variation_over] -e[m] -f[orce_data_path] -ie[ee] -ig[nore_flush_segments] -include_e[stimated_boundary_rc] -include_w[ire_cap] -l[ong_pin_name] -ma[x_slew_deriv_depth] -me[rge_dcl] -ne[t_pin_name] -no_abstract_a[ll_delays] -no_abstract_s[ome_delays] -no_che[ck_deriv] -no_chi[ldren] -no_cu[t_flush_loops] -no_e[m] -no_f[orce_data_path] -no_ie[ee] -no_ig[nore_flush_segments] -no_include_e[stimated_boundary_rc] -no_include_w[ire_cap] -no_m[erge_dcl] -no_retain_c[lock_tree] -no_retain_f[lush_outputs] -no_retain_t[est_points] -no_sp[lit_eoc_test] -no_su[ppress_compression] -no_v[olt_temp] -no_write_a[bstract] -no_write_d[cl_abstract] -no_z[ero_clock_tree] -non[linear] -override[] -override_[file] -retain_c[lock_tree] -retain_f[lush_outputs] -retain_t[est_points] -sa[mpling_points] -sl[ack_filter] -sp[lit_eoc_test] -su[ppress_compression] -v[olt_temp] -write_a[bstract] -write_d[cl_abstract] -z[ero_clock_tree] HiLink ptet::generate_abstract Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::generate_abstract syn keyword ptet::generate_assertion_files contained -current[] -current_[complete] -dc[adj] -di[r] -e[ta] -fa[nout] -fi[lename_prefix] -li[mits] -lo[wer] -m[ode] -no_[nohierarchical] -noh[ierarchical] -ph[ase] -pinc[ap] -pinn[ame_prefix] -pis[] -pr[ocess] -s[etup] -t[oken] -ud[t] -up[per] -w[load] HiLink ptet::generate_assertion_files Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::generate_assertion_files syn keyword ptet::get_active_wire_load_model contained -b[c] -c[urrent] -m[acro] -ne[t] -no[m] -t[ech] -w[c] HiLink ptet::get_active_wire_load_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_active_wire_load_model syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::get_anal_mode_name contained -a[nal_mode] HiLink ptet::get_anal_mode_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_anal_mode_name syn keyword ptet::get_asserted_adj contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptet::get_asserted_adj Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_asserted_adj syn keyword ptet::get_asserted_at contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptet::get_asserted_at Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_asserted_at syn keyword ptet::get_asserted_phases contained -a[t] -d[ont_care] -phase_a[dj] -phase_r[ename] -pi[n] -r[at] -s[lew] HiLink ptet::get_asserted_phases Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_asserted_phases syn keyword ptet::get_asserted_rat contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptet::get_asserted_rat Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_asserted_rat syn keyword ptet::get_asserted_rename contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptet::get_asserted_rename Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_asserted_rename syn keyword ptet::get_asserted_slew contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptet::get_asserted_slew Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_asserted_slew syn keyword ptet::get_bidi_in_timing_point contained -t[impt] HiLink ptet::get_bidi_in_timing_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_bidi_in_timing_point syn keyword ptet::get_bidi_main_timing_point contained -t[impt] HiLink ptet::get_bidi_main_timing_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_bidi_main_timing_point syn keyword ptet::get_cap_limit contained -ma[x] -mi[n] -p[in] HiLink ptet::get_cap_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_cap_limit syn keyword ptet::get_chk_custom_amode contained -c[ustom_object] HiLink ptet::get_chk_custom_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_chk_custom_amode syn keyword ptet::get_chk_custom_current_amode contained -c[ustom_object] HiLink ptet::get_chk_custom_current_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_chk_custom_current_amode syn keyword ptet::get_chk_custom_macro contained -c[ustom_object] HiLink ptet::get_chk_custom_macro Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_chk_custom_macro syn keyword ptet::get_chk_custom_phase contained -c[ustom_object] HiLink ptet::get_chk_custom_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_chk_custom_phase syn keyword ptet::get_chk_custom_tp contained -c[ustom_object] HiLink ptet::get_chk_custom_tp Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_chk_custom_tp syn keyword ptet::get_chk_custom_ubox contained -c[ustom_object] HiLink ptet::get_chk_custom_ubox Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_chk_custom_ubox syn keyword ptet::get_clock_flag contained -p[in] HiLink ptet::get_clock_flag Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_clock_flag syn keyword ptet::get_clock_name contained -p[hase] HiLink ptet::get_clock_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_clock_name syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::get_clock_point contained -t[seg] HiLink ptet::get_clock_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_clock_point syn keyword ptet::get_comp_custom_amode contained -c[ustom_object] HiLink ptet::get_comp_custom_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_comp_custom_amode syn keyword ptet::get_comp_custom_current_amode contained -c[ustom_object] HiLink ptet::get_comp_custom_current_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_comp_custom_current_amode syn keyword ptet::get_comp_custom_macro contained -c[ustom_object] HiLink ptet::get_comp_custom_macro Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_comp_custom_macro syn keyword ptet::get_comp_custom_phase contained -c[ustom_object] HiLink ptet::get_comp_custom_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_comp_custom_phase syn keyword ptet::get_comp_custom_tp contained -c[ustom_object] HiLink ptet::get_comp_custom_tp Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_comp_custom_tp syn keyword ptet::get_comp_custom_ubox contained -c[ustom_object] HiLink ptet::get_comp_custom_ubox Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_comp_custom_ubox syn keyword ptet::get_cppr_adjust contained -clk_gating_h[old] -clk_gating_s[etup] -clk_p[ulse_width] -clk_s[eparation] -clk_tree_i[nactive] -clk_tree_p[ulse_width] -clock_f[all] -clock_ph[ase] -clock_pt[] -clock_r[ise] -data_f[all] -data_ph[ase] -data_pt[] -data_r[ise] -e[nd_of_cycle] -f[lush_propagation] -h[old] -s[etup] HiLink ptet::get_cppr_adjust Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_cppr_adjust syn keyword ptet::get_data_point contained -t[seg] HiLink ptet::get_data_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_data_point syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::get_default_resource_value contained -n[ame] HiLink ptet::get_default_resource_value Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_default_resource_value syn keyword ptet::get_delay_mode contained -c[urrent] -n[o_current] HiLink ptet::get_delay_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_delay_mode syn keyword ptet::get_delay_scale_factor contained -g[ate] -p[in] HiLink ptet::get_delay_scale_factor Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_delay_scale_factor syn keyword ptet::get_delays contained -e[arly] -l[ate] -p[hase] -si[nk] -so[urce] HiLink ptet::get_delays Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_delays syn keyword ptet::get_dta_adjust contained -clk_gating_h[old] -clk_gating_s[etup] -clk_p[ulse_width] -clk_s[eparation] -clk_tree_i[nactive] -clk_tree_p[ulse_width] -clock_f[all] -clock_p[hase] -clock_r[ise] -data_f[all] -data_p[hase] -data_r[ise] -e[nd_of_cycle] -f[lush_propagation] -h[old] -s[etup] HiLink ptet::get_dta_adjust Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_dta_adjust syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::get_ep_custom_amode contained -c[ustom_object] HiLink ptet::get_ep_custom_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_ep_custom_amode syn keyword ptet::get_ep_custom_current_amode contained -c[ustom_object] HiLink ptet::get_ep_custom_current_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_ep_custom_current_amode syn keyword ptet::get_ep_custom_macro contained -c[ustom_object] HiLink ptet::get_ep_custom_macro Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_ep_custom_macro syn keyword ptet::get_ep_custom_phase contained -c[ustom_object] HiLink ptet::get_ep_custom_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_ep_custom_phase syn keyword ptet::get_ep_custom_tp contained -c[ustom_object] HiLink ptet::get_ep_custom_tp Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_ep_custom_tp syn keyword ptet::get_frequency contained -p[in] HiLink ptet::get_frequency Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_frequency syn keyword ptet::get_hier_name_from_timing_point contained -de[limiter] -di[vider] -o[cc_object] -p[roto_box] -t[impt] HiLink ptet::get_hier_name_from_timing_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_hier_name_from_timing_point syn keyword ptet::get_hotspot_custom_amode contained -c[ustom_object] HiLink ptet::get_hotspot_custom_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_hotspot_custom_amode syn keyword ptet::get_hotspot_custom_current_amode contained -c[ustom_object] HiLink ptet::get_hotspot_custom_current_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_hotspot_custom_current_amode syn keyword ptet::get_hotspot_custom_macro contained -c[ustom_object] HiLink ptet::get_hotspot_custom_macro Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_hotspot_custom_macro syn keyword ptet::get_hotspot_custom_phase contained -c[ustom_object] HiLink ptet::get_hotspot_custom_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_hotspot_custom_phase syn keyword ptet::get_hotspot_custom_pin contained -c[ustom_object] -i[nput] -o[utput] HiLink ptet::get_hotspot_custom_pin Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_hotspot_custom_pin syn keyword ptet::get_hotspot_custom_ubox contained -c[ustom_object] HiLink ptet::get_hotspot_custom_ubox Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_hotspot_custom_ubox syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::get_leading_edge contained -p[hase] HiLink ptet::get_leading_edge Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_leading_edge syn keyword ptet::get_logic_function contained -gate[] -gates[] HiLink ptet::get_logic_function Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_logic_function syn keyword ptet::get_logic_value contained -p[ins] HiLink ptet::get_logic_value Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_logic_value syn keyword ptet::get_loop_cut_priority contained -defb[ox] -defp[in] -p[in] HiLink ptet::get_loop_cut_priority Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_loop_cut_priority syn keyword ptet::get_mode contained -b[lock] -na[me] -nu[mber] HiLink ptet::get_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_mode syn keyword ptet::get_mode_names contained -c[ell_type] -t[ech] HiLink ptet::get_mode_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_mode_names syn keyword ptet::get_net_custom_amode contained -c[ustom_object] HiLink ptet::get_net_custom_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_net_custom_amode syn keyword ptet::get_net_custom_current_amode contained -c[ustom_object] HiLink ptet::get_net_custom_current_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_net_custom_current_amode syn keyword ptet::get_net_custom_macro contained -c[ustom_object] HiLink ptet::get_net_custom_macro Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_net_custom_macro syn keyword ptet::get_net_custom_phase contained -c[ustom_object] HiLink ptet::get_net_custom_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_net_custom_phase syn keyword ptet::get_net_custom_tp contained -c[ustom_object] HiLink ptet::get_net_custom_tp Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_net_custom_tp syn keyword ptet::get_network_pin_from_timing_point contained -t[impt] -v[arbidiin] HiLink ptet::get_network_pin_from_timing_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_network_pin_from_timing_point syn keyword ptet::get_occ_from_timing_point contained -t[impt] HiLink ptet::get_occ_from_timing_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_occ_from_timing_point syn keyword ptet::get_path_delays contained -e[arly] -l[ate] -p[hase] -sn[kpt] -sr[cpt] -v[arpath] HiLink ptet::get_path_delays Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_path_delays syn keyword ptet::get_period contained -p[hase] HiLink ptet::get_period Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_period syn keyword ptet::get_phase_name contained -p[hase] HiLink ptet::get_phase_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_phase_name syn keyword ptet::get_phases contained -p[in] HiLink ptet::get_phases Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_phases syn keyword ptet::get_polarity contained -p[hase] HiLink ptet::get_polarity Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_polarity syn keyword ptet::get_prop_segment_info contained -p[rop_info] -vara[dj] -vard[elay] -varsnke[dge] -varsnkp[hase] -varsrce[dge] -varsrcm[ode] -varsrcp[hase] HiLink ptet::get_prop_segment_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_prop_segment_info syn keyword ptet::get_prop_transitions contained -p[seg] HiLink ptet::get_prop_transitions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_prop_transitions syn keyword ptet::get_prop_type contained -p[seg] HiLink ptet::get_prop_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_prop_type syn keyword ptet::get_rail_voltage contained -b[c] -c[urrent] -d[efault] -m[acro] -na[me] -no[m] -t[ech] -w[c] HiLink ptet::get_rail_voltage Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_rail_voltage syn keyword ptet::get_rail_voltage_names contained -t[ech] HiLink ptet::get_rail_voltage_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_rail_voltage_names syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::get_resource_description contained -n[ame] HiLink ptet::get_resource_description Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_resource_description syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::get_resource_type contained -n[ame] HiLink ptet::get_resource_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_resource_type syn keyword ptet::get_resource_value_descriptions contained -n[ame] -v[alue] HiLink ptet::get_resource_value_descriptions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_resource_value_descriptions syn keyword ptet::get_resource_values contained -n[ame] HiLink ptet::get_resource_values Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_resource_values syn keyword ptet::get_rule_unit contained -c[apacitance] -e[nergy] -i[nductance] -p[ower] -r[esistance] -te[ch] -ti[me] HiLink ptet::get_rule_unit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_rule_unit syn keyword ptet::get_sink_point contained -p[seg] HiLink ptet::get_sink_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_sink_point syn keyword ptet::get_slew contained -c[hecking] -e[arly] -f[all] -l[ate] -n[o_checking] -p[in] -r[ise] HiLink ptet::get_slew Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_slew syn keyword ptet::get_slew_limit contained -f[all] -ma[x] -mi[n] -p[in] -r[ise] HiLink ptet::get_slew_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_slew_limit syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::get_source_point contained -p[seg] HiLink ptet::get_source_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_source_point syn keyword ptet::get_technology_name contained -c[urrent] -m[acro] HiLink ptet::get_technology_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_technology_name syn keyword ptet::get_temperature contained -b[c] -d[efault] -n[om] -t[ech] -w[c] HiLink ptet::get_temperature Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_temperature syn keyword ptet::get_test_segment_info contained -t[est_info] -vara[dj] -varclocke[dge] -varclockp[hase] -vardatae[dge] -vardatam[ode] -vardatap[hase] -varde[lay] HiLink ptet::get_test_segment_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_test_segment_info syn keyword ptet::get_test_transitions contained -t[seg] HiLink ptet::get_test_transitions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_test_transitions syn keyword ptet::get_test_type contained -t[seg] HiLink ptet::get_test_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_test_type syn keyword ptet::get_timer_parm contained -c[ategory] -n[ame] HiLink ptet::get_timer_parm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_timer_parm syn keyword ptet::get_timing_info contained -a[t] -c[lock] -e[arly] -f[all] -l[ate] -pi[n] -po[rt] -ra[t] -ri[se] -sla[ck] -sle[w] HiLink ptet::get_timing_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_timing_info syn keyword ptet::get_timing_point_from_network_pin contained -n[etwork_pin] -o[cc_object] HiLink ptet::get_timing_point_from_network_pin Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_timing_point_from_network_pin syn keyword ptet::get_timing_point_info contained -t[impt_info] -vara[rr] -varp[hase] -varr[eq] -varsla[ck] -varsle[w] HiLink ptet::get_timing_point_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_timing_point_info syn keyword ptet::get_timing_point_name contained -t[impt] HiLink ptet::get_timing_point_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_timing_point_name syn keyword ptet::get_trailing_edge contained -p[hase] HiLink ptet::get_trailing_edge Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_trailing_edge syn keyword ptet::get_transitions contained -e[arly] -l[ate] -si[nk] -so[urce] HiLink ptet::get_transitions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_transitions syn keyword ptet::get_user_delta_adjust contained -clk_gating_h[old] -clk_gating_s[etup] -clk_p[ulse_width] -clk_s[eparation] -clk_tree_i[nactive] -clk_tree_p[ulse_width] -clo[ck] -d[ata_clock] -e[nd_of_cycle] -f[lush_propagation] -h[old] -lead_c[lock_edge] -lead_d[ata_edge] -s[etup] -trail_c[lock_edge] -trail_d[ata_edge] HiLink ptet::get_user_delta_adjust Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_user_delta_adjust syn keyword ptet::get_voltage_island contained -b[c] -na[me] -no[m] -r[ail] -t[ech] -w[c] HiLink ptet::get_voltage_island Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_voltage_island syn keyword ptet::get_voltage_island_for_instance contained -c[ell_type] -m[acro] HiLink ptet::get_voltage_island_for_instance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_voltage_island_for_instance syn keyword ptet::get_wire_load_mode contained -m[acro] HiLink ptet::get_wire_load_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_wire_load_mode syn keyword ptet::get_wire_load_model contained -b[c] -ca[pacitance] -ce[lls_in_block] -d[isplay] -e[xtrapolation_constant] -f[anout_length] -na[me] -no_[display] -nom[] -r[esistance] -t[ech] -w[c] HiLink ptet::get_wire_load_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_wire_load_model syn keyword ptet::get_wire_load_model_names contained -t[ech] HiLink ptet::get_wire_load_model_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_wire_load_model_names syn keyword ptet::get_worst_ceffective contained -s[ource] HiLink ptet::get_worst_ceffective Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::get_worst_ceffective syn keyword ptet::hold_control contained -a[dd_setup_tests] -cus[tom] -cut[_off_slack] -n[o_add_setup_tests] -p[essimistic] HiLink ptet::hold_control Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::hold_control syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::is_asserted_adj contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptet::is_asserted_adj Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_asserted_adj syn keyword ptet::is_asserted_at contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptet::is_asserted_at Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_asserted_at syn keyword ptet::is_asserted_cap_limit contained -ma[x] -mi[n] -p[in] HiLink ptet::is_asserted_cap_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_asserted_cap_limit syn keyword ptet::is_asserted_dc contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptet::is_asserted_dc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_asserted_dc syn keyword ptet::is_asserted_rat contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptet::is_asserted_rat Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_asserted_rat syn keyword ptet::is_asserted_rename contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptet::is_asserted_rename Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_asserted_rename syn keyword ptet::is_asserted_slew contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptet::is_asserted_slew Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_asserted_slew syn keyword ptet::is_async_phase contained -p[hase] HiLink ptet::is_async_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_async_phase syn keyword ptet::is_bidi_point contained -t[impt] HiLink ptet::is_bidi_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_bidi_point syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::is_clock_phase contained -p[hase] HiLink ptet::is_clock_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_clock_phase syn keyword ptet::is_clock_pin_from_rule contained -o[cc_object] -u[sage_pin] HiLink ptet::is_clock_pin_from_rule Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_clock_pin_from_rule syn keyword ptet::is_clock_point contained -t[impt] HiLink ptet::is_clock_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_clock_point syn keyword ptet::is_clock_trigger contained -si[nk] -so[urce] HiLink ptet::is_clock_trigger Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_clock_trigger syn keyword ptet::is_constant_asserted contained -p[in] HiLink ptet::is_constant_asserted Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_constant_asserted syn keyword ptet::is_data_phase contained -p[hase] HiLink ptet::is_data_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_data_phase syn keyword ptet::is_equal_time contained -time1[] -time2[] HiLink ptet::is_equal_time Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_equal_time syn keyword ptet::is_frequency_asserted contained -p[in] HiLink ptet::is_frequency_asserted Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_frequency_asserted syn keyword ptet::is_latch_point contained -t[impt] HiLink ptet::is_latch_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_latch_point syn keyword ptet::is_nmos contained -d[ef_box] HiLink ptet::is_nmos Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_nmos syn keyword ptet::is_pmos contained -d[ef_box] HiLink ptet::is_pmos Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_pmos syn keyword ptet::is_register contained -o[cc_object] -u[sage_box] HiLink ptet::is_register Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_register syn keyword ptet::is_star_phase contained -p[hase] HiLink ptet::is_star_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_star_phase syn keyword ptet::is_timing_begin_point contained -t[impt] HiLink ptet::is_timing_begin_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_timing_begin_point syn keyword ptet::is_timing_end_point contained -t[impt] HiLink ptet::is_timing_end_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_timing_end_point syn keyword ptet::is_transistor contained -d[ef_box] HiLink ptet::is_transistor Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_transistor syn keyword ptet::is_trigger_point contained -t[impt] HiLink ptet::is_trigger_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_trigger_point syn keyword ptet::is_valid_time contained -t[ime] HiLink ptet::is_valid_time Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::is_valid_time syn keyword ptet::late_slack contained -n[ame] HiLink ptet::late_slack Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::late_slack syn keyword ptet::load_cdc_rule contained -n[o_short_paths] -r[ule] -sh[ort_paths] -su[b_rules] -t[ables] HiLink ptet::load_cdc_rule Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::load_cdc_rule syn keyword ptet::load_ete_rule contained -a[uto] -can[dr] -cap[] -e[st] -for[mat] -fou[ndry] -n[o_auto] -p[ath] -ra[t] -rc[n] -ru[le_path] -t[ech] -v[ersion] HiLink ptet::load_ete_rule Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::load_ete_rule syn keyword ptet::locate_anal_mode contained -n[ame] HiLink ptet::locate_anal_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::locate_anal_mode syn keyword ptet::locate_domino_phase contained -c[lock] -i[s_clock] -o[cc_object] -po[larity] -pr[oto_box] -t[rans] HiLink ptet::locate_domino_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::locate_domino_phase syn keyword ptet::locate_or_create_anal_mode contained -n[ame] HiLink ptet::locate_or_create_anal_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::locate_or_create_anal_mode syn keyword ptet::locate_or_create_phase contained -c[lock] -p[roto_box] HiLink ptet::locate_or_create_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::locate_or_create_phase syn keyword ptet::locate_phase contained -c[lock] -i[s_clock] -o[cc_object] -po[larity] -pr[oto_box] HiLink ptet::locate_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::locate_phase syn keyword ptet::locate_timing_point_by_hier_name contained -d[ivider] -n[ame] -o[cc_object] -p[roto_box] -v[arocc] HiLink ptet::locate_timing_point_by_hier_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::locate_timing_point_by_hier_name syn keyword ptet::locate_usage_box_by_hier_name contained -d[ivider] -n[ame] -o[cc_object] -p[roto_box] -v[arocc] HiLink ptet::locate_usage_box_by_hier_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::locate_usage_box_by_hier_name syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::override_clock contained -e[arly] -latc[h_and_tree] -late[] -le[ading] -n[ame] -s[lew] -ti[me] -tra[iling] -tre[e] -w[aveform] HiLink ptet::override_clock Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::override_clock syn keyword ptet::path_exists contained -sn[kpt] -sr[cpt] HiLink ptet::path_exists Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::path_exists syn keyword ptet::proto_box_hier_name contained -d[ivider] -o[cc_object] -p[roto_box] HiLink ptet::proto_box_hier_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::proto_box_hier_name syn keyword ptet::read_assertions contained -p[ath] -r[oot] HiLink ptet::read_assertions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::read_assertions syn keyword ptet::read_clkadj_file contained -f[ile] -p[ath] -r[oot] HiLink ptet::read_clkadj_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::read_clkadj_file syn keyword ptet::read_dcadj_file contained -f[ile] -p[ath] -r[oot] HiLink ptet::read_dcadj_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::read_dcadj_file syn keyword ptet::read_eta_file contained -f[ile] -p[ath] -r[oot] HiLink ptet::read_eta_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::read_eta_file syn keyword ptet::read_mode_file contained -f[ile] -p[ath] -r[oot] HiLink ptet::read_mode_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::read_mode_file syn keyword ptet::read_phase_file contained -f[ile] -p[ath] -r[oot] HiLink ptet::read_phase_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::read_phase_file syn keyword ptet::read_picap_file contained -f[ile] -p[ath] -r[oot] HiLink ptet::read_picap_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::read_picap_file syn keyword ptet::read_pincap_file contained -f[ile] -p[ath] -r[oot] HiLink ptet::read_pincap_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::read_pincap_file syn keyword ptet::read_pis_file contained -f[ile] -p[ath] -r[oot] HiLink ptet::read_pis_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::read_pis_file syn keyword ptet::read_sdf contained -f[ile] HiLink ptet::read_sdf Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::read_sdf syn keyword ptet::read_spath_file contained -f[ile] -p[ath] -r[oot] HiLink ptet::read_spath_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::read_spath_file syn keyword ptet::read_special_paths_file contained -f[ile] -p[ath] -r[oot] HiLink ptet::read_special_paths_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::read_special_paths_file syn keyword ptet::read_timer_parms contained -f[ile] -p[ath] -r[oot] HiLink ptet::read_timer_parms Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::read_timer_parms syn keyword ptet::read_udt_file contained -f[ile] -p[ath] -r[oot] HiLink ptet::read_udt_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::read_udt_file syn keyword ptet::read_user_defined_tests_file contained -f[ile] -p[ath] -r[oot] HiLink ptet::read_user_defined_tests_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::read_user_defined_tests_file syn keyword ptet::read_verilog contained -c[allbacks] -d[ir] -f[iles] -k[eepbackslash] -no_c[allbacks] -no_k[eepbackslash] -no_u[se_parens] -t[mpdir] -u[se_parens] -v[iew] HiLink ptet::read_verilog Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::read_verilog syn keyword ptet::read_wire_load_file contained -f[ile] -p[ath] -r[oot] HiLink ptet::read_wire_load_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::read_wire_load_file syn keyword ptet::read_wload_file contained -f[ile] -p[ath] -r[oot] HiLink ptet::read_wload_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::read_wload_file syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::reload_cdc_rule contained -r[ule] -s[ub_rules] -t[ables] HiLink ptet::reload_cdc_rule Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::reload_cdc_rule syn keyword ptet::remove_common_pessimism contained -b[oth] -c[utoff] -ea[rly] -eq[ualize_arrival_times] -l[ate] -no_e[qualize_arrival_times] -no_s[pecial_paths] -s[pecial_paths] HiLink ptet::remove_common_pessimism Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::remove_common_pessimism syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::remove_pll_pessimism contained -e[arly_pll] -feedback_ph[ase] -feedback_pi[n] -l[ate_pll] -s[ource_pin] HiLink ptet::remove_pll_pessimism Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::remove_pll_pessimism syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::rename_phase contained -c[ell_type] -e[arly] -f[all] -l[ate] -net[s] -new[_phase] -ph[ase] -pi[ns] -po[rts] -r[ise] HiLink ptet::rename_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::rename_phase syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::retain_node_in_abstraction contained -m[aster_proto] -n[et] -w[ildcardname] HiLink ptet::retain_node_in_abstraction Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::retain_node_in_abstraction syn keyword ptet::set_abstract_cap_limit contained -a[ll] -ma[x] -mi[n] -p[orts] HiLink ptet::set_abstract_cap_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_abstract_cap_limit syn keyword ptet::set_abstract_directory contained -d[ir] HiLink ptet::set_abstract_directory Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_abstract_directory syn keyword ptet::set_abstract_slew_limit contained -a[ll] -ma[x] -mi[n] -p[orts] HiLink ptet::set_abstract_slew_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_abstract_slew_limit syn keyword ptet::set_active_hierarchy contained -i[nstance] -r[oot_def] -v[iew] HiLink ptet::set_active_hierarchy Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_active_hierarchy syn keyword ptet::set_arrival contained -e[arly] -f[all] -l[ate] -n[ets] -ph[ase] -pi[ns] -po[rts] -r[ise] -t[ime] HiLink ptet::set_arrival Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_arrival syn keyword ptet::set_at_and_slew contained -early_fall_a[t] -early_fall_s[lew] -early_rise_a[t] -early_rise_s[lew] -late_fall_a[t] -late_fall_s[lew] -late_rise_a[t] -late_rise_s[lew] -ph[ase] -pi[ns] HiLink ptet::set_at_and_slew Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_at_and_slew syn keyword ptet::set_cap_limit_calc contained -b[est_xover] -l[imit] -n[ominal_xover] -t[ype_zero] -w[orst_xover] HiLink ptet::set_cap_limit_calc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_cap_limit_calc syn keyword ptet::set_cdc_block_debug contained -a[ll] -b[locks] -c[ell_types] -l[evel] HiLink ptet::set_cdc_block_debug Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_cdc_block_debug syn keyword ptet::set_cdc_debug_level contained -l[evel] HiLink ptet::set_cdc_debug_level Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_cdc_debug_level syn keyword ptet::set_cdc_segment_debug contained -a[ll] -l[evel] -n[o_all] -si[nk] -so[urce] HiLink ptet::set_cdc_segment_debug Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_cdc_segment_debug syn keyword ptet::set_clock_flag contained -cell_p[ins] -cell_t[ype] -of[f] -on[] -pi[ns] -po[rts] HiLink ptet::set_clock_flag Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_clock_flag syn keyword ptet::set_clock_gating_delays contained -h[old] -p[ulse_width] -s[etup] HiLink ptet::set_clock_gating_delays Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_clock_gating_delays syn keyword ptet::set_clock_gating_inactive_test contained -m[in_inactive] -n[o_perform] HiLink ptet::set_clock_gating_inactive_test Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_clock_gating_inactive_test syn keyword ptet::set_clock_gating_mode contained -i[nput_to_input] -p[ropagated] HiLink ptet::set_clock_gating_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_clock_gating_mode syn keyword ptet::set_clock_override_mode contained -of[f] -on[] HiLink ptet::set_clock_override_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_clock_override_mode syn keyword ptet::set_default_anal_mode contained -n[ame] HiLink ptet::set_default_anal_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_default_anal_mode syn keyword ptet::set_default_coupling_multipliers contained -e[arly_mult] -l[ate_mult] HiLink ptet::set_default_coupling_multipliers Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_default_coupling_multipliers syn keyword ptet::set_default_pincap contained -v[alue] HiLink ptet::set_default_pincap Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_default_pincap syn keyword ptet::set_default_processing contained -of[f] -on[] -pi[ns] -po[rts] HiLink ptet::set_default_processing Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_default_processing syn keyword ptet::set_default_slew contained -f[all] -r[ise] -v[alue] HiLink ptet::set_default_slew Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_default_slew syn keyword ptet::set_delay_mode contained -b[c] -c[urrent] -n[om] -w[c] HiLink ptet::set_delay_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_delay_mode syn keyword ptet::set_delay_scale_factor contained -c[ell_types] -v[alue] HiLink ptet::set_delay_scale_factor Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_delay_scale_factor syn keyword ptet::set_drive_resistance contained -f[all] -no_f[all] -no_r[ise] -p[orts] -re[sistance] -ri[se] -s[lew] HiLink ptet::set_drive_resistance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_drive_resistance syn keyword ptet::set_driving_cell contained -c[ell] -fa[ll] -fr[om_pin] -m[ultiply_by] -no_[none] -non[e] -pi[n] -po[rts] -r[ise] HiLink ptet::set_driving_cell Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_driving_cell syn keyword ptet::set_dta_adjust_mode contained -e[dge_based] -l[eading_based] HiLink ptet::set_dta_adjust_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_dta_adjust_mode syn keyword ptet::set_failure_calculator contained -a[bstract] -f[eedthru] -n[opath] -t[ib] HiLink ptet::set_failure_calculator Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_failure_calculator syn keyword ptet::set_false_path contained -c[one_depth] -fa[ll] -fr[om] -h[old] -n[o_trace_through_latch] -r[ise] -s[etup] -th[rough_all] -to[] -tr[ace_through_latch] HiLink ptet::set_false_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_false_path syn keyword ptet::set_frequency contained -f[requency] -p[ins] HiLink ptet::set_frequency Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_frequency syn keyword ptet::set_global_cap_limit contained -of[f] -on[] -v[alue] HiLink ptet::set_global_cap_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_global_cap_limit syn keyword ptet::set_global_slew_limit contained -of[f] -on[] -v[alue] HiLink ptet::set_global_slew_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_global_slew_limit syn keyword ptet::set_global_wirecap_adder contained -b[c] -n[om] -w[c] HiLink ptet::set_global_wirecap_adder Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_global_wirecap_adder syn keyword ptet::set_goes_to_one contained -pi[ns] -po[rts] HiLink ptet::set_goes_to_one Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_goes_to_one syn keyword ptet::set_goes_to_zero contained -pi[ns] -po[rts] HiLink ptet::set_goes_to_zero Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_goes_to_zero syn keyword ptet::set_guardtime_policy contained -l[ate] -w[orst] HiLink ptet::set_guardtime_policy Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_guardtime_policy syn keyword ptet::set_input_delay contained -clk_l[ead] -clk_t[rail] -clo[ck] -e[arly] -f[all] -la[te] -le[vel_sensitive] -ne[ts] -no_f[all] -no_l[evel_sensitive] -no_r[ise] -pi[ns] -po[rts] -r[ise] -slew_d[efault] -slew_n[one] -slew_v[alue] -v[alue] HiLink ptet::set_input_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_input_delay syn keyword ptet::set_length_keyword_name contained -s[tring] HiLink ptet::set_length_keyword_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_length_keyword_name syn keyword ptet::set_linear_combination contained -bc_e[arly] -bc_l[ate] -c[urrent] -nom_e[arly] -nom_l[ate] -p[w_correction] -wc_e[arly] -wc_l[ate] HiLink ptet::set_linear_combination Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_linear_combination syn keyword ptet::set_logic_one contained -p[ins] HiLink ptet::set_logic_one Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_logic_one syn keyword ptet::set_logic_zero contained -p[ins] HiLink ptet::set_logic_zero Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_logic_zero syn keyword ptet::set_loop_cut_priority contained -defb[ox] -defp[ins] -pi[ns] -pr[iority] HiLink ptet::set_loop_cut_priority Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_loop_cut_priority syn keyword ptet::set_max_capacitance contained -n[ets] -pi[ns] -po[rts] -v[alue] HiLink ptet::set_max_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_max_capacitance syn keyword ptet::set_max_transition contained -f[all] -ma[x] -mi[n] -pi[ns] -po[rts] -r[ise] -v[alue] HiLink ptet::set_max_transition Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_max_transition syn keyword ptet::set_min_inactive contained -c[lock] -d[efault] -i[nactive] HiLink ptet::set_min_inactive Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_min_inactive syn keyword ptet::set_min_pulse_width contained -c[lock] -d[efault] -p[ulse_width] HiLink ptet::set_min_pulse_width Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_min_pulse_width syn keyword ptet::set_mode contained -b[locks] -c[ell_types] -g[lobal] -na[me] -nu[mber] -t[ech] -u[nset_global] HiLink ptet::set_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_mode syn keyword ptet::set_multicycle_path contained -a[djust] -co[ne_depth] -cy[cles] -fa[ll] -fr[om] -h[old] -n[o_trace_through_latch] -r[ise] -s[etup] -th[rough_all] -to[] -tr[ace_through_latch] HiLink ptet::set_multicycle_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_multicycle_path syn keyword ptet::set_net_delay_calc contained -c[andr] -mode_noest[] -mode_noestp[ipo] -mode_o[n] -n[one] -r[cn] HiLink ptet::set_net_delay_calc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_net_delay_calc syn keyword ptet::set_net_fanout_limit contained -n[ets] -v[alue] HiLink ptet::set_net_fanout_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_net_fanout_limit syn keyword ptet::set_no_path_timing_rule contained -c[ells] HiLink ptet::set_no_path_timing_rule Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_no_path_timing_rule syn keyword ptet::set_output_delay contained -clk_l[ead] -clk_t[rail] -clock[] -clock_[fall] -e[arly] -f[all] -la[te] -le[vel_sensitive] -ne[ts] -no_f[all] -no_l[evel_sensitive] -no_r[ise] -pi[ns] -po[rts] -r[ise] -v[alue] HiLink ptet::set_output_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_output_delay syn keyword ptet::set_phase_pair_exclusion contained -clock1[] -clock2[] -pin1[] -pin2[] HiLink ptet::set_phase_pair_exclusion Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_phase_pair_exclusion syn keyword ptet::set_pi_at contained -v[alue] HiLink ptet::set_pi_at Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_pi_at syn keyword ptet::set_pin_to_pin_net_model contained -of[f] -on[] HiLink ptet::set_pin_to_pin_net_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_pin_to_pin_net_model syn keyword ptet::set_pll_clock contained -c[locks] -d[ivided] -j[itter] -n[o_divided] -p[ll_gate] HiLink ptet::set_pll_clock Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_pll_clock syn keyword ptet::set_po_rat contained -e[arly] -l[ate] -v[alue] HiLink ptet::set_po_rat Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_po_rat syn keyword ptet::set_port_fanout_number contained -p[orts] -v[alue] HiLink ptet::set_port_fanout_number Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_port_fanout_number syn keyword ptet::set_rail_voltage contained -b[c] -c[urrent] -d[efault] -na[me] -no[m] -t[ech] -w[c] HiLink ptet::set_rail_voltage Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_rail_voltage syn keyword ptet::set_rats contained -early_f[all] -early_r[ise] -late_f[all] -late_r[ise] -ph[ase] -pi[ns] HiLink ptet::set_rats Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_rats syn keyword ptet::set_required contained -e[arly] -f[all] -l[ate] -n[ets] -ph[ase] -pi[ns] -po[rts] -r[ise] -t[ime] HiLink ptet::set_required Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_required syn keyword ptet::set_resource contained -n[ame] -v[alue] HiLink ptet::set_resource Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_resource syn keyword ptet::set_segmented_wire_load_model contained -of[f] -on[] HiLink ptet::set_segmented_wire_load_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_segmented_wire_load_model syn keyword ptet::set_slew contained -e[arly] -f[all] -l[ate] -n[ets] -ph[ase] -pi[ns] -po[rts] -r[ise] -t[ime] HiLink ptet::set_slew Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_slew syn keyword ptet::set_slew_limit contained -f[all] -ma[x] -mi[n] -pi[ns] -po[rts] -r[ise] -v[alue] HiLink ptet::set_slew_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_slew_limit syn keyword ptet::set_slew_propagation contained -m[erge_path_slew] -n[one] -pa[th] -pi[n] -w[orst_path_slew] HiLink ptet::set_slew_propagation Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_slew_propagation syn keyword ptet::set_technology_name contained -c[urrent] -m[acro] -t[ech] HiLink ptet::set_technology_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_technology_name syn keyword ptet::set_temp contained -b[c] -c[urrent] -d[efault] -n[om] -t[ech] -w[c] HiLink ptet::set_temp Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_temp syn keyword ptet::set_timer_parm contained -ca[tegory] -cr[eate] -na[me] -no[_create] -v[alue] HiLink ptet::set_timer_parm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_timer_parm syn keyword ptet::set_timer_units contained -ruletof[arads] -ruletoh[enries] -ruletoj[oules] -ruletoo[hms] -ruletos[econds] -ruletow[atts] HiLink ptet::set_timer_units Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_timer_units syn keyword ptet::set_timing_cache contained -of[f] -on[] HiLink ptet::set_timing_cache Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_timing_cache syn keyword ptet::set_timing_debug_level contained -l[evel] HiLink ptet::set_timing_debug_level Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_timing_debug_level syn keyword ptet::set_timing_delimiter contained -def[ault] -del[imiter] HiLink ptet::set_timing_delimiter Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_timing_delimiter syn keyword ptet::set_timing_divider contained -d[ivider] HiLink ptet::set_timing_divider Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_timing_divider syn keyword ptet::set_user_defined_segment contained -b[c_delay] -e[arly] -fa[ll_only] -fr[om_both] -i[nverting] -l[ate] -no_[trigger] -nom[_delay] -non[inverting] -pin1[] -pin2[] -r[ise_only] -to[_both] -tr[igger] -w[c_delay] HiLink ptet::set_user_defined_segment Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_user_defined_segment syn keyword ptet::set_user_defined_test contained -b[c_guard] -e[arly] -fall1[] -fall2[] -l[ate] -net1[] -net2[] -no[minal_guard] -pin1[] -pin1_[phase] -pin2[] -pin2_[phase] -rise1[] -rise2[] -w[c_guard] HiLink ptet::set_user_defined_test Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_user_defined_test syn keyword ptet::set_user_delta_adjust contained -a[djust] -clk_gating_h[old] -clk_gating_s[etup] -clk_p[ulse_width] -clk_s[eparation] -clk_tree_i[nactive] -clk_tree_p[ulse_width] -clo[ck] -d[ata_clock] -ea[rly] -en[d_of_cycle] -f[lush_propagation] -h[old] -la[te] -lead_c[lock_edge] -lead_d[ata_edge] -s[etup] -trail_c[lock_edge] -trail_d[ata_edge] HiLink ptet::set_user_delta_adjust Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_user_delta_adjust syn keyword ptet::set_vdd contained -b[c] -c[urrent] -d[efault] -n[om] -t[ech] -w[c] HiLink ptet::set_vdd Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_vdd syn keyword ptet::set_voltage_island contained -b[c] -na[me] -no[m] -r[ail] -t[ech] -u[nset] -w[c] HiLink ptet::set_voltage_island Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_voltage_island syn keyword ptet::set_voltage_island_instance contained -ce[ll_types] -cu[rrent] -m[acros] -n[ame] -u[nset] HiLink ptet::set_voltage_island_instance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_voltage_island_instance syn keyword ptet::set_vtt contained -b[c] -c[urrent] -d[efault] -n[om] -t[ech] -w[c] HiLink ptet::set_vtt Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_vtt syn keyword ptet::set_width_keyword_name contained -s[tring] HiLink ptet::set_width_keyword_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_width_keyword_name syn keyword ptet::set_wire_load_mode contained -e[nclosed] -m[acro] -t[op] -u[se_upper_mode] HiLink ptet::set_wire_load_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_wire_load_mode syn keyword ptet::set_wire_load_model contained -m[acros] -na[me] -ne[ts] -no[_top_level_net] -t[op_level_net] HiLink ptet::set_wire_load_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::set_wire_load_model syn keyword ptet::show_self contained -g[ate] -m[acro] -p[in] HiLink ptet::show_self Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::show_self syn keyword ptet::snip_flush_path contained -c[ell_type] -p[ins] HiLink ptet::snip_flush_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::snip_flush_path syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::top_level_net contained -n[et] -o[cc_object] -v[arocc] HiLink ptet::top_level_net Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::top_level_net syn keyword ptet::trace_slack_backward contained -a[nalysis] -p[hase] -ti[mpt] -tr[ans] -varo[cc] -varp[hase] -vart[rans] HiLink ptet::trace_slack_backward Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::trace_slack_backward syn keyword ptet::trace_slack_forward contained -a[nalysis] -p[hase] -ti[mpt] -tr[ans] -varo[cc] -varp[hase] -vart[rans] HiLink ptet::trace_slack_forward Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::trace_slack_forward syn keyword ptet::transition_exists contained -FF[] -FR[] -RF[] -RR[] -e[arly] -l[ate] -si[nk] -so[urce] HiLink ptet::transition_exists Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::transition_exists syn keyword ptet::unassert_adj contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[ns] -r[ise] HiLink ptet::unassert_adj Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::unassert_adj syn keyword ptet::unassert_at contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[ns] -r[ise] HiLink ptet::unassert_at Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::unassert_at syn keyword ptet::unassert_constant contained -p[ins] HiLink ptet::unassert_constant Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::unassert_constant syn keyword ptet::unassert_dc contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[ns] -r[ise] HiLink ptet::unassert_dc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::unassert_dc syn keyword ptet::unassert_goes_to contained -pi[ns] -po[rts] HiLink ptet::unassert_goes_to Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::unassert_goes_to syn keyword ptet::unassert_rat contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[ns] -r[ise] HiLink ptet::unassert_rat Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::unassert_rat syn keyword ptet::unassert_rename contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[ns] -r[ise] HiLink ptet::unassert_rename Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::unassert_rename syn keyword ptet::unassert_slew contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[ns] -r[ise] HiLink ptet::unassert_slew Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::unassert_slew syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptet::unset_clock_flag contained -cell_p[ins] -cell_t[ype] -pi[ns] -po[rts] HiLink ptet::unset_clock_flag Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::unset_clock_flag syn keyword ptet::unset_frequency contained -p[ins] HiLink ptet::unset_frequency Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::unset_frequency syn keyword ptet::unset_phase_pair_exclusion contained -clock1[] -clock2[] -pin1[] -pin2[] HiLink ptet::unset_phase_pair_exclusion Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::unset_phase_pair_exclusion syn keyword ptet::unset_user_defined_segment contained -pin1[] -pin2[] HiLink ptet::unset_user_defined_segment Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::unset_user_defined_segment syn keyword ptet::unset_user_defined_test contained -c[lock] -d[ata] -e[arly] -l[ate] -net1[] -net2[] -pin1[] -pin2[] HiLink ptet::unset_user_defined_test Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::unset_user_defined_test syn keyword ptet::unset_wire_load_model contained -m[acros] -ne[ts] -no[_top_level_net] -t[op_level_net] HiLink ptet::unset_wire_load_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::unset_wire_load_model syn keyword ptet::usage_box_hier_name contained -d[ivider] -o[cc_object] -u[sage_box] HiLink ptet::usage_box_hier_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::usage_box_hier_name syn keyword ptet::use_abstract contained -def[s] -det[ailed] -m[acros] -n[o_detailed] HiLink ptet::use_abstract Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::use_abstract syn keyword ptet::write_audit_report contained -f[ile] -i[nclude_all_pipo_info] -l[ines] -no_i[nclude_all_pipo_info] -no_o[ld_format] -o[ld_format] -p[ipe] HiLink ptet::write_audit_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::write_audit_report syn keyword ptet::write_checks_report contained -ab[stract_tests] -au[dit] -ca[lc_merit] -clk_gating_h[old] -clk_gating_s[etup] -clk_p[ulse] -clk_s[eparation] -clk_tree_i[nactive] -clk_tree_p[ulse_width] -cu[stom] -early_i[nternal_rats] -early_p[o_rats] -ed[sname] -en[d_of_cycle] -f[ile] -gates[] -gates_[file] -ho[ld] -ht[ml] -late_i[nternal_rats] -late_p[o_rats] -li[nes] -lo[op_tests] -ma[x_slack] -mi[n_slack] -no_ab[stract_tests] -no_au[dit] -no_ca[lc_merit] -no_clk_gating_h[old] -no_clk_gating_s[etup] -no_clk_p[ulse] -no_clk_s[eparation] -no_clk_tree_i[nactive] -no_clk_tree_p[ulse_width] -no_early_i[nternal_rats] -no_early_p[o_rats] -no_ed[sname] -no_en[d_of_cycle] -no_h[old] -no_late_i[nternal_rats] -no_late_p[o_rats] -no_lo[op_tests] -no_se[tup] -no_sh[ow_clock_gating_equation] -no_user_define_h[old] -no_user_define_s[etup] -pins[] -pins_[file] -pip[e] -se[tup] -sh[ow_clock_gating_equation] -sort_n[ame] -sort_s[lack] -t[cl_custom] -user_define_h[old] -user_define_s[etup] HiLink ptet::write_checks_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::write_checks_report syn keyword ptet::write_clock_skew_report contained -a[udit] -ce[ll_type] -cl[ocks] -d[elta_skew] -e[arly] -f[ile] -l[ate] -n[o_audit] -p[ipe] HiLink ptet::write_clock_skew_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::write_clock_skew_report syn keyword ptet::write_comprehensive_report contained -a[udit] -ce[ll_type] -cu[stom] -detail[] -detail_[min] -ea[rly] -ed[sname] -f[ile] -gates[] -gates_[file] -h[tml] -la[te] -li[nes] -ma[x_slack] -mi[n_slack] -no_a[udit] -no_e[dsname] -no_p[artmacros] -no_t[op_level_net] -pa[rtmacros] -pi[pe] -sort_n[ame] -sort_s[lack] -tc[l_custom] -to[p_level_net] HiLink ptet::write_comprehensive_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::write_comprehensive_report syn keyword ptet::write_constant_report contained -f[ile] -h[ierarchy] -no_h[ierarchy] -no_p[ropagated] -no_s[how_nets] -p[ropagated] -s[how_nets] HiLink ptet::write_constant_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::write_constant_report syn keyword ptet::write_coupling_neighbors_report contained -e[arly] -f[ile] -l[ate] -n[eighbors] -sort_c[ap] -sort_s[lack] HiLink ptet::write_coupling_neighbors_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::write_coupling_neighbors_report syn keyword ptet::write_end_point_report contained -a[udit] -b[usmerge] -ch[ecks_summary] -cu[stom] -da[ta_paths_only] -de[lay_summary] -di[ff] -ea[rly] -en[d] -ex[clude_type] -fi[le] -fo[rward] -from[] -from_all_l[atch] -from_all_p[i] -from_file[] -from_filt[er] -from_n[et] -h[tml] -include_i[nternal_cap] -include_t[ype] -la[te] -li[nes] -ma[x_slack] -mi[n_slack] -no_a[udit] -no_c[hecks_summary] -no_da[ta_paths_only] -no_de[lay_summary] -no_f[orward] -no_i[nclude_internal_cap] -no_p[ath_based_tlt] -no_shor[t_subpaths] -no_show[_equations] -no_to[p_level_net] -no_tr[ace_through_latch] -path_[based_tlt] -paths[] -phase[] -phase_[filter] -pi[pe] -po[ints] -shor[t_subpaths] -show[_equations] -sort_a[t] -sort_sla[ck] -sort_sle[w] -st[art] -summary_l[ong_paths] -summary_s[hort_paths] -tc[l_custom] -through[] -through_file[] -through_filt[er] -through_n[et] -to[] -to_all_l[atch] -to_all_p[o] -to_f[ile] -to_n[et] -top[_level_net] -tr[ace_through_latch] -w[orst_paths] HiLink ptet::write_end_point_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::write_end_point_report syn keyword ptet::write_histogram_report contained -ab[stract_tests] -au[dit] -clk_gating_h[old] -clk_gating_s[etup] -clk_p[ulse] -clk_s[eparation] -clk_tree_i[nactive] -clk_tree_p[ulse_width] -ea[rly_summary] -en[d_of_cycle] -eta_h[old] -eta_s[etup] -ex[clude_gates] -f[ile] -h[old] -inc[lude_gates] -int[erval_width] -la[te_summary] -li[nes] -lo[op_tests] -ma[x_slack] -mi[n_slack] -no_ab[stract_tests] -no_au[dit] -no_clk_gating_h[old] -no_clk_gating_s[etup] -no_clk_p[ulse] -no_clk_s[eparation] -no_clk_tree_i[nactive] -no_clk_tree_p[ulse_width] -no_ea[rly_summary] -no_en[d_of_cycle] -no_eta_h[old] -no_eta_s[etup] -no_h[old] -no_la[te_summary] -no_lo[op_tests] -no_p[o_summary_only] -no_se[tup] -no_su[mmary] -no_user_define_h[old] -no_user_define_s[etup] -no_user_rat_h[old] -no_user_rat_s[etup] -ph[ases] -pi[pe] -po[_summary_only] -se[tup] -su[mmary] -user_define_h[old] -user_define_s[etup] -user_rat_h[old] -user_rat_s[etup] HiLink ptet::write_histogram_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::write_histogram_report syn keyword ptet::write_hotspot_report contained -a[udit] -cus[tom] -cut[_off_slack] -derivative_l[oad] -derivative_s[lew] -e[arly] -f[ile] -la[te] -li[nes] -no_a[udit] -no_derivative_l[oad] -no_derivative_s[lew] -p[ipe] -sort_b[ad_paths] -sort_w[orst_slack] -t[cl_custom] HiLink ptet::write_hotspot_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::write_hotspot_report syn keyword ptet::write_info_report contained -al[l_slews] -au[dit] -ed[sname] -exclude_d[efs] -exclude_nets[] -exclude_nets_[file] -f[ile] -i[nclude_ceff] -l[imit_multiplier] -no_al[l_slews] -no_au[dit] -no_c[apacitance_violations] -no_e[dsname] -no_i[nclude_ceff] -no_max_c[apacitance_violations] -no_max_s[lew_violations] -no_min_c[apacitance_violations] -no_min_s[lew_violations] -no_se[parate_user_defined_tests] -no_sh[ow_driver_pins] -no_slew_a[nd_capacitance_violations] -no_slew_v[iolations] -no_ti[ming_checks] -no_to[p_level_net] -no_u[se_default_slew] -non[e] -pa[thless] -pi[pe] -se[parate_user_defined_tests] -sh[ow_driver_pins] -si[nkless] -sort_p[ercentage_over] -sort_r[eal_value] -sourceless[] -sourceless_[sinkless] -ti[ming_checks] -to[p_level_net] -u[se_default_slew] HiLink ptet::write_info_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::write_info_report syn keyword ptet::write_kfactors_histogram_report contained -f[ile] -i[nterval] HiLink ptet::write_kfactors_histogram_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::write_kfactors_histogram_report syn keyword ptet::write_mode_file contained -c[md] -f[ile] -t[emplate] HiLink ptet::write_mode_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::write_mode_file syn keyword ptet::write_net_report contained -a[udit] -c[ustom] -detail[] -detail_[min] -ea[rly] -ed[sname] -f[ile] -la[te] -li[nes] -nets[] -nets_[file] -no_a[udit] -no_e[dsname] -o[ld_format] -p[ipe] -sort_n[ets] -sort_p[ins] -t[cl_custom] HiLink ptet::write_net_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::write_net_report syn keyword ptet::write_phase_file contained -f[ile] HiLink ptet::write_phase_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::write_phase_file syn keyword ptet::write_pi_slack_report contained -a[udit] -e[arly] -f[ile] -la[te] -li[nes] -n[o_audit] -p[ipe] -sort_p[i_name] -sort_s[lack] HiLink ptet::write_pi_slack_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::write_pi_slack_report syn keyword ptet::write_sdf contained -ac[test] -au[ssim] -b[oundary_delay] -current[] -current_[compressed] -delay_mode_a[ll] -delay_mode_c[urrent] -detail_a[ll] -detail_c[ell_delay] -detail_i[nterconnect] -di[vider] -f[ile] -no_b[oundary_delay] -no_c[urrent_compressed] -no_t[imingcheck] -pin_prefix[] -pin_prefix_[no_primary] -t[imingcheck] -veri[log_names] -vers[ion] -vh[dl_names] HiLink ptet::write_sdf Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::write_sdf syn keyword ptet::write_slack_steal_report contained -f[ile] HiLink ptet::write_slack_steal_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::write_slack_steal_report syn keyword ptet::write_timer_parms contained -f[ile] -n[o_tcl] -t[cl] HiLink ptet::write_timer_parms Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptet::write_timer_parms syn keyword ptettech::change_context contained -n[ame] HiLink ptettech::change_context Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptettech::change_context syn keyword ptettech::create_context contained -n[ame] HiLink ptettech::create_context Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptettech::create_context syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptettech::set_context_name contained -n[ame] HiLink ptettech::set_context_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptettech::set_context_name syn keyword pteval_if_lint contained -b[ody] HiLink pteval_if_lint Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pteval_if_lint syn keyword pteval_if_normal contained -b[ody] HiLink pteval_if_normal Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pteval_if_normal syn keyword ptexit contained -c[leanup] -n[o_cleanup] -r[eturn_code] HiLink ptexit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptexit syn keyword ptexpand_wildcard_list contained -b[oxes] -n[ets] -p[ins] HiLink ptexpand_wildcard_list Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptexpand_wildcard_list syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptfile_append_path contained -d[ir] -l[ist_path] -n[o_prepend] -pa[th] -pr[epend] HiLink ptfile_append_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptfile_append_path syn keyword ptfile_expand_path contained -p[ath] HiLink ptfile_expand_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptfile_expand_path syn keyword ptfile_is_locked contained -f[ileId] -no_r[ead] -no_w[rite] -r[ead] -w[rite] HiLink ptfile_is_locked Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptfile_is_locked syn keyword ptfile_lock contained -f[ileId] -no_n[owait] -no_r[ead] -no_w[rite] -now[ait] -r[ead] -w[rite] HiLink ptfile_lock Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptfile_lock syn keyword ptfile_truncate contained -f[ileId] HiLink ptfile_truncate Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptfile_truncate syn keyword ptfile_unlock contained -f[ileId] HiLink ptfile_unlock Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptfile_unlock syn keyword ptfind_arg contained -s[witch_to_find] HiLink ptfind_arg Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptfind_arg syn keyword ptfind_switch contained -s[witch_to_find] HiLink ptfind_switch Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptfind_switch syn keyword ptflatten_tlt_proto contained -a[ustin] -b[ox_pin_delimiter] -com[posites] -cou[pling] -d[ef_delimiter] -f[ile] -h[ier_delimiter] -m[erge_must_connects] -no_a[ustin] -no_com[posites] -no_cou[pling] -no_m[erge_must_connects] -p[ipe] HiLink ptflatten_tlt_proto Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptflatten_tlt_proto syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptforeach_anal_mode contained -b[ody] -v[arname] HiLink ptforeach_anal_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptforeach_anal_mode syn keyword ptforeach_box contained -b[ody] -k[ey] -v[arname] HiLink ptforeach_box Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptforeach_box syn keyword ptforeach_clock_test_segment contained -b[ody] -t[impt] -v[arname] HiLink ptforeach_clock_test_segment Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptforeach_clock_test_segment syn keyword ptforeach_coupled_net contained -b[ody] -n[et] -v[arname] HiLink ptforeach_coupled_net Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptforeach_coupled_net syn keyword ptforeach_data_test_segment contained -b[ody] -t[impt] -v[arname] HiLink ptforeach_data_test_segment Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptforeach_data_test_segment syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptforeach_incoming_prop_segment contained -b[ody] -t[impt] -v[arname] HiLink ptforeach_incoming_prop_segment Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptforeach_incoming_prop_segment syn keyword ptforeach_internal_timing_point contained -b[ody] -o[cc_object] -u[sage_box] -v[arname] HiLink ptforeach_internal_timing_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptforeach_internal_timing_point syn keyword ptforeach_net contained -b[ody] -k[ey] -v[arname] HiLink ptforeach_net Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptforeach_net syn keyword ptforeach_outgoing_prop_segment contained -b[ody] -t[impt] -v[arname] HiLink ptforeach_outgoing_prop_segment Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptforeach_outgoing_prop_segment syn keyword ptforeach_phase contained -b[ody] -o[cc_object] -p[roto_box] -v[arname] HiLink ptforeach_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptforeach_phase syn keyword ptforeach_pin contained -b[ody] -k[ey] -v[arname] HiLink ptforeach_pin Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptforeach_pin syn keyword ptforeach_prop_segment_info contained -b[ody] -p[seg] -v[arname] HiLink ptforeach_prop_segment_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptforeach_prop_segment_info syn keyword ptforeach_test_segment_info contained -b[ody] -t[seg] -v[arname] HiLink ptforeach_test_segment_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptforeach_test_segment_info syn keyword ptforeach_timing_point_info contained -b[ody] -t[impt] -v[arname] HiLink ptforeach_timing_point_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptforeach_timing_point_info syn keyword ptforgive_impossible_slew_limit contained -v[alue] HiLink ptforgive_impossible_slew_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptforgive_impossible_slew_limit syn keyword ptft_initial_sizing contained -of[f] -on[] HiLink ptft_initial_sizing Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptft_initial_sizing syn keyword ptft_pruning_level contained -v[alue] HiLink ptft_pruning_level Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptft_pruning_level syn keyword ptft_update_slew_multipliers contained -of[f] -on[] HiLink ptft_update_slew_multipliers Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptft_update_slew_multipliers syn keyword ptft_update_timing_multipliers contained -of[f] -on[] HiLink ptft_update_timing_multipliers Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptft_update_timing_multipliers syn keyword ptgenerate_abstract contained -abstract[] -abstract_a[ll_delays] -abstract_s[ome_delays] -che[ck_deriv] -chi[ldren] -com[pression_count] -cor[e_abstract] -cu[t_flush_loops] -dela[y_padding] -deli[miter] -do[_slew_deriv_for_variation_over] -e[m] -f[orce_data_path] -ie[ee] -ig[nore_flush_segments] -include_e[stimated_boundary_rc] -include_w[ire_cap] -l[ong_pin_name] -ma[x_slew_deriv_depth] -me[rge_dcl] -ne[t_pin_name] -no_abstract_a[ll_delays] -no_abstract_s[ome_delays] -no_che[ck_deriv] -no_chi[ldren] -no_cu[t_flush_loops] -no_e[m] -no_f[orce_data_path] -no_ie[ee] -no_ig[nore_flush_segments] -no_include_e[stimated_boundary_rc] -no_include_w[ire_cap] -no_m[erge_dcl] -no_retain_c[lock_tree] -no_retain_f[lush_outputs] -no_retain_t[est_points] -no_sp[lit_eoc_test] -no_su[ppress_compression] -no_v[olt_temp] -no_write_a[bstract] -no_write_d[cl_abstract] -no_z[ero_clock_tree] -non[linear] -override[] -override_[file] -retain_c[lock_tree] -retain_f[lush_outputs] -retain_t[est_points] -sa[mpling_points] -sl[ack_filter] -sp[lit_eoc_test] -su[ppress_compression] -v[olt_temp] -write_a[bstract] -write_d[cl_abstract] -z[ero_clock_tree] HiLink ptgenerate_abstract Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptgenerate_abstract syn keyword ptgenerate_assertion_files contained -current[] -current_[complete] -dc[adj] -di[r] -e[ta] -fa[nout] -fi[lename_prefix] -li[mits] -lo[wer] -m[ode] -no_[nohierarchical] -noh[ierarchical] -ph[ase] -pinc[ap] -pinn[ame_prefix] -pis[] -pr[ocess] -s[etup] -t[oken] -ud[t] -up[per] -w[load] HiLink ptgenerate_assertion_files Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptgenerate_assertion_files syn keyword ptget contained -g[roup] HiLink ptget Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget syn keyword ptget_active_wire_load_model contained -b[c] -c[urrent] -m[acro] -ne[t] -no[m] -t[ech] -w[c] HiLink ptget_active_wire_load_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_active_wire_load_model syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptget_anal_mode_name contained -a[nal_mode] HiLink ptget_anal_mode_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_anal_mode_name syn keyword ptget_asserted_adj contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptget_asserted_adj Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_asserted_adj syn keyword ptget_asserted_at contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptget_asserted_at Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_asserted_at syn keyword ptget_asserted_net_capacitance contained -b[c] -ne[t] -no[m] -w[c] HiLink ptget_asserted_net_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_asserted_net_capacitance syn keyword ptget_asserted_phases contained -a[t] -d[ont_care] -phase_a[dj] -phase_r[ename] -pi[n] -r[at] -s[lew] HiLink ptget_asserted_phases Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_asserted_phases syn keyword ptget_asserted_pin_capacitance contained -b[c] -n[om] -p[in] -w[c] HiLink ptget_asserted_pin_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_asserted_pin_capacitance syn keyword ptget_asserted_rat contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptget_asserted_rat Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_asserted_rat syn keyword ptget_asserted_rename contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptget_asserted_rename Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_asserted_rename syn keyword ptget_asserted_slew contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptget_asserted_slew Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_asserted_slew syn keyword ptget_bidi_in_timing_point contained -t[impt] HiLink ptget_bidi_in_timing_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_bidi_in_timing_point syn keyword ptget_bidi_main_timing_point contained -t[impt] HiLink ptget_bidi_main_timing_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_bidi_main_timing_point syn keyword ptget_boolean contained -d[efault] -n[ame] HiLink ptget_boolean Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_boolean syn keyword ptget_cap_limit contained -ma[x] -mi[n] -p[in] HiLink ptget_cap_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_cap_limit syn keyword ptget_chk_custom_amode contained -c[ustom_object] HiLink ptget_chk_custom_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_chk_custom_amode syn keyword ptget_chk_custom_current_amode contained -c[ustom_object] HiLink ptget_chk_custom_current_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_chk_custom_current_amode syn keyword ptget_chk_custom_macro contained -c[ustom_object] HiLink ptget_chk_custom_macro Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_chk_custom_macro syn keyword ptget_chk_custom_phase contained -c[ustom_object] HiLink ptget_chk_custom_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_chk_custom_phase syn keyword ptget_chk_custom_tp contained -c[ustom_object] HiLink ptget_chk_custom_tp Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_chk_custom_tp syn keyword ptget_chk_custom_ubox contained -c[ustom_object] HiLink ptget_chk_custom_ubox Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_chk_custom_ubox syn keyword ptget_clock_flag contained -p[in] HiLink ptget_clock_flag Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_clock_flag syn keyword ptget_clock_name contained -p[hase] HiLink ptget_clock_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_clock_name syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptget_clock_point contained -t[seg] HiLink ptget_clock_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_clock_point syn keyword ptget_comp_custom_amode contained -c[ustom_object] HiLink ptget_comp_custom_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_comp_custom_amode syn keyword ptget_comp_custom_current_amode contained -c[ustom_object] HiLink ptget_comp_custom_current_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_comp_custom_current_amode syn keyword ptget_comp_custom_macro contained -c[ustom_object] HiLink ptget_comp_custom_macro Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_comp_custom_macro syn keyword ptget_comp_custom_phase contained -c[ustom_object] HiLink ptget_comp_custom_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_comp_custom_phase syn keyword ptget_comp_custom_tp contained -c[ustom_object] HiLink ptget_comp_custom_tp Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_comp_custom_tp syn keyword ptget_comp_custom_ubox contained -c[ustom_object] HiLink ptget_comp_custom_ubox Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_comp_custom_ubox syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptget_count contained -m[sgid] HiLink ptget_count Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_count syn keyword ptget_coupling_cap contained -b[c] -net1[] -net2[] -no[m] -w[c] HiLink ptget_coupling_cap Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_coupling_cap syn keyword ptget_coupling_mult contained -b[c] -e[arly] -l[ate] -ne[t] -no[m] -p[in] -w[c] HiLink ptget_coupling_mult Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_coupling_mult syn keyword ptget_cppr_adjust contained -clk_gating_h[old] -clk_gating_s[etup] -clk_p[ulse_width] -clk_s[eparation] -clk_tree_i[nactive] -clk_tree_p[ulse_width] -clock_f[all] -clock_ph[ase] -clock_pt[] -clock_r[ise] -data_f[all] -data_ph[ase] -data_pt[] -data_r[ise] -e[nd_of_cycle] -f[lush_propagation] -h[old] -s[etup] HiLink ptget_cppr_adjust Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_cppr_adjust syn keyword ptget_data_point contained -t[seg] HiLink ptget_data_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_data_point syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptget_default_resource_value contained -n[ame] HiLink ptget_default_resource_value Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_default_resource_value syn keyword ptget_delay_mode contained -c[urrent] -n[o_current] HiLink ptget_delay_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_delay_mode syn keyword ptget_delay_scale_factor contained -g[ate] -p[in] HiLink ptget_delay_scale_factor Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_delay_scale_factor syn keyword ptget_delays contained -e[arly] -l[ate] -p[hase] -si[nk] -so[urce] HiLink ptget_delays Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_delays syn keyword ptget_dta_adjust contained -clk_gating_h[old] -clk_gating_s[etup] -clk_p[ulse_width] -clk_s[eparation] -clk_tree_i[nactive] -clk_tree_p[ulse_width] -clock_f[all] -clock_p[hase] -clock_r[ise] -data_f[all] -data_p[hase] -data_r[ise] -e[nd_of_cycle] -f[lush_propagation] -h[old] -s[etup] HiLink ptget_dta_adjust Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_dta_adjust syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptget_ep_custom_amode contained -c[ustom_object] HiLink ptget_ep_custom_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_ep_custom_amode syn keyword ptget_ep_custom_current_amode contained -c[ustom_object] HiLink ptget_ep_custom_current_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_ep_custom_current_amode syn keyword ptget_ep_custom_macro contained -c[ustom_object] HiLink ptget_ep_custom_macro Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_ep_custom_macro syn keyword ptget_ep_custom_phase contained -c[ustom_object] HiLink ptget_ep_custom_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_ep_custom_phase syn keyword ptget_ep_custom_tp contained -c[ustom_object] HiLink ptget_ep_custom_tp Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_ep_custom_tp syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptget_frequency contained -p[in] HiLink ptget_frequency Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_frequency syn keyword ptget_hidden contained -m[sgid] HiLink ptget_hidden Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_hidden syn keyword ptget_hier_name_from_timing_point contained -de[limiter] -di[vider] -o[cc_object] -p[roto_box] -t[impt] HiLink ptget_hier_name_from_timing_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_hier_name_from_timing_point syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptget_hotspot_custom_amode contained -c[ustom_object] HiLink ptget_hotspot_custom_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_hotspot_custom_amode syn keyword ptget_hotspot_custom_current_amode contained -c[ustom_object] HiLink ptget_hotspot_custom_current_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_hotspot_custom_current_amode syn keyword ptget_hotspot_custom_macro contained -c[ustom_object] HiLink ptget_hotspot_custom_macro Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_hotspot_custom_macro syn keyword ptget_hotspot_custom_phase contained -c[ustom_object] HiLink ptget_hotspot_custom_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_hotspot_custom_phase syn keyword ptget_hotspot_custom_pin contained -c[ustom_object] -i[nput] -o[utput] HiLink ptget_hotspot_custom_pin Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_hotspot_custom_pin syn keyword ptget_hotspot_custom_ubox contained -c[ustom_object] HiLink ptget_hotspot_custom_ubox Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_hotspot_custom_ubox syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptget_leading_edge contained -p[hase] HiLink ptget_leading_edge Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_leading_edge syn keyword ptget_level contained -m[sgid] HiLink ptget_level Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_level syn keyword ptget_logic_function contained -gate[] -gates[] HiLink ptget_logic_function Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_logic_function syn keyword ptget_logic_value contained -p[ins] HiLink ptget_logic_value Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_logic_value syn keyword ptget_loop_cut_priority contained -defb[ox] -defp[in] -p[in] HiLink ptget_loop_cut_priority Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_loop_cut_priority syn keyword ptget_message_counts contained -e[rror] -h[idden] -i[nformation] -s[evere] -w[arning] HiLink ptget_message_counts Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_message_counts syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptget_mode contained -b[lock] -na[me] -nu[mber] HiLink ptget_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_mode syn keyword ptget_mode_names contained -c[ell_type] -t[ech] HiLink ptget_mode_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_mode_names syn keyword ptget_moments contained -b[c] -n[om] -p[in] -w[c] HiLink ptget_moments Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_moments syn keyword ptget_net_capacitance contained -b[c] -l[eaf_pin] -ne[t] -nom[] -non[_hier] -p[in_only] -wc[] -wi[re_only] HiLink ptget_net_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_net_capacitance syn keyword ptget_net_custom_amode contained -c[ustom_object] HiLink ptget_net_custom_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_net_custom_amode syn keyword ptget_net_custom_current_amode contained -c[ustom_object] HiLink ptget_net_custom_current_amode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_net_custom_current_amode syn keyword ptget_net_custom_macro contained -c[ustom_object] HiLink ptget_net_custom_macro Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_net_custom_macro syn keyword ptget_net_custom_phase contained -c[ustom_object] HiLink ptget_net_custom_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_net_custom_phase syn keyword ptget_net_custom_tp contained -c[ustom_object] HiLink ptget_net_custom_tp Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_net_custom_tp syn keyword ptget_net_resistance contained -b[c] -ne[t] -no[m] -si[nk] -so[urce] -w[c] HiLink ptget_net_resistance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_net_resistance syn keyword ptget_network_pin_from_timing_point contained -t[impt] -v[arbidiin] HiLink ptget_network_pin_from_timing_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_network_pin_from_timing_point syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptget_occ_from_timing_point contained -t[impt] HiLink ptget_occ_from_timing_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_occ_from_timing_point syn keyword ptget_options contained -m[sgid] HiLink ptget_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_options syn keyword ptget_path_delays contained -e[arly] -l[ate] -p[hase] -sn[kpt] -sr[cpt] -v[arpath] HiLink ptget_path_delays Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_path_delays syn keyword ptget_period contained -p[hase] HiLink ptget_period Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_period syn keyword ptget_phase_name contained -p[hase] HiLink ptget_phase_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_phase_name syn keyword ptget_phases contained -p[in] HiLink ptget_phases Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_phases syn keyword ptget_pi_model contained -a[ll] -b[c] -d[isplay] -no_[display] -nom[] -s[ource] -w[c] HiLink ptget_pi_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_pi_model syn keyword ptget_pin_capacitance contained -b[c] -n[om] -p[in] -w[c] HiLink ptget_pin_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_pin_capacitance syn keyword ptget_polarity contained -p[hase] HiLink ptget_polarity Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_polarity syn keyword ptget_poles_and_res contained -a[ll] -b[c] -d[isplay] -e[arly] -l[ate] -no_[display] -nom[] -si[nk] -so[urce] -w[c] HiLink ptget_poles_and_res Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_poles_and_res syn keyword ptget_prop_segment_info contained -p[rop_info] -vara[dj] -vard[elay] -varsnke[dge] -varsnkp[hase] -varsrce[dge] -varsrcm[ode] -varsrcp[hase] HiLink ptget_prop_segment_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_prop_segment_info syn keyword ptget_prop_transitions contained -p[seg] HiLink ptget_prop_transitions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_prop_transitions syn keyword ptget_prop_type contained -p[seg] HiLink ptget_prop_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_prop_type syn keyword ptget_rail_voltage contained -b[c] -c[urrent] -d[efault] -m[acro] -na[me] -no[m] -t[ech] -w[c] HiLink ptget_rail_voltage Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_rail_voltage syn keyword ptget_rail_voltage_names contained -t[ech] HiLink ptget_rail_voltage_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_rail_voltage_names syn keyword ptget_rc contained -b[c] -n[om] -si[nk] -so[urce] -w[c] HiLink ptget_rc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_rc syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptget_resistance contained -b[c] -n[om] -si[nk] -so[urce] -w[c] HiLink ptget_resistance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_resistance syn keyword ptget_resource_description contained -n[ame] HiLink ptget_resource_description Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_resource_description syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptget_resource_type contained -n[ame] HiLink ptget_resource_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_resource_type syn keyword ptget_resource_value_descriptions contained -n[ame] -v[alue] HiLink ptget_resource_value_descriptions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_resource_value_descriptions syn keyword ptget_resource_values contained -n[ame] HiLink ptget_resource_values Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_resource_values syn keyword ptget_rice_net_delay contained -i[nput_slew] -p[oles_and_res] -t[est_pt] HiLink ptget_rice_net_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_rice_net_delay syn keyword ptget_rule_unit contained -c[apacitance] -e[nergy] -i[nductance] -p[ower] -r[esistance] -te[ch] -ti[me] HiLink ptget_rule_unit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_rule_unit syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptget_sink_point contained -p[seg] HiLink ptget_sink_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_sink_point syn keyword ptget_slew contained -c[hecking] -e[arly] -f[all] -l[ate] -n[o_checking] -p[in] -r[ise] HiLink ptget_slew Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_slew syn keyword ptget_slew_limit contained -f[all] -ma[x] -mi[n] -p[in] -r[ise] HiLink ptget_slew_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_slew_limit syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptget_source_point contained -p[seg] HiLink ptget_source_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_source_point syn keyword ptget_string contained -d[efault] -m[sgid] -n[ame] HiLink ptget_string Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_string syn keyword ptget_technology_name contained -c[urrent] -m[acro] HiLink ptget_technology_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_technology_name syn keyword ptget_temperature contained -b[c] -d[efault] -n[om] -t[ech] -w[c] HiLink ptget_temperature Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_temperature syn keyword ptget_test_segment_info contained -t[est_info] -vara[dj] -varclocke[dge] -varclockp[hase] -vardatae[dge] -vardatam[ode] -vardatap[hase] -varde[lay] HiLink ptget_test_segment_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_test_segment_info syn keyword ptget_test_transitions contained -t[seg] HiLink ptget_test_transitions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_test_transitions syn keyword ptget_test_type contained -t[seg] HiLink ptget_test_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_test_type syn keyword ptget_timer_parm contained -c[ategory] -n[ame] HiLink ptget_timer_parm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_timer_parm syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptget_timing_info contained -a[t] -c[lock] -e[arly] -f[all] -l[ate] -pi[n] -po[rt] -ra[t] -ri[se] -sla[ck] -sle[w] HiLink ptget_timing_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_timing_info syn keyword ptget_timing_point_from_network_pin contained -n[etwork_pin] -o[cc_object] HiLink ptget_timing_point_from_network_pin Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_timing_point_from_network_pin syn keyword ptget_timing_point_info contained -t[impt_info] -vara[rr] -varp[hase] -varr[eq] -varsla[ck] -varsle[w] HiLink ptget_timing_point_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_timing_point_info syn keyword ptget_timing_point_name contained -t[impt] HiLink ptget_timing_point_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_timing_point_name syn keyword ptget_tlt_pin_capacitance contained -b[c] -d[rain] -g[ate] -n[om] -s[ource] -t[ransistor] -w[c] HiLink ptget_tlt_pin_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_tlt_pin_capacitance syn keyword ptget_total_coupling_cap contained -b[c] -ne[t] -no[m] -w[c] HiLink ptget_total_coupling_cap Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_total_coupling_cap syn keyword ptget_total_wire_cap contained -b[c] -ne[t] -no[m] -w[c] HiLink ptget_total_wire_cap Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_total_wire_cap syn keyword ptget_trailing_edge contained -p[hase] HiLink ptget_trailing_edge Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_trailing_edge syn keyword ptget_transitions contained -e[arly] -l[ate] -si[nk] -so[urce] HiLink ptget_transitions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_transitions syn keyword ptget_user_delta_adjust contained -clk_gating_h[old] -clk_gating_s[etup] -clk_p[ulse_width] -clk_s[eparation] -clk_tree_i[nactive] -clk_tree_p[ulse_width] -clo[ck] -d[ata_clock] -e[nd_of_cycle] -f[lush_propagation] -h[old] -lead_c[lock_edge] -lead_d[ata_edge] -s[etup] -trail_c[lock_edge] -trail_d[ata_edge] HiLink ptget_user_delta_adjust Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_user_delta_adjust syn keyword ptget_voltage_island contained -b[c] -na[me] -no[m] -r[ail] -t[ech] -w[c] HiLink ptget_voltage_island Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_voltage_island syn keyword ptget_voltage_island_for_instance contained -c[ell_type] -m[acro] HiLink ptget_voltage_island_for_instance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_voltage_island_for_instance syn keyword ptget_wire_load_mode contained -m[acro] HiLink ptget_wire_load_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_wire_load_mode syn keyword ptget_wire_load_model contained -b[c] -ca[pacitance] -ce[lls_in_block] -d[isplay] -e[xtrapolation_constant] -f[anout_length] -na[me] -no_[display] -nom[] -r[esistance] -t[ech] -w[c] HiLink ptget_wire_load_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_wire_load_model syn keyword ptget_wire_load_model_names contained -t[ech] HiLink ptget_wire_load_model_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_wire_load_model_names syn keyword ptget_worst_ceffective contained -s[ource] HiLink ptget_worst_ceffective Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptget_worst_ceffective syn keyword ptgroup_composite_transistors contained -of[f] -on[] HiLink ptgroup_composite_transistors Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptgroup_composite_transistors syn keyword pthelp contained -c[ommand] -u[rl] HiLink pthelp Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pthelp syn keyword pthold_control contained -a[dd_setup_tests] -cus[tom] -cut[_off_slack] -n[o_add_setup_tests] -p[essimistic] HiLink pthold_control Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pthold_control syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptignore_device contained -b[ox_name] -h[ard] -m[aster_proto] -s[imulation] HiLink ptignore_device Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptignore_device syn keyword ptignore_large_ccc contained -n[um_devices] HiLink ptignore_large_ccc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptignore_large_ccc syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptinfo contained -a[rgs] -b[ody] -cm[dcount] -comm[ands] -comp[lete] -d[efault] -e[xists] -g[lobals] -h[ostname] -le[vel] -li[brary] -loa[ded] -loc[als] -n[ameofexecutable] -pa[tchlevel] -pr[ocs] -sc[ript] -sh[aredlibextension] -t[clversion] -v[ars] HiLink ptinfo Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptinfo syn keyword ptis_asserted_adj contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptis_asserted_adj Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_asserted_adj syn keyword ptis_asserted_at contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptis_asserted_at Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_asserted_at syn keyword ptis_asserted_cap_limit contained -ma[x] -mi[n] -p[in] HiLink ptis_asserted_cap_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_asserted_cap_limit syn keyword ptis_asserted_dc contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptis_asserted_dc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_asserted_dc syn keyword ptis_asserted_net_capacitance contained -b[c] -ne[t] -no[m] -w[c] HiLink ptis_asserted_net_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_asserted_net_capacitance syn keyword ptis_asserted_pin_capacitance contained -b[c] -n[om] -p[in] -w[c] HiLink ptis_asserted_pin_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_asserted_pin_capacitance syn keyword ptis_asserted_rat contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptis_asserted_rat Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_asserted_rat syn keyword ptis_asserted_rename contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptis_asserted_rename Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_asserted_rename syn keyword ptis_asserted_slew contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[n] -r[ise] HiLink ptis_asserted_slew Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_asserted_slew syn keyword ptis_async_phase contained -p[hase] HiLink ptis_async_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_async_phase syn keyword ptis_bidi_point contained -t[impt] HiLink ptis_bidi_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_bidi_point syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptis_clock_phase contained -p[hase] HiLink ptis_clock_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_clock_phase syn keyword ptis_clock_pin_from_rule contained -o[cc_object] -u[sage_pin] HiLink ptis_clock_pin_from_rule Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_clock_pin_from_rule syn keyword ptis_clock_point contained -t[impt] HiLink ptis_clock_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_clock_point syn keyword ptis_clock_trigger contained -si[nk] -so[urce] HiLink ptis_clock_trigger Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_clock_trigger syn keyword ptis_constant_asserted contained -p[in] HiLink ptis_constant_asserted Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_constant_asserted syn keyword ptis_coupling_mult_asserted contained -b[c] -e[arly] -l[ate] -ne[t] -no[m] -p[in] -w[c] HiLink ptis_coupling_mult_asserted Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_coupling_mult_asserted syn keyword ptis_data_phase contained -p[hase] HiLink ptis_data_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_data_phase syn keyword ptis_equal_time contained -time1[] -time2[] HiLink ptis_equal_time Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_equal_time syn keyword ptis_frequency_asserted contained -p[in] HiLink ptis_frequency_asserted Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_frequency_asserted syn keyword ptis_latch_point contained -t[impt] HiLink ptis_latch_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_latch_point syn keyword ptis_nmos contained -d[ef_box] HiLink ptis_nmos Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_nmos syn keyword ptis_pmos contained -d[ef_box] HiLink ptis_pmos Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_pmos syn keyword ptis_register contained -o[cc_object] -u[sage_box] HiLink ptis_register Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_register syn keyword ptis_star_phase contained -p[hase] HiLink ptis_star_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_star_phase syn keyword ptis_timing_begin_point contained -t[impt] HiLink ptis_timing_begin_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_timing_begin_point syn keyword ptis_timing_end_point contained -t[impt] HiLink ptis_timing_end_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_timing_end_point syn keyword ptis_transistor contained -d[ef_box] HiLink ptis_transistor Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_transistor syn keyword ptis_trigger_point contained -t[impt] HiLink ptis_trigger_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_trigger_point syn keyword ptis_valid_time contained -t[ime] HiLink ptis_valid_time Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptis_valid_time syn keyword ptkeep_tuning_worst_path contained -o[n] HiLink ptkeep_tuning_worst_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptkeep_tuning_worst_path syn keyword ptlatch_cut_out_data_for_tuning contained -f[ile] HiLink ptlatch_cut_out_data_for_tuning Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlatch_cut_out_data_for_tuning syn keyword ptlate_slack contained -n[ame] HiLink ptlate_slack Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlate_slack syn keyword ptlint contained -a[ll_paths] -f[ilename] -i[gnore_var_checks] -l[ow] -m[edium] -no_a[ll_paths] -no_i[gnore_var_checks] -of[f] -on[] HiLink ptlint Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlint syn keyword ptlint::eval_if_lint contained -b[ody] HiLink ptlint::eval_if_lint Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlint::eval_if_lint syn keyword ptlint::eval_if_normal contained -b[ody] HiLink ptlint::eval_if_normal Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlint::eval_if_normal syn keyword ptlist_callbacks contained -n[ame] HiLink ptlist_callbacks Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlist_callbacks syn keyword ptlist_commands contained -c[md_filter] -h[ierarchy] -m[odule_filter] -n[o_show_hidden] -s[how_hidden] -v[erbose] HiLink ptlist_commands Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlist_commands syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptlist_messages contained -f[ilter] HiLink ptlist_messages Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlist_messages syn keyword ptlist_power_nets contained -p[roto] HiLink ptlist_power_nets Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlist_power_nets syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptload contained -c[lear] -file[] -filen[ame] -files[] -n[o_clear] -v[ersion] HiLink ptload Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptload syn keyword ptload_cdc_rule contained -n[o_short_paths] -r[ule] -sh[ort_paths] -su[b_rules] -t[ables] HiLink ptload_cdc_rule Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptload_cdc_rule syn keyword ptload_ete_rule contained -a[uto] -can[dr] -cap[] -e[st] -for[mat] -fou[ndry] -n[o_auto] -p[ath] -ra[t] -rc[n] -ru[le_path] -t[ech] -v[ersion] HiLink ptload_ete_rule Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptload_ete_rule syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptlocate_anal_mode contained -n[ame] HiLink ptlocate_anal_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlocate_anal_mode syn keyword ptlocate_domino_phase contained -c[lock] -i[s_clock] -o[cc_object] -po[larity] -pr[oto_box] -t[rans] HiLink ptlocate_domino_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlocate_domino_phase syn keyword ptlocate_master_box contained -b[ox_name] -m[aster_proto] HiLink ptlocate_master_box Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlocate_master_box syn keyword ptlocate_master_net contained -m[aster_proto] -n[et_name] HiLink ptlocate_master_net Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlocate_master_net syn keyword ptlocate_master_usage_pin contained -b[ox_name] -m[aster_proto] -n[et_name] HiLink ptlocate_master_usage_pin Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlocate_master_usage_pin syn keyword ptlocate_or_create_anal_mode contained -n[ame] HiLink ptlocate_or_create_anal_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlocate_or_create_anal_mode syn keyword ptlocate_or_create_phase contained -c[lock] -p[roto_box] HiLink ptlocate_or_create_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlocate_or_create_phase syn keyword ptlocate_phase contained -c[lock] -i[s_clock] -o[cc_object] -po[larity] -pr[oto_box] HiLink ptlocate_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlocate_phase syn keyword ptlocate_timing_point_by_hier_name contained -d[ivider] -n[ame] -o[cc_object] -p[roto_box] -v[arocc] HiLink ptlocate_timing_point_by_hier_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlocate_timing_point_by_hier_name syn keyword ptlocate_usage_box_by_hier_name contained -d[ivider] -n[ame] -o[cc_object] -p[roto_box] -v[arocc] HiLink ptlocate_usage_box_by_hier_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlocate_usage_box_by_hier_name syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptlpop contained -l[istVar] HiLink ptlpop Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlpop syn keyword ptlpush contained -i[tem] -l[istVar] HiLink ptlpush Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlpush syn keyword ptlshift contained -l[istVar] HiLink ptlshift Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlshift syn keyword ptlunshift contained -i[tem] -l[istVar] HiLink ptlunshift Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlunshift syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptlx_balloon_on_widget contained -t[ext] -w[idget_name] HiLink ptlx_balloon_on_widget Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_balloon_on_widget syn keyword ptlx_bell contained -1[00] -p[ercent] HiLink ptlx_bell Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_bell syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptlx_dialog_create contained -a[ction_buttons_list] -ba[lloon_proc] -bl[ock] -bu[tton_list] -d[ebug] -i[nterp] -m[ap_interp] -na[me] -no[_debug] -p[arent] -t[itle] -u[rl] HiLink ptlx_dialog_create Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_dialog_create syn keyword ptlx_dialog_create_button contained -bo[dy_text] -bu[ttons] -p[arent] -t[itle] HiLink ptlx_dialog_create_button Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_dialog_create_button syn keyword ptlx_dialog_create_file contained -d[ir] -i[nit_file] -n[o_save] -p[arent] -s[ave] -t[itle] HiLink ptlx_dialog_create_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_dialog_create_file syn keyword ptlx_dialog_create_hint contained -a[lignment] -bo[dy_text] -bu[ttons] -ic[on] -id[] -n[ame] -p[arent] -t[itle] HiLink ptlx_dialog_create_hint Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_dialog_create_hint syn keyword ptlx_dialog_create_selection contained -i[nit_select] -l[ist_items] -p[arent] -t[itle] HiLink ptlx_dialog_create_selection Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_dialog_create_selection syn keyword ptlx_dialog_create_string contained -b[ody_text] -i[nit_string] -p[arent] -t[itle] HiLink ptlx_dialog_create_string Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_dialog_create_string syn keyword ptlx_dialog_create_textview contained -f[ilename] -n[ame] -p[arent] -t[itle] HiLink ptlx_dialog_create_textview Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_dialog_create_textview syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptlx_dialog_init_working contained -a[bort] -b[ody_text] -e[nd] -i[con] -n[o_abort] -s[tart] -t[itle] HiLink ptlx_dialog_init_working Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_dialog_init_working syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptlx_dialog_set_icon contained -i[con] -n[ame] -w[idget_name] HiLink ptlx_dialog_set_icon Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_dialog_set_icon syn keyword ptlx_dialog_set_title contained -t[itle] -w[idget_name] HiLink ptlx_dialog_set_title Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_dialog_set_title syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptlx_dialog_update_working contained -b[ody_text] -p[rogress] HiLink ptlx_dialog_update_working Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_dialog_update_working syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptlx_menu_add_button contained -a[ccelerator] -i[nterp] -l[abel] -n[ame] -t[ype] -w[idget_name] HiLink ptlx_menu_add_button Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_menu_add_button syn keyword ptlx_menu_add_buttons contained -m[enu_list] -w[idget_name] HiLink ptlx_menu_add_buttons Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_menu_add_buttons syn keyword ptlx_menu_create_menubar contained -n[ame] -w[idget_name] HiLink ptlx_menu_create_menubar Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_menu_create_menubar syn keyword ptlx_menu_create_popup contained -n[ame] -w[idget_name] HiLink ptlx_menu_create_popup Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_menu_create_popup syn keyword ptlx_menu_set_sensitive contained -n[o_sensitive] -s[ensitive] -w[idget_name] HiLink ptlx_menu_set_sensitive Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_menu_set_sensitive syn keyword ptlx_push_active_widget contained -b[ody] HiLink ptlx_push_active_widget Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_push_active_widget syn keyword ptlx_resource_merge_file contained -f[ilename] HiLink ptlx_resource_merge_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_resource_merge_file syn keyword ptlx_resource_set contained -r[esource] HiLink ptlx_resource_set Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_resource_set syn keyword ptlx_set_active_widget contained -w[idget_name] HiLink ptlx_set_active_widget Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_set_active_widget syn keyword ptlx_toolbar_add_button contained -a[rm_icon] -b[alloon_help] -ic[on] -in[terp] -l[abel] -n[o_sensitive] -sel[ect_icon] -sen[sitive] -w[idget_name] HiLink ptlx_toolbar_add_button Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_toolbar_add_button syn keyword ptlx_toolbar_button_set_sensitive contained -b[utton_name] -n[o_sensitive] -s[ensitive] -w[idget_name] HiLink ptlx_toolbar_button_set_sensitive Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_toolbar_button_set_sensitive syn keyword ptlx_tree_add_callback contained -d[click] -e[xpand] -f[unction] -s[elect] -w[idget_name] HiLink ptlx_tree_add_callback Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_add_callback syn keyword ptlx_tree_child_node contained -n[ode] -w[idget_name] HiLink ptlx_tree_child_node Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_child_node syn keyword ptlx_tree_create_node contained -a[fter] -b[alloon_help] -i[con] -l[abel] -p[arent] -w[idget_name] HiLink ptlx_tree_create_node Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_create_node syn keyword ptlx_tree_destroy_all contained -w[idget_name] HiLink ptlx_tree_destroy_all Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_destroy_all syn keyword ptlx_tree_destroy_node contained -na[me] -no[de] -w[idget_name] HiLink ptlx_tree_destroy_node Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_destroy_node syn keyword ptlx_tree_find_node contained -na[me] -no[_skip_collapsed] -s[kip_collapsed] -w[idget_name] HiLink ptlx_tree_find_node Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_find_node syn keyword ptlx_tree_first_node contained -w[idget_name] HiLink ptlx_tree_first_node Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_first_node syn keyword ptlx_tree_next_node contained -no_[sibling_only] -nod[e] -s[ibling_only] -w[idget_name] HiLink ptlx_tree_next_node Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_next_node syn keyword ptlx_tree_node_dynamic contained -n[ode] -w[idget_name] HiLink ptlx_tree_node_dynamic Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_node_dynamic syn keyword ptlx_tree_node_expanded contained -n[ode] -w[idget_name] HiLink ptlx_tree_node_expanded Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_node_expanded syn keyword ptlx_tree_node_help contained -n[ode] -w[idget_name] HiLink ptlx_tree_node_help Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_node_help syn keyword ptlx_tree_node_name contained -n[ode] -w[idget_name] HiLink ptlx_tree_node_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_node_name syn keyword ptlx_tree_node_set_dynamic contained -d[ynamic] -no_[dynamic] -nod[e] -w[idget_name] HiLink ptlx_tree_node_set_dynamic Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_node_set_dynamic syn keyword ptlx_tree_node_set_expanded contained -c[ollapsed] -e[xpanded] -n[ode] -t[oggle] -w[idget_name] HiLink ptlx_tree_node_set_expanded Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_node_set_expanded syn keyword ptlx_tree_node_set_help contained -b[alloon_help] -n[ode] -w[idget_name] HiLink ptlx_tree_node_set_help Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_node_set_help syn keyword ptlx_tree_node_set_name contained -na[me] -no[de] -w[idget_name] HiLink ptlx_tree_node_set_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_node_set_name syn keyword ptlx_tree_parent_node contained -n[ode] -w[idget_name] HiLink ptlx_tree_parent_node Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_parent_node syn keyword ptlx_tree_selected_node contained -w[idget_name] HiLink ptlx_tree_selected_node Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_selected_node syn keyword ptlx_tree_set_selected_node contained -c[all_select_cb] -no_[call_select_cb] -nod[e] -w[idget_name] HiLink ptlx_tree_set_selected_node Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_set_selected_node syn keyword ptlx_tree_update contained -n[o_update] -u[pdate] -w[idget_name] HiLink ptlx_tree_update Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_tree_update syn keyword ptlx_widget_add_callback contained -i[nterp] -n[ame] -w[idget] HiLink ptlx_widget_add_callback Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_widget_add_callback syn keyword ptlx_widget_create contained -c[lass] -n[ame] -p[arent] HiLink ptlx_widget_create Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_widget_create syn keyword ptlx_widget_destroy contained -w[idget] HiLink ptlx_widget_destroy Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_widget_destroy syn keyword ptlx_widget_find contained -w[idget_name] HiLink ptlx_widget_find Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_widget_find syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptlx_widget_get_value contained -b[ool_value] -i[nt_value] -n[ame] -s[tr_value] -widget[] -widget_[value] -x[mstr_value] HiLink ptlx_widget_get_value Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_widget_get_value syn keyword ptlx_widget_manage contained -w[idget] HiLink ptlx_widget_manage Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_widget_manage syn keyword ptlx_widget_name contained -w[idget] HiLink ptlx_widget_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_widget_name syn keyword ptlx_widget_parent contained -w[idget] HiLink ptlx_widget_parent Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_widget_parent syn keyword ptlx_widget_set_value contained -i[nt_value] -n[ame] -s[tr_value] -widget[] -widget_[value] -x[mstr_value] HiLink ptlx_widget_set_value Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_widget_set_value syn keyword ptlx_widget_unmanage contained -w[idget] HiLink ptlx_widget_unmanage Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptlx_widget_unmanage syn keyword ptmake_net_group contained -g[rouptype] -m[aster_proto] -n[et_names] -w[ildcardname] HiLink ptmake_net_group Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmake_net_group syn keyword ptmark_feedback_device contained -b[ox_name] -m[aster_proto] HiLink ptmark_feedback_device Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmark_feedback_device syn keyword ptmark_latch_node contained -m[aster_proto] -ne[t] -no_[non_transparent] -non[_transparent] -w[ildcardname] HiLink ptmark_latch_node Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmark_latch_node syn keyword ptmark_mux_node contained -m[aster_proto] -n[et] -w[ildcardname] HiLink ptmark_mux_node Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmark_mux_node syn keyword ptminimize contained -a[rea] -c[ycle_time] -l[inear_combination] HiLink ptminimize Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptminimize syn keyword ptmodify_pseg contained -c[lock] -da[ta] -dl[yAdder] -fallFallE[arly] -fallFallL[ate] -fallRiseE[arly] -fallRiseL[ate] -from_b[ox] -from_n[et] -ma[ster_proto] -multD[ly2Dly] -multSlew2[Dly] -multSlewi[n2Slewout] -multSlewo[ut2Slewout] -no_c[lock] -no_d[ata] -riseFallE[arly] -riseFallL[ate] -riseRiseE[arly] -riseRiseL[ate] -s[lewAdder] -to_b[ox] -to_n[et] HiLink ptmodify_pseg Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmodify_pseg syn keyword ptmodify_test_guard_time contained -a[dder] -clockF[all] -clockR[ise] -clock_b[ox] -clock_n[et] -cp[w] -dataF[all] -dataR[ise] -data_b[ox] -data_n[et] -h[old] -ma[ster_proto] -mu[lt] -s[etup] HiLink ptmodify_test_guard_time Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmodify_test_guard_time syn keyword ptmodify_vim_for_alliance contained -d[ef_names] -k[ey_name] -p[roto] HiLink ptmodify_vim_for_alliance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmodify_vim_for_alliance syn keyword ptmsg::add_message contained -l[evel] -me[ssage] -ms[gid] HiLink ptmsg::add_message Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmsg::add_message syn keyword ptmsg::add_messages contained -m[essages] HiLink ptmsg::add_messages Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmsg::add_messages syn keyword ptmsg::get_count contained -m[sgid] HiLink ptmsg::get_count Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmsg::get_count syn keyword ptmsg::get_hidden contained -m[sgid] HiLink ptmsg::get_hidden Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmsg::get_hidden syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptmsg::get_level contained -m[sgid] HiLink ptmsg::get_level Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmsg::get_level syn keyword ptmsg::get_message_counts contained -e[rror] -h[idden] -i[nformation] -s[evere] -w[arning] HiLink ptmsg::get_message_counts Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmsg::get_message_counts syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptmsg::get_options contained -m[sgid] HiLink ptmsg::get_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmsg::get_options syn keyword ptmsg::get_string contained -m[sgid] HiLink ptmsg::get_string Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmsg::get_string syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptmsg::printf contained -a[rgs] -m[sgid] HiLink ptmsg::printf Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmsg::printf syn keyword ptmsg::set_count contained -c[ount] -m[sgid] HiLink ptmsg::set_count Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmsg::set_count syn keyword ptmsg::set_hidden contained -h[ide] -m[sgid] -u[nhide] HiLink ptmsg::set_hidden Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmsg::set_hidden syn keyword ptmsg::set_highest_level contained -a[bort] -e[rror] -h[igher_only] -i[nformation] -n[o_higher_only] -s[evere] -w[arning] HiLink ptmsg::set_highest_level Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmsg::set_highest_level syn keyword ptmsg::set_highwater_level contained -a[bort] -e[rror] -i[nformation] -s[evere] -w[arning] HiLink ptmsg::set_highwater_level Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmsg::set_highwater_level syn keyword ptmsg::set_labels contained -a[bort] -e[rror] -i[nformation] -s[evere] -w[arning] HiLink ptmsg::set_labels Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmsg::set_labels syn keyword ptmsg::set_level contained -a[bort] -e[rror] -i[nformation] -m[sgid] -n[oprefix] -s[evere] -w[arning] HiLink ptmsg::set_level Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmsg::set_level syn keyword ptmsg::set_message_counts contained -c[ount] -e[rror] -h[idden] -i[nformation] -s[evere] -w[arning] HiLink ptmsg::set_message_counts Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmsg::set_message_counts syn keyword ptmsg::set_options contained -m[sgid] -no_print_at_exit[] -no_print_at_exit[] -no_t[imestamp] -print_at_exit[] -print_at_exit[] -show_a[lways] -show_o[nce] -t[imestamp] HiLink ptmsg::set_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmsg::set_options syn keyword ptmsg::set_string contained -c[ontents] -m[sgid] HiLink ptmsg::set_string Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmsg::set_string syn keyword ptmsg::set_timestamps contained -d[isabled] -e[nabled] HiLink ptmsg::set_timestamps Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptmsg::set_timestamps syn keyword ptnet_state0 contained -m[aster_proto] -n[et_name] -simFa[lling] -simForcedH[igh] -simForcedL[ow] -simHigh[] -simHighD[oNotInit] -simKnownConstHigh[] -simKnownConstHighD[oNotInit] -simKnownConstLow[] -simKnownConstLowD[oNotInit] -simLow[] -simLowD[oNotInit] -simR[ising] HiLink ptnet_state0 Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptnet_state0 syn keyword ptnull contained -o[bject] HiLink ptnull Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptnull syn keyword ptnutsh::find_arg contained -s[witch_to_find] HiLink ptnutsh::find_arg Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptnutsh::find_arg syn keyword ptnutsh::find_switch contained -s[witch_to_find] HiLink ptnutsh::find_switch Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptnutsh::find_switch syn keyword ptnutsh::lpop contained -l[istVar] HiLink ptnutsh::lpop Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptnutsh::lpop syn keyword ptnutsh::lpush contained -i[tem] -l[istVar] HiLink ptnutsh::lpush Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptnutsh::lpush syn keyword ptnutsh::lshift contained -l[istVar] HiLink ptnutsh::lshift Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptnutsh::lshift syn keyword ptnutsh::lunshift contained -i[tem] -l[istVar] HiLink ptnutsh::lunshift Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptnutsh::lunshift syn keyword ptnutsh::parse_args contained -arg_[list] -args[_return] -f[unc_name] -p[arm_list] HiLink ptnutsh::parse_args Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptnutsh::parse_args syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptnutsh::profile_cmds contained -r[emove] HiLink ptnutsh::profile_cmds Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptnutsh::profile_cmds syn keyword ptnutsh::sort contained -l[st] -s[ort_expr] HiLink ptnutsh::sort Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptnutsh::sort syn keyword ptobserve contained -a[ll] -c[i_cmds] -e[val] -g[ui] -no_a[ll] -no_c[i_cmds] -no_e[val] -no_g[ui] -no_n[one] -no_r[eturn_values] -no_s[et_vars] -no_tc[l_cmds] -no_tr[uncate] -non[e] -r[eturn_values] -s[et_vars] -tc[l_cmds] -tr[uncate] HiLink ptobserve Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptobserve syn keyword ptoverride_clock contained -e[arly] -latc[h_and_tree] -late[] -le[ading] -n[ame] -s[lew] -ti[me] -tra[iling] -tre[e] -w[aveform] HiLink ptoverride_clock Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptoverride_clock syn keyword ptoverride_fet_hwc contained -b[ox_name] -e[arly] -fa[llSink] -fromC[old] -fromH[ot] -fromW[arm] -keep_f[irst] -keep_l[ast] -l[ate] -m[aster_proto] -no_e[arly] -no_fa[llSink] -no_fromC[old] -no_fromH[ot] -no_fromW[arm] -no_l[ate] -no_r[iseSink] -r[iseSink] -s[eries_fets] -toC[old] -toH[ot] -toW[arm] HiLink ptoverride_fet_hwc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptoverride_fet_hwc syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptparmdb::get_boolean contained -d[efault] -n[ame] HiLink ptparmdb::get_boolean Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptparmdb::get_boolean syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptparmdb::get_string contained -d[efault] -n[ame] HiLink ptparmdb::get_string Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptparmdb::get_string syn keyword ptparmdb::load contained -c[lear] -file[] -files[] -n[o_clear] HiLink ptparmdb::load Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptparmdb::load syn keyword ptparmdb::save contained -f[ile] HiLink ptparmdb::save Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptparmdb::save syn keyword ptparmdb::set_parm contained -n[ame] -s[cope] -v[alue] HiLink ptparmdb::set_parm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptparmdb::set_parm syn keyword ptparmdb::set_scope contained -n[ame] HiLink ptparmdb::set_scope Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptparmdb::set_scope syn keyword ptparse_args contained -arg_[list] -args[_return] -f[unc_name] -p[arm_list] HiLink ptparse_args Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptparse_args syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptpath_exists contained -sn[kpt] -sr[cpt] HiLink ptpath_exists Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptpath_exists syn keyword ptpom::report contained -a[ll] -fi[lename] -fo[rce] -h[eap] -no_f[orce] -no_r[aw] -r[aw] -s[ys] -t[ype] HiLink ptpom::report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptpom::report syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptpom::trace_disable contained -a[ll] -h[eap] -no_a[ll] -no_h[eap] -no_s[ys] -no_t[ype] -s[ys] -t[ype] HiLink ptpom::trace_disable Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptpom::trace_disable syn keyword ptpom::trace_enable contained -a[ll] -f[ilename] -h[eap] -s[ys] -t[ype] HiLink ptpom::trace_enable Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptpom::trace_enable syn keyword ptprint contained -s[tr] HiLink ptprint Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptprint syn keyword ptprint_pwl_waveform contained -f[ile] -p[ins] -v[dd] HiLink ptprint_pwl_waveform Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptprint_pwl_waveform syn keyword ptprintf contained -a[rgs] -f[mt] -m[sgid] HiLink ptprintf Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptprintf syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptprofile_cmds contained -r[emove] HiLink ptprofile_cmds Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptprofile_cmds syn keyword ptproto_box_hier_name contained -d[ivider] -o[cc_object] -p[roto_box] HiLink ptproto_box_hier_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptproto_box_hier_name syn keyword ptpruned_path contained -as[tap_format] -av[erage_soi_model] -b[usmerge] -c[ompress_spice_decks] -d[ata_paths_only] -ea[rly] -ex[clude_type] -fi[le] -from[] -from_all_l[atch] -from_all_p[i] -from_n[et] -g[rf_waveforms] -i[nclude_type] -l[ate] -ma[x_slack] -mi[n_slack] -no_as[tap_format] -no_av[erage_soi_model] -no_c[ompress_spice_decks] -no_d[ata_paths_only] -no_g[rf_waveforms] -no_pa[th_based_tlt] -no_pr[eserve_side_branch_loading] -no_t[race_through_latch] -pa[th_based_tlt] -pr[eserve_side_branch_loading] -r[eplace_bus_delimiter] -through[] -through_[net] -to[] -to_all_l[atch] -to_all_p[o] -to_n[et] -tr[ace_through_latch] -w[orst_paths] HiLink ptpruned_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptpruned_path syn keyword ptread_assertions contained -p[ath] -r[oot] HiLink ptread_assertions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_assertions syn keyword ptread_clkadj_file contained -f[ile] -p[ath] -r[oot] HiLink ptread_clkadj_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_clkadj_file syn keyword ptread_dcadj_file contained -f[ile] -p[ath] -r[oot] HiLink ptread_dcadj_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_dcadj_file syn keyword ptread_detail_pd contained -check_a[ssertions] -check_p[ipo_assertions] -f[ile] -no_check_a[ssertions] -no_check_p[ipo_assertions] HiLink ptread_detail_pd Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_detail_pd syn keyword ptread_eta_file contained -f[ile] -p[ath] -r[oot] HiLink ptread_eta_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_eta_file syn keyword ptread_mode_file contained -f[ile] -p[ath] -r[oot] HiLink ptread_mode_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_mode_file syn keyword ptread_netcap_file contained -check_a[ssertions] -check_p[ipo_assertions] -f[ile] -no_check_a[ssertions] -no_check_p[ipo_assertions] -p[ath] -r[oot] HiLink ptread_netcap_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_netcap_file syn keyword ptread_pathmill_pattern contained -f[ile] HiLink ptread_pathmill_pattern Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_pathmill_pattern syn keyword ptread_pdm contained -d[esign] -f[ull] -g[nd_coup_caps] -h[ierarchical] -i[ncremental] -no_f[ull] -no_g[nd_coup_caps] -no_h[ierarchical] -no_i[ncremental] -p[ath] HiLink ptread_pdm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_pdm syn keyword ptread_phase_file contained -f[ile] -p[ath] -r[oot] HiLink ptread_phase_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_phase_file syn keyword ptread_picap_file contained -f[ile] -p[ath] -r[oot] HiLink ptread_picap_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_picap_file syn keyword ptread_pincap_file contained -f[ile] -p[ath] -r[oot] HiLink ptread_pincap_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_pincap_file syn keyword ptread_pis_file contained -f[ile] -p[ath] -r[oot] HiLink ptread_pis_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_pis_file syn keyword ptread_rc_file contained -check_a[ssertions] -check_p[ipo_assertions] -f[ile] -no_check_a[ssertions] -no_check_p[ipo_assertions] -p[ath] -r[oot] HiLink ptread_rc_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_rc_file syn keyword ptread_sdf contained -f[ile] HiLink ptread_sdf Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_sdf syn keyword ptread_spath_file contained -f[ile] -p[ath] -r[oot] HiLink ptread_spath_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_spath_file syn keyword ptread_special_paths_file contained -f[ile] -p[ath] -r[oot] HiLink ptread_special_paths_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_special_paths_file syn keyword ptread_spice contained -a[llow_rcs_conn_2_gndvdd] -b[ox_pin_delimiter] -f[ile] -n[o_allow_rcs_conn_2_gndvdd] HiLink ptread_spice Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_spice syn keyword ptread_timer_parms contained -f[ile] -p[ath] -r[oot] HiLink ptread_timer_parms Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_timer_parms syn keyword ptread_udt_file contained -f[ile] -p[ath] -r[oot] HiLink ptread_udt_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_udt_file syn keyword ptread_user_defined_tests_file contained -f[ile] -p[ath] -r[oot] HiLink ptread_user_defined_tests_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_user_defined_tests_file syn keyword ptread_verilog contained -c[allbacks] -d[ir] -f[iles] -k[eepbackslash] -no_c[allbacks] -no_k[eepbackslash] -no_u[se_parens] -t[mpdir] -u[se_parens] -v[iew] HiLink ptread_verilog Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_verilog syn keyword ptread_wire_load_file contained -f[ile] -p[ath] -r[oot] HiLink ptread_wire_load_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_wire_load_file syn keyword ptread_wload_file contained -f[ile] -p[ath] -r[oot] HiLink ptread_wload_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptread_wload_file syn keyword ptredirect_output contained -f[ilename] -no_stde[rr] -no_stdo[ut] HiLink ptredirect_output Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptredirect_output syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptregister_default_delayslew_calc contained -d[elay_mult] -s[lew_mult] HiLink ptregister_default_delayslew_calc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptregister_default_delayslew_calc syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptreload_cdc_rule contained -r[ule] -s[ub_rules] -t[ables] HiLink ptreload_cdc_rule Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptreload_cdc_rule syn keyword ptremove_callback contained -f[unction] -n[ame] HiLink ptremove_callback Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptremove_callback syn keyword ptremove_common_pessimism contained -b[oth] -c[utoff] -ea[rly] -eq[ualize_arrival_times] -l[ate] -no_e[qualize_arrival_times] -no_s[pecial_paths] -s[pecial_paths] HiLink ptremove_common_pessimism Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptremove_common_pessimism syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptremove_interconnects contained -a[ustin] -b[ox_pin_delimiter] -com[posites] -cou[pling] -d[ef_delimiter] -f[ile] -h[ier_delimiter] -m[erge_must_connects] -no_a[ustin] -no_com[posites] -no_cou[pling] -no_m[erge_must_connects] -p[ipe] HiLink ptremove_interconnects Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptremove_interconnects syn keyword ptremove_pll_pessimism contained -e[arly_pll] -feedback_ph[ase] -feedback_pi[n] -l[ate_pll] -s[ource_pin] HiLink ptremove_pll_pessimism Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptremove_pll_pessimism syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptrename_phase contained -c[ell_type] -e[arly] -f[all] -l[ate] -net[s] -new[_phase] -ph[ase] -pi[ns] -po[rts] -r[ise] HiLink ptrename_phase Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptrename_phase syn keyword ptreport contained -a[ll] -fi[lename] -fo[rce] -h[eap] -no_f[orce] -no_r[aw] -r[aw] -s[ys] -t[ype] HiLink ptreport Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptreport syn keyword ptrequire contained -f[ilename] -v[ersion] HiLink ptrequire Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptrequire syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptretain_node_in_abstraction contained -m[aster_proto] -n[et] -w[ildcardname] HiLink ptretain_node_in_abstraction Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptretain_node_in_abstraction syn keyword ptsave contained -f[ile] HiLink ptsave Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptsave syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptscale_down_non_critical_paths contained -f[actor] -of[f] -on[] HiLink ptscale_down_non_critical_paths Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptscale_down_non_critical_paths syn keyword ptscale_transistors contained -s[cale] HiLink ptscale_transistors Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptscale_transistors syn keyword ptset contained -d[ebug_level] -g[roup] -h[ow_many] -l[evel] -m[in_info] -n[o_trace] -whe[re_what] -why[_what] HiLink ptset Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset syn keyword ptset_abstract_cap_limit contained -a[ll] -ma[x] -mi[n] -p[orts] HiLink ptset_abstract_cap_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_abstract_cap_limit syn keyword ptset_abstract_directory contained -d[ir] HiLink ptset_abstract_directory Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_abstract_directory syn keyword ptset_abstract_slew_limit contained -a[ll] -ma[x] -mi[n] -p[orts] HiLink ptset_abstract_slew_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_abstract_slew_limit syn keyword ptset_active_hierarchy contained -i[nstance] -r[oot_def] -v[iew] HiLink ptset_active_hierarchy Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_active_hierarchy syn keyword ptset_arrival contained -e[arly] -f[all] -l[ate] -n[ets] -ph[ase] -pi[ns] -po[rts] -r[ise] -t[ime] HiLink ptset_arrival Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_arrival syn keyword ptset_at_and_slew contained -early_fall_a[t] -early_fall_s[lew] -early_rise_a[t] -early_rise_s[lew] -late_fall_a[t] -late_fall_s[lew] -late_rise_a[t] -late_rise_s[lew] -ph[ase] -pi[ns] HiLink ptset_at_and_slew Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_at_and_slew syn keyword ptset_beta_ratio contained -ma[x] -mi[n] HiLink ptset_beta_ratio Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_beta_ratio syn keyword ptset_cap_limit_calc contained -b[est_xover] -l[imit] -n[ominal_xover] -t[ype_zero] -w[orst_xover] HiLink ptset_cap_limit_calc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_cap_limit_calc syn keyword ptset_capacitor_names contained -s[tring] HiLink ptset_capacitor_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_capacitor_names syn keyword ptset_cdc_block_debug contained -a[ll] -b[locks] -c[ell_types] -l[evel] HiLink ptset_cdc_block_debug Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_cdc_block_debug syn keyword ptset_cdc_debug_level contained -l[evel] HiLink ptset_cdc_debug_level Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_cdc_debug_level syn keyword ptset_cdc_segment_debug contained -a[ll] -l[evel] -n[o_all] -si[nk] -so[urce] HiLink ptset_cdc_segment_debug Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_cdc_segment_debug syn keyword ptset_clock_flag contained -cell_p[ins] -cell_t[ype] -of[f] -on[] -pi[ns] -po[rts] HiLink ptset_clock_flag Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_clock_flag syn keyword ptset_clock_gating_delays contained -h[old] -p[ulse_width] -s[etup] HiLink ptset_clock_gating_delays Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_clock_gating_delays syn keyword ptset_clock_gating_inactive_test contained -m[in_inactive] -n[o_perform] HiLink ptset_clock_gating_inactive_test Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_clock_gating_inactive_test syn keyword ptset_clock_gating_mode contained -i[nput_to_input] -p[ropagated] HiLink ptset_clock_gating_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_clock_gating_mode syn keyword ptset_clock_override_mode contained -of[f] -on[] HiLink ptset_clock_override_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_clock_override_mode syn keyword ptset_clock_tree_tuning contained -of[f] -on[] HiLink ptset_clock_tree_tuning Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_clock_tree_tuning syn keyword ptset_context_name contained -n[ame] HiLink ptset_context_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_context_name syn keyword ptset_count contained -c[ount] -m[sgid] HiLink ptset_count Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_count syn keyword ptset_debug_level contained -v[alue] HiLink ptset_debug_level Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_debug_level syn keyword ptset_default_anal_mode contained -n[ame] HiLink ptset_default_anal_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_default_anal_mode syn keyword ptset_default_coupling_multipliers contained -e[arly_mult] -l[ate_mult] HiLink ptset_default_coupling_multipliers Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_default_coupling_multipliers syn keyword ptset_default_pincap contained -v[alue] HiLink ptset_default_pincap Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_default_pincap syn keyword ptset_default_processing contained -of[f] -on[] -pi[ns] -po[rts] HiLink ptset_default_processing Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_default_processing syn keyword ptset_default_slew contained -f[all] -r[ise] -v[alue] HiLink ptset_default_slew Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_default_slew syn keyword ptset_delay_mode contained -b[c] -c[urrent] -n[om] -w[c] HiLink ptset_delay_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_delay_mode syn keyword ptset_delay_scale_factor contained -c[ell_types] -v[alue] HiLink ptset_delay_scale_factor Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_delay_scale_factor syn keyword ptset_diode_names contained -s[tring] HiLink ptset_diode_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_diode_names syn keyword ptset_domino_adj contained -C[lock_Pulsewidth_Shared] -Data_Pulsewidth_LRD_EFD1[] -Data_Pulsewidth_LRD_EFD2[] -Hold_EF[C_LFD] -Hold_ERD_LFC[] -Hold_ERD_LFD[] -Hold_ERD_LR[C] -Latch_H[old] -Latch_P[ulsewidth] -Latch_S[etup] -Setup_LF[D_ERC] -Setup_LR[D_EFC] -a[ll] HiLink ptset_domino_adj Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_domino_adj syn keyword ptset_drive_resistance contained -f[all] -no_f[all] -no_r[ise] -p[orts] -re[sistance] -ri[se] -s[lew] HiLink ptset_drive_resistance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_drive_resistance syn keyword ptset_driving_cell contained -c[ell] -fa[ll] -fr[om_pin] -m[ultiply_by] -no_[none] -non[e] -pi[n] -po[rts] -r[ise] HiLink ptset_driving_cell Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_driving_cell syn keyword ptset_dta_adjust_mode contained -e[dge_based] -l[eading_based] HiLink ptset_dta_adjust_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_dta_adjust_mode syn keyword ptset_failure_calculator contained -a[bstract] -f[eedthru] -n[opath] -t[ib] HiLink ptset_failure_calculator Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_failure_calculator syn keyword ptset_false_path contained -c[one_depth] -fa[ll] -fr[om] -h[old] -n[o_trace_through_latch] -r[ise] -s[etup] -th[rough_all] -to[] -tr[ace_through_latch] HiLink ptset_false_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_false_path syn keyword ptset_fanout_limit contained -v[alue] HiLink ptset_fanout_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_fanout_limit syn keyword ptset_flush_breaker_timing_point contained -m[aster_proto] -n[et_name] HiLink ptset_flush_breaker_timing_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_flush_breaker_timing_point syn keyword ptset_frequency contained -f[requency] -p[ins] HiLink ptset_frequency Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_frequency syn keyword ptset_global_cap_limit contained -of[f] -on[] -v[alue] HiLink ptset_global_cap_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_global_cap_limit syn keyword ptset_global_slew_limit contained -of[f] -on[] -v[alue] HiLink ptset_global_slew_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_global_slew_limit syn keyword ptset_global_wirecap_adder contained -b[c] -n[om] -w[c] HiLink ptset_global_wirecap_adder Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_global_wirecap_adder syn keyword ptset_gnd_net_names contained -s[tring] HiLink ptset_gnd_net_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_gnd_net_names syn keyword ptset_goes_to_one contained -pi[ns] -po[rts] HiLink ptset_goes_to_one Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_goes_to_one syn keyword ptset_goes_to_zero contained -pi[ns] -po[rts] HiLink ptset_goes_to_zero Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_goes_to_zero syn keyword ptset_guardtime_policy contained -l[ate] -w[orst] HiLink ptset_guardtime_policy Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_guardtime_policy syn keyword ptset_hidden contained -h[ide] -m[sgid] -u[nhide] HiLink ptset_hidden Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_hidden syn keyword ptset_high contained -m[aster_proto] -n[et] -w[ildcardname] HiLink ptset_high Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_high syn keyword ptset_highest_level contained -a[bort] -e[rror] -h[igher_only] -i[nformation] -n[o_higher_only] -s[evere] -w[arning] HiLink ptset_highest_level Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_highest_level syn keyword ptset_highwater_level contained -a[bort] -e[rror] -i[nformation] -s[evere] -w[arning] HiLink ptset_highwater_level Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_highwater_level syn keyword ptset_ignore_side_ATs contained -m[aster_proto] -n[et] -w[ildcardname] HiLink ptset_ignore_side_ATs Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_ignore_side_ATs syn keyword ptset_input_delay contained -clk_l[ead] -clk_t[rail] -clo[ck] -e[arly] -f[all] -la[te] -le[vel_sensitive] -ne[ts] -no_f[all] -no_l[evel_sensitive] -no_r[ise] -pi[ns] -po[rts] -r[ise] -slew_d[efault] -slew_n[one] -slew_v[alue] -v[alue] HiLink ptset_input_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_input_delay syn keyword ptset_labels contained -a[bort] -e[rror] -i[nformation] -s[evere] -w[arning] HiLink ptset_labels Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_labels syn keyword ptset_lancelot_constraint_accuracy contained -v[alue] HiLink ptset_lancelot_constraint_accuracy Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_lancelot_constraint_accuracy syn keyword ptset_lancelot_exact_cauchy_point contained -of[f] -on[] HiLink ptset_lancelot_exact_cauchy_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_lancelot_exact_cauchy_point syn keyword ptset_lancelot_first_constraint_accuracy contained -v[alue] HiLink ptset_lancelot_first_constraint_accuracy Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_lancelot_first_constraint_accuracy syn keyword ptset_lancelot_first_gradient_accuracy contained -v[alue] HiLink ptset_lancelot_first_gradient_accuracy Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_lancelot_first_gradient_accuracy syn keyword ptset_lancelot_gradient_accuracy contained -v[alue] HiLink ptset_lancelot_gradient_accuracy Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_lancelot_gradient_accuracy syn keyword ptset_lancelot_initial_penalty contained -v[alue] HiLink ptset_lancelot_initial_penalty Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_lancelot_initial_penalty syn keyword ptset_lancelot_iterations_between_printing contained -v[alue] HiLink ptset_lancelot_iterations_between_printing Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_lancelot_iterations_between_printing syn keyword ptset_lancelot_jiffytune_tolerance contained -v[alue] HiLink ptset_lancelot_jiffytune_tolerance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_lancelot_jiffytune_tolerance syn keyword ptset_lancelot_linear_solver_method contained -b[andwidth] -s[tring] HiLink ptset_lancelot_linear_solver_method Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_lancelot_linear_solver_method syn keyword ptset_lancelot_non_monotone_method contained -of[f] -on[] HiLink ptset_lancelot_non_monotone_method Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_lancelot_non_monotone_method syn keyword ptset_lancelot_penalty_bound contained -v[alue] HiLink ptset_lancelot_penalty_bound Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_lancelot_penalty_bound syn keyword ptset_lancelot_print_level contained -v[alue] HiLink ptset_lancelot_print_level Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_lancelot_print_level syn keyword ptset_lancelot_scaling_type contained -s[tring] HiLink ptset_lancelot_scaling_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_lancelot_scaling_type syn keyword ptset_lancelot_second_derivative_method contained -s[tring] HiLink ptset_lancelot_second_derivative_method Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_lancelot_second_derivative_method syn keyword ptset_lancelot_solve_bqp_accurately contained -of[f] -on[] HiLink ptset_lancelot_solve_bqp_accurately Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_lancelot_solve_bqp_accurately syn keyword ptset_lancelot_start_printing contained -v[alue] HiLink ptset_lancelot_start_printing Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_lancelot_start_printing syn keyword ptset_lancelot_stop_printing contained -v[alue] HiLink ptset_lancelot_stop_printing Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_lancelot_stop_printing syn keyword ptset_lancelot_trust_region_radius contained -v[alue] HiLink ptset_lancelot_trust_region_radius Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_lancelot_trust_region_radius syn keyword ptset_lancelot_trust_region_type contained -s[tring] HiLink ptset_lancelot_trust_region_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_lancelot_trust_region_type syn keyword ptset_length_keyword_name contained -s[tring] HiLink ptset_length_keyword_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_length_keyword_name syn keyword ptset_level contained -a[bort] -e[rror] -i[nformation] -m[sgid] -n[oprefix] -s[evere] -w[arning] HiLink ptset_level Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_level syn keyword ptset_linear_combination contained -bc_e[arly] -bc_l[ate] -c[urrent] -nom_e[arly] -nom_l[ate] -p[w_correction] -wc_e[arly] -wc_l[ate] HiLink ptset_linear_combination Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_linear_combination syn keyword ptset_logic_one contained -p[ins] HiLink ptset_logic_one Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_logic_one syn keyword ptset_logic_zero contained -p[ins] HiLink ptset_logic_zero Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_logic_zero syn keyword ptset_loop_cut_priority contained -defb[ox] -defp[ins] -pi[ns] -pr[iority] HiLink ptset_loop_cut_priority Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_loop_cut_priority syn keyword ptset_low contained -m[aster_proto] -n[et] -w[ildcardname] HiLink ptset_low Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_low syn keyword ptset_max_beta_ratio contained -v[alue] HiLink ptset_max_beta_ratio Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_max_beta_ratio syn keyword ptset_max_capacitance contained -n[ets] -pi[ns] -po[rts] -v[alue] HiLink ptset_max_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_max_capacitance syn keyword ptset_max_transition contained -f[all] -ma[x] -mi[n] -pi[ns] -po[rts] -r[ise] -v[alue] HiLink ptset_max_transition Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_max_transition syn keyword ptset_maximum_area contained -f[actor] -v[alue] HiLink ptset_maximum_area Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_maximum_area syn keyword ptset_maximum_iterations contained -v[alue] HiLink ptset_maximum_iterations Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_maximum_iterations syn keyword ptset_maximum_width contained -c[ell] -n[] -p[] -t[ransistor_list] -v[alue] HiLink ptset_maximum_width Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_maximum_width syn keyword ptset_message_counts contained -c[ount] -e[rror] -h[idden] -i[nformation] -s[evere] -w[arning] HiLink ptset_message_counts Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_message_counts syn keyword ptset_min_beta_ratio contained -v[alue] HiLink ptset_min_beta_ratio Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_min_beta_ratio syn keyword ptset_min_inactive contained -c[lock] -d[efault] -i[nactive] HiLink ptset_min_inactive Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_min_inactive syn keyword ptset_min_pulse_width contained -c[lock] -d[efault] -p[ulse_width] HiLink ptset_min_pulse_width Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_min_pulse_width syn keyword ptset_minimum_width contained -c[ell] -n[] -p[] -t[ransistor_list] -v[alue] HiLink ptset_minimum_width Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_minimum_width syn keyword ptset_mode contained -b[locks] -c[ell_types] -g[lobal] -na[me] -nu[mber] -t[ech] -u[nset_global] HiLink ptset_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_mode syn keyword ptset_multicycle_path contained -a[djust] -co[ne_depth] -cy[cles] -fa[ll] -fr[om] -h[old] -n[o_trace_through_latch] -r[ise] -s[etup] -th[rough_all] -to[] -tr[ace_through_latch] HiLink ptset_multicycle_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_multicycle_path syn keyword ptset_net_capacitance contained -a[dder] -b[c] -ne[ts] -no[m] -p[ins] -t[otal_cap] -wc[] -wi[re_cap] HiLink ptset_net_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_net_capacitance syn keyword ptset_net_delay_calc contained -c[andr] -mode_noest[] -mode_noestp[ipo] -mode_o[n] -n[one] -r[cn] HiLink ptset_net_delay_calc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_net_delay_calc syn keyword ptset_net_fanout_limit contained -n[ets] -v[alue] HiLink ptset_net_fanout_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_net_fanout_limit syn keyword ptset_new_width contained -l[ist] -v[alue] HiLink ptset_new_width Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_new_width syn keyword ptset_nfet_def_names contained -s[tring] HiLink ptset_nfet_def_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_nfet_def_names syn keyword ptset_no_path_timing_rule contained -c[ells] HiLink ptset_no_path_timing_rule Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_no_path_timing_rule syn keyword ptset_no_touch contained -c[ell] -l[ist] HiLink ptset_no_touch Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_no_touch syn keyword ptset_num_tuning_paths contained -v[alue] HiLink ptset_num_tuning_paths Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_num_tuning_paths syn keyword ptset_options contained -m[sgid] -no_print_at_exit[] -no_print_at_exit[] -no_t[imestamp] -print_at_exit[] -print_at_exit[] -show_a[lways] -show_o[nce] -t[imestamp] HiLink ptset_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_options syn keyword ptset_output_delay contained -clk_l[ead] -clk_t[rail] -clock[] -clock_[fall] -e[arly] -f[all] -la[te] -le[vel_sensitive] -ne[ts] -no_f[all] -no_l[evel_sensitive] -no_r[ise] -pi[ns] -po[rts] -r[ise] -v[alue] HiLink ptset_output_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_output_delay syn keyword ptset_output_dir contained -d[ir] HiLink ptset_output_dir Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_output_dir syn keyword ptset_parm contained -n[ame] -s[cope] -v[alue] HiLink ptset_parm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_parm syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptset_pfet_def_names contained -s[tring] HiLink ptset_pfet_def_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_pfet_def_names syn keyword ptset_phase_pair_exclusion contained -clock1[] -clock2[] -pin1[] -pin2[] HiLink ptset_phase_pair_exclusion Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_phase_pair_exclusion syn keyword ptset_pi_at contained -v[alue] HiLink ptset_pi_at Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_pi_at syn keyword ptset_pin_capacitance contained -a[dder] -b[c] -no_[adder] -nom[] -p[ins] -v[alue] -w[c] HiLink ptset_pin_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_pin_capacitance syn keyword ptset_pin_high contained -b[ox_name] -m[aster_proto] -n[et_name] HiLink ptset_pin_high Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_pin_high syn keyword ptset_pin_low contained -b[ox_name] -m[aster_proto] -n[et_name] HiLink ptset_pin_low Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_pin_low syn keyword ptset_pin_to_pin_net_model contained -of[f] -on[] HiLink ptset_pin_to_pin_net_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_pin_to_pin_net_model syn keyword ptset_pll_clock contained -c[locks] -d[ivided] -j[itter] -n[o_divided] -p[ll_gate] HiLink ptset_pll_clock Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_pll_clock syn keyword ptset_po_rat contained -e[arly] -l[ate] -v[alue] HiLink ptset_po_rat Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_po_rat syn keyword ptset_port_fanout_number contained -p[orts] -v[alue] HiLink ptset_port_fanout_number Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_port_fanout_number syn keyword ptset_rail_voltage contained -b[c] -c[urrent] -d[efault] -na[me] -no[m] -t[ech] -w[c] HiLink ptset_rail_voltage Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_rail_voltage syn keyword ptset_rats contained -early_f[all] -early_r[ise] -late_f[all] -late_r[ise] -ph[ase] -pi[ns] HiLink ptset_rats Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_rats syn keyword ptset_rc contained -b[c] -n[om] -si[nk] -so[urce] -v[alue] -w[c] HiLink ptset_rc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_rc syn keyword ptset_required contained -e[arly] -f[all] -l[ate] -n[ets] -ph[ase] -pi[ns] -po[rts] -r[ise] -t[ime] HiLink ptset_required Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_required syn keyword ptset_resistor_names contained -s[tring] HiLink ptset_resistor_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_resistor_names syn keyword ptset_resource contained -n[ame] -v[alue] HiLink ptset_resource Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_resource syn keyword ptset_rice_order contained -o[rder] HiLink ptset_rice_order Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_rice_order syn keyword ptset_scope contained -n[ame] HiLink ptset_scope Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_scope syn keyword ptset_segmented_wire_load_model contained -of[f] -on[] HiLink ptset_segmented_wire_load_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_segmented_wire_load_model syn keyword ptset_sensitivity_factor contained -v[alue] HiLink ptset_sensitivity_factor Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_sensitivity_factor syn keyword ptset_side_AT_slew_mode contained -m[aster_proto] -ne[t] -no[_simultaneous] -s[imultaneous] -w[ildcardname] HiLink ptset_side_AT_slew_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_side_AT_slew_mode syn keyword ptset_simulate_to_sinks contained -m[aster_proto] -n[et] -w[ildcardname] HiLink ptset_simulate_to_sinks Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_simulate_to_sinks syn keyword ptset_sizing_factor contained -v[alue] HiLink ptset_sizing_factor Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_sizing_factor syn keyword ptset_sizing_grid contained -v[alue] HiLink ptset_sizing_grid Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_sizing_grid syn keyword ptset_slack_threshold contained -v[alue] HiLink ptset_slack_threshold Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_slack_threshold syn keyword ptset_slew contained -e[arly] -f[all] -l[ate] -n[ets] -ph[ase] -pi[ns] -po[rts] -r[ise] -t[ime] HiLink ptset_slew Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_slew syn keyword ptset_slew_limit contained -f[all] -ma[x] -mi[n] -pi[ns] -po[rts] -r[ise] -v[alue] HiLink ptset_slew_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_slew_limit syn keyword ptset_slew_propagation contained -m[erge_path_slew] -n[one] -pa[th] -pi[n] -w[orst_path_slew] HiLink ptset_slew_propagation Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_slew_propagation syn keyword ptset_spice_rc_multipliers contained -bc_c[ap_mult] -bc_r[es_mult] -nom_c[ap_mult] -nom_r[es_mult] -wc_c[ap_mult] -wc_r[es_mult] HiLink ptset_spice_rc_multipliers Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_spice_rc_multipliers syn keyword ptset_string contained -c[ontents] -m[sgid] HiLink ptset_string Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_string syn keyword ptset_technology_name contained -c[urrent] -m[acro] -t[ech] HiLink ptset_technology_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_technology_name syn keyword ptset_temp contained -b[c] -c[urrent] -d[efault] -n[om] -t[ech] -w[c] HiLink ptset_temp Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_temp syn keyword ptset_timer_parm contained -ca[tegory] -cr[eate] -na[me] -no[_create] -v[alue] HiLink ptset_timer_parm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_timer_parm syn keyword ptset_timer_units contained -ruletof[arads] -ruletoh[enries] -ruletoj[oules] -ruletoo[hms] -ruletos[econds] -ruletow[atts] HiLink ptset_timer_units Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_timer_units syn keyword ptset_timestamps contained -d[isabled] -e[nabled] HiLink ptset_timestamps Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_timestamps syn keyword ptset_timing_cache contained -of[f] -on[] HiLink ptset_timing_cache Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_timing_cache syn keyword ptset_timing_debug_level contained -l[evel] HiLink ptset_timing_debug_level Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_timing_debug_level syn keyword ptset_timing_delimiter contained -def[ault] -del[imiter] HiLink ptset_timing_delimiter Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_timing_delimiter syn keyword ptset_timing_divider contained -d[ivider] HiLink ptset_timing_divider Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_timing_divider syn keyword ptset_tlt_pin_capacitance contained -b[c] -d[rain] -g[ate] -n[om] -s[ource] -t[ransistors] -v[alue] -w[c] HiLink ptset_tlt_pin_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_tlt_pin_capacitance syn keyword ptset_tlt_wire_cap contained -a[djust_up_cap] -b[c] -ne[ts] -no_[adjust_up_cap] -nom[] -v[alue] -w[c] HiLink ptset_tlt_wire_cap Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_tlt_wire_cap syn keyword ptset_trans_count_for_approx_analysis contained -v[alue] HiLink ptset_trans_count_for_approx_analysis Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_trans_count_for_approx_analysis syn keyword ptset_transistor_direction contained -b[ox_name] -f[rom] -m[aster_proto] -t[o] -w[ildcardname] HiLink ptset_transistor_direction Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_transistor_direction syn keyword ptset_user_defined_segment contained -b[c_delay] -e[arly] -fa[ll_only] -fr[om_both] -i[nverting] -l[ate] -no_[trigger] -nom[_delay] -non[inverting] -pin1[] -pin2[] -r[ise_only] -to[_both] -tr[igger] -w[c_delay] HiLink ptset_user_defined_segment Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_user_defined_segment syn keyword ptset_user_defined_test contained -b[c_guard] -e[arly] -fall1[] -fall2[] -l[ate] -net1[] -net2[] -no[minal_guard] -pin1[] -pin1_[phase] -pin2[] -pin2_[phase] -rise1[] -rise2[] -w[c_guard] HiLink ptset_user_defined_test Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_user_defined_test syn keyword ptset_user_delta_adjust contained -a[djust] -clk_gating_h[old] -clk_gating_s[etup] -clk_p[ulse_width] -clk_s[eparation] -clk_tree_i[nactive] -clk_tree_p[ulse_width] -clo[ck] -d[ata_clock] -ea[rly] -en[d_of_cycle] -f[lush_propagation] -h[old] -la[te] -lead_c[lock_edge] -lead_d[ata_edge] -s[etup] -trail_c[lock_edge] -trail_d[ata_edge] HiLink ptset_user_delta_adjust Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_user_delta_adjust syn keyword ptset_vdd contained -b[c] -c[urrent] -d[efault] -n[om] -t[ech] -w[c] HiLink ptset_vdd Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_vdd syn keyword ptset_vdd_net_names contained -s[tring] HiLink ptset_vdd_net_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_vdd_net_names syn keyword ptset_voltage_island contained -b[c] -na[me] -no[m] -r[ail] -t[ech] -u[nset] -w[c] HiLink ptset_voltage_island Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_voltage_island syn keyword ptset_voltage_island_instance contained -ce[ll_types] -cu[rrent] -m[acros] -n[ame] -u[nset] HiLink ptset_voltage_island_instance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_voltage_island_instance syn keyword ptset_vtt contained -b[c] -c[urrent] -d[efault] -n[om] -t[ech] -w[c] HiLink ptset_vtt Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_vtt syn keyword ptset_width_keyword_name contained -s[tring] HiLink ptset_width_keyword_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_width_keyword_name syn keyword ptset_wire_load_mode contained -e[nclosed] -m[acro] -t[op] -u[se_upper_mode] HiLink ptset_wire_load_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_wire_load_mode syn keyword ptset_wire_load_model contained -m[acros] -na[me] -ne[ts] -no[_top_level_net] -t[op_level_net] HiLink ptset_wire_load_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptset_wire_load_model syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=tclLineContinue,tclNumber,tclVarRef,tclString,tclComment,ptsh syn keyword ptshort_resistors contained -p[roto] -r[esThres] HiLink ptshort_resistors Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptshort_resistors syn keyword ptshow_self contained -g[ate] -m[acro] -p[in] HiLink ptshow_self Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptshow_self syn keyword ptsleep contained -g[roup] HiLink ptsleep Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptsleep syn keyword ptslew_constraint contained -all_i[nternal_pins] -all_o[utputs] -f[all] -pi[ns] -po[rts] -r[ise] -v[alue] HiLink ptslew_constraint Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptslew_constraint syn keyword ptsnip_flush_path contained -c[ell_type] -p[ins] HiLink ptsnip_flush_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptsnip_flush_path syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptsort contained -l[st] -s[ort_expr] HiLink ptsort Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptsort syn keyword ptsource contained -f[ilename] HiLink ptsource Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptsource syn keyword ptsource_with_args contained -a[rgs] -f[ilename] HiLink ptsource_with_args Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptsource_with_args syn keyword ptspam_associate contained -n[et] -u[sage_box] HiLink ptspam_associate Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptspam_associate syn keyword ptspam_associate_net contained -n[et] HiLink ptspam_associate_net Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptspam_associate_net syn keyword ptspam_associate_usage_box contained -u[sage_box] HiLink ptspam_associate_usage_box Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptspam_associate_usage_box syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptspam_clear_match contained -d[ev] HiLink ptspam_clear_match Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptspam_clear_match syn keyword ptspam_clear_matches contained -d[ev] HiLink ptspam_clear_matches Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptspam_clear_matches syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptspam_locate_proto contained -n[ame] -v[iew] HiLink ptspam_locate_proto Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptspam_locate_proto syn keyword ptspam_match contained -m[aster_proto] -n[ame] -pattern_p[roto] -pattern_r[oot] -r[oot] -w[ildcardnets] HiLink ptspam_match Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptspam_match syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptstop_slack_buffer contained -v[alue] HiLink ptstop_slack_buffer Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptstop_slack_buffer syn keyword ptstop_tuning contained -h[ours] -m[inutes] -s[econds] HiLink ptstop_tuning Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptstop_tuning syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptsuppress_grouping contained -m[aster_proto] -n[et] -w[ildcardname] HiLink ptsuppress_grouping Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptsuppress_grouping syn keyword ptsuppress_simult contained -e[arly] -l[ate] HiLink ptsuppress_simult Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptsuppress_simult syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword pttiming_point_hier_name contained -de[limiter] -di[vider] -o[cc_object] -p[roto_box] -t[impt] HiLink pttiming_point_hier_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttiming_point_hier_name syn keyword pttlf_dump contained -p[roto_box] HiLink pttlf_dump Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlf_dump syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword pttlf_print_bdd contained -ne[t] -no[_] -s[op] HiLink pttlf_print_bdd Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlf_print_bdd syn keyword pttlf_psegs contained -g[ate] -n[o_] -v[erbose] HiLink pttlf_psegs Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlf_psegs syn keyword pttlf_table contained -d[ontcare] -g[ate] -no_d[ontcare] -no_ph[ases] -no_ps[egs] -no_q[uiet] -ph[ases] -pr[oto_box] -ps[egs] -q[uiet] HiLink pttlf_table Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlf_table syn keyword pttlf_test contained -b[ox_name] -p[roto_box] HiLink pttlf_test Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlf_test syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword pttlt::add_glue_transistor contained -m[aster_proto] -net_name1[] -net_name2[] HiLink pttlt::add_glue_transistor Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::add_glue_transistor syn keyword pttlt::add_phantom_transistor contained -d[rain_netname] -g[ate_netname] -m[aster_proto] -n[fet] -p[fet] -s[ource_netname] HiLink pttlt::add_phantom_transistor Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::add_phantom_transistor syn keyword pttlt::add_soi_tech contained -a[verage] -be[st] -bo[dyContacted] -c[old] -h[ot] -m[odel_dir] -no[minal] -nr[n] -p[arms] -r[esolution] -tec[h_level] -tem[p] -wa[rm] -wo[rst] HiLink pttlt::add_soi_tech Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::add_soi_tech syn keyword pttlt::build_select_skew_tests contained -bcC[ontention] -bcF[loating] -ne[gSelects] -nomC[ontention] -nomF[loating] -p[osSelects] -wcC[ontention] -wcF[loating] HiLink pttlt::build_select_skew_tests Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::build_select_skew_tests syn keyword pttlt::create_isolation_transistor contained -b[ox_name] -m[aster_proto] HiLink pttlt::create_isolation_transistor Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::create_isolation_transistor syn keyword pttlt::create_pseg0 contained -c[lockTrigger] -d[isable_feedback] -fa[llTrigger] -fr[om] -no_d[isable_feedback] -no_n[onFlush] -non[Flush] -r[iseTrigger] -s[ense_modes] -to[] -to_[internal_pin] HiLink pttlt::create_pseg0 Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::create_pseg0 syn keyword pttlt::create_sensitization0 contained -e[arly] -l[ate] -n[osimult] -sim_[nodes] -simu[lt] HiLink pttlt::create_sensitization0 Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::create_sensitization0 syn keyword pttlt::create_tseg0 contained -C[lock_Pulsewidth_Shared] -Data_Pulsewidth_LRD_EFD1[] -Data_Pulsewidth_LRD_EFD2[] -Hold_EF[C_LFD] -Hold_ERD_LFC[] -Hold_ERD_LFD[] -Hold_ERD_LR[C] -Latch_H[old] -Latch_P[ulseWidth] -Latch_S[etup] -Setup_LF[D_ERC] -Setup_LR[D_EFC] -clock[] -clock_[internal_pin] -cp[w] -data[] -data2[data] -data_[internal_pin] -fallFallE[arly] -fallFallL[ate] -fallRiseE[arly] -fallRiseL[ate] -h[old] -n[o_data2data] -p[seg] -riseFallE[arly] -riseFallL[ate] -riseRiseE[arly] -riseRiseL[ate] -s[etup] HiLink pttlt::create_tseg0 Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::create_tseg0 syn keyword pttlt::create_usage_pin0 contained -b[ox_name] -m[aster_proto] -n[et_name] HiLink pttlt::create_usage_pin0 Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::create_usage_pin0 syn keyword pttlt::do_not_create_pseg contained -m[aster_proto] -si[nk_net] -so[urce_net] -w[ildcardname] HiLink pttlt::do_not_create_pseg Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::do_not_create_pseg syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword pttlt::dont_propagate_thru_gate contained -b[ox_name] -f[orce_pseg_creation] -m[aster_proto] -n[o_force_pseg_creation] HiLink pttlt::dont_propagate_thru_gate Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::dont_propagate_thru_gate syn keyword pttlt::dump_aces_apis_on_delay_fail contained -m[ax] HiLink pttlt::dump_aces_apis_on_delay_fail Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::dump_aces_apis_on_delay_fail syn keyword pttlt::enhance_soi_below_slack contained -s[lack] HiLink pttlt::enhance_soi_below_slack Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::enhance_soi_below_slack syn keyword pttlt::flatten_tlt_proto contained -a[ustin] -b[ox_pin_delimiter] -com[posites] -cou[pling] -d[ef_delimiter] -f[ile] -h[ier_delimiter] -m[erge_must_connects] -no_a[ustin] -no_com[posites] -no_cou[pling] -no_m[erge_must_connects] -p[ipe] HiLink pttlt::flatten_tlt_proto Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::flatten_tlt_proto syn keyword pttlt::get_tlt_pin_capacitance contained -b[c] -d[rain] -g[ate] -n[om] -s[ource] -t[ransistor] -w[c] HiLink pttlt::get_tlt_pin_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::get_tlt_pin_capacitance syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword pttlt::ignore_device contained -b[ox_name] -h[ard] -m[aster_proto] -s[imulation] HiLink pttlt::ignore_device Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::ignore_device syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword pttlt::list_power_nets contained -p[roto] HiLink pttlt::list_power_nets Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::list_power_nets syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword pttlt::make_net_group contained -g[rouptype] -m[aster_proto] -n[et_names] -w[ildcardname] HiLink pttlt::make_net_group Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::make_net_group syn keyword pttlt::mark_feedback_device contained -b[ox_name] -m[aster_proto] HiLink pttlt::mark_feedback_device Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::mark_feedback_device syn keyword pttlt::mark_latch_node contained -m[aster_proto] -ne[t] -no_[non_transparent] -non[_transparent] -w[ildcardname] HiLink pttlt::mark_latch_node Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::mark_latch_node syn keyword pttlt::mark_mux_node contained -m[aster_proto] -n[et] -w[ildcardname] HiLink pttlt::mark_mux_node Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::mark_mux_node syn keyword pttlt::modify_pseg contained -c[lock] -da[ta] -dl[yAdder] -fallFallE[arly] -fallFallL[ate] -fallRiseE[arly] -fallRiseL[ate] -from_b[ox] -from_n[et] -ma[ster_proto] -multD[ly2Dly] -multSlew2[Dly] -multSlewi[n2Slewout] -multSlewo[ut2Slewout] -no_c[lock] -no_d[ata] -riseFallE[arly] -riseFallL[ate] -riseRiseE[arly] -riseRiseL[ate] -s[lewAdder] -to_b[ox] -to_n[et] HiLink pttlt::modify_pseg Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::modify_pseg syn keyword pttlt::modify_test_guard_time contained -a[dder] -clockF[all] -clockR[ise] -clock_b[ox] -clock_n[et] -cp[w] -dataF[all] -dataR[ise] -data_b[ox] -data_n[et] -h[old] -ma[ster_proto] -mu[lt] -s[etup] HiLink pttlt::modify_test_guard_time Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::modify_test_guard_time syn keyword pttlt::net_state0 contained -m[aster_proto] -n[et_name] -simFa[lling] -simForcedH[igh] -simForcedL[ow] -simHigh[] -simHighD[oNotInit] -simKnownConstHigh[] -simKnownConstHighD[oNotInit] -simKnownConstLow[] -simKnownConstLowD[oNotInit] -simLow[] -simLowD[oNotInit] -simR[ising] HiLink pttlt::net_state0 Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::net_state0 syn keyword pttlt::override_fet_hwc contained -b[ox_name] -e[arly] -fa[llSink] -fromC[old] -fromH[ot] -fromW[arm] -keep_f[irst] -keep_l[ast] -l[ate] -m[aster_proto] -no_e[arly] -no_fa[llSink] -no_fromC[old] -no_fromH[ot] -no_fromW[arm] -no_l[ate] -no_r[iseSink] -r[iseSink] -s[eries_fets] -toC[old] -toH[ot] -toW[arm] HiLink pttlt::override_fet_hwc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::override_fet_hwc syn keyword pttlt::print_pwl_waveform contained -f[ile] -p[ins] -v[dd] HiLink pttlt::print_pwl_waveform Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::print_pwl_waveform syn keyword pttlt::pruned_path contained -as[tap_format] -av[erage_soi_model] -b[usmerge] -c[ompress_spice_decks] -d[ata_paths_only] -ea[rly] -ex[clude_type] -fi[le] -from[] -from_all_l[atch] -from_all_p[i] -from_n[et] -g[rf_waveforms] -i[nclude_type] -l[ate] -ma[x_slack] -mi[n_slack] -no_as[tap_format] -no_av[erage_soi_model] -no_c[ompress_spice_decks] -no_d[ata_paths_only] -no_g[rf_waveforms] -no_pa[th_based_tlt] -no_pr[eserve_side_branch_loading] -no_t[race_through_latch] -pa[th_based_tlt] -pr[eserve_side_branch_loading] -r[eplace_bus_delimiter] -through[] -through_[net] -to[] -to_all_l[atch] -to_all_p[o] -to_n[et] -tr[ace_through_latch] -w[orst_paths] HiLink pttlt::pruned_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::pruned_path syn keyword pttlt::remove_interconnects contained -a[ustin] -b[ox_pin_delimiter] -com[posites] -cou[pling] -d[ef_delimiter] -f[ile] -h[ier_delimiter] -m[erge_must_connects] -no_a[ustin] -no_com[posites] -no_cou[pling] -no_m[erge_must_connects] -p[ipe] HiLink pttlt::remove_interconnects Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::remove_interconnects syn keyword pttlt::set_capacitor_names contained -s[tring] HiLink pttlt::set_capacitor_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_capacitor_names syn keyword pttlt::set_diode_names contained -s[tring] HiLink pttlt::set_diode_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_diode_names syn keyword pttlt::set_domino_adj contained -C[lock_Pulsewidth_Shared] -Data_Pulsewidth_LRD_EFD1[] -Data_Pulsewidth_LRD_EFD2[] -Hold_EF[C_LFD] -Hold_ERD_LFC[] -Hold_ERD_LFD[] -Hold_ERD_LR[C] -Latch_H[old] -Latch_P[ulsewidth] -Latch_S[etup] -Setup_LF[D_ERC] -Setup_LR[D_EFC] -a[ll] HiLink pttlt::set_domino_adj Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_domino_adj syn keyword pttlt::set_flush_breaker_timing_point contained -m[aster_proto] -n[et_name] HiLink pttlt::set_flush_breaker_timing_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_flush_breaker_timing_point syn keyword pttlt::set_gnd_net_names contained -s[tring] HiLink pttlt::set_gnd_net_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_gnd_net_names syn keyword pttlt::set_high contained -m[aster_proto] -n[et] -w[ildcardname] HiLink pttlt::set_high Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_high syn keyword pttlt::set_ignore_side_ATs contained -m[aster_proto] -n[et] -w[ildcardname] HiLink pttlt::set_ignore_side_ATs Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_ignore_side_ATs syn keyword pttlt::set_low contained -m[aster_proto] -n[et] -w[ildcardname] HiLink pttlt::set_low Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_low syn keyword pttlt::set_nfet_def_names contained -s[tring] HiLink pttlt::set_nfet_def_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_nfet_def_names syn keyword pttlt::set_pfet_def_names contained -s[tring] HiLink pttlt::set_pfet_def_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_pfet_def_names syn keyword pttlt::set_pin_high contained -b[ox_name] -m[aster_proto] -n[et_name] HiLink pttlt::set_pin_high Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_pin_high syn keyword pttlt::set_pin_low contained -b[ox_name] -m[aster_proto] -n[et_name] HiLink pttlt::set_pin_low Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_pin_low syn keyword pttlt::set_resistor_names contained -s[tring] HiLink pttlt::set_resistor_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_resistor_names syn keyword pttlt::set_side_AT_slew_mode contained -m[aster_proto] -ne[t] -no[_simultaneous] -s[imultaneous] -w[ildcardname] HiLink pttlt::set_side_AT_slew_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_side_AT_slew_mode syn keyword pttlt::set_simulate_to_sinks contained -m[aster_proto] -n[et] -w[ildcardname] HiLink pttlt::set_simulate_to_sinks Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_simulate_to_sinks syn keyword pttlt::set_tlt_pin_capacitance contained -b[c] -d[rain] -g[ate] -n[om] -s[ource] -t[ransistors] -v[alue] -w[c] HiLink pttlt::set_tlt_pin_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_tlt_pin_capacitance syn keyword pttlt::set_tlt_wire_cap contained -a[djust_up_cap] -b[c] -ne[ts] -no_[adjust_up_cap] -nom[] -v[alue] -w[c] HiLink pttlt::set_tlt_wire_cap Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_tlt_wire_cap syn keyword pttlt::set_trans_count_for_approx_analysis contained -v[alue] HiLink pttlt::set_trans_count_for_approx_analysis Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_trans_count_for_approx_analysis syn keyword pttlt::set_transistor_direction contained -b[ox_name] -f[rom] -m[aster_proto] -t[o] -w[ildcardname] HiLink pttlt::set_transistor_direction Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_transistor_direction syn keyword pttlt::set_vdd_net_names contained -s[tring] HiLink pttlt::set_vdd_net_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::set_vdd_net_names syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword pttlt::suppress_grouping contained -m[aster_proto] -n[et] -w[ildcardname] HiLink pttlt::suppress_grouping Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::suppress_grouping syn keyword pttlt::suppress_simult contained -e[arly] -l[ate] HiLink pttlt::suppress_simult Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::suppress_simult syn keyword pttlt::trans_count_for_reducedCCC_analysis contained -v[alue] HiLink pttlt::trans_count_for_reducedCCC_analysis Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::trans_count_for_reducedCCC_analysis syn keyword pttlt::unset_side_AT_slew_mode contained -m[aster_proto] -n[et] -w[ildcardname] HiLink pttlt::unset_side_AT_slew_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::unset_side_AT_slew_mode syn keyword pttlt::unset_state contained -m[aster_proto] -n[et] -w[ildcardname] HiLink pttlt::unset_state Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::unset_state syn keyword pttlt::weaken_input_groups contained -s[trengthen] -w[eaken] HiLink pttlt::weaken_input_groups Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt::weaken_input_groups syn keyword pttlt_add_soi_tech contained -a[verage] -be[st] -bo[dyContacted] -c[old] -h[ot] -m[odel_dir] -no[minal] -nr[n] -p[arms] -r[esolution] -tec[h_level] -tem[p] -wa[rm] -wo[rst] HiLink pttlt_add_soi_tech Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt_add_soi_tech syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword pttlt_dump_aces_apis_on_delay_fail contained -m[ax] HiLink pttlt_dump_aces_apis_on_delay_fail Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt_dump_aces_apis_on_delay_fail syn keyword pttlt_modify_pseg contained -c[lock] -da[ta] -dl[yAdder] -fallFallE[arly] -fallFallL[ate] -fallRiseE[arly] -fallRiseL[ate] -from_b[ox] -from_n[et] -ma[ster_proto] -multD[ly2Dly] -multSlew2[Dly] -multSlewi[n2Slewout] -multSlewo[ut2Slewout] -no_c[lock] -no_d[ata] -riseFallE[arly] -riseFallL[ate] -riseRiseE[arly] -riseRiseL[ate] -s[lewAdder] -to_b[ox] -to_n[et] HiLink pttlt_modify_pseg Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt_modify_pseg syn keyword pttlt_net_state0 contained -m[aster_proto] -n[et_name] -simFa[lling] -simForcedH[igh] -simForcedL[ow] -simHigh[] -simHighD[oNotInit] -simKnownConstHigh[] -simKnownConstHighD[oNotInit] -simKnownConstLow[] -simKnownConstLowD[oNotInit] -simLow[] -simLowD[oNotInit] -simR[ising] HiLink pttlt_net_state0 Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt_net_state0 syn keyword pttlt_pseg0 contained -c[lockTrigger] -fa[llTrigger] -fr[om] -no_[nonFlush] -non[Flush] -r[iseTrigger] -s[ense_modes] -to[] -to_[internal_pin] HiLink pttlt_pseg0 Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt_pseg0 syn keyword pttlt_sensitization0 contained -e[arly] -l[ate] -n[osimult] -sim_[nodes] -simu[lt] HiLink pttlt_sensitization0 Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt_sensitization0 syn keyword pttlt_set_trans_count_for_approx_analysis contained -v[alue] HiLink pttlt_set_trans_count_for_approx_analysis Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt_set_trans_count_for_approx_analysis syn keyword pttlt_suppress_grouping contained -m[aster_proto] -n[et] -w[ildcardname] HiLink pttlt_suppress_grouping Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt_suppress_grouping syn keyword pttlt_trans_count_for_reducedCCC_analysis contained -v[alue] HiLink pttlt_trans_count_for_reducedCCC_analysis Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt_trans_count_for_reducedCCC_analysis syn keyword pttlt_tseg0 contained -C[lock_Pulsewidth_Shared] -Data_Pulsewidth_LRD_EFD1[] -Data_Pulsewidth_LRD_EFD2[] -Hold_EF[C_LFD] -Hold_ERD_LFC[] -Hold_ERD_LFD[] -Hold_ERD_LR[C] -Latch_H[old] -Latch_P[ulseWidth] -Latch_S[etup] -Setup_LF[D_ERC] -Setup_LR[D_EFC] -clock[] -clock_[internal_pin] -cp[w] -data[] -data2[data] -data_[internal_pin] -fallFallE[arly] -fallFallL[ate] -fallRiseE[arly] -fallRiseL[ate] -h[old] -n[o_data2data] -p[seg] -riseFallE[arly] -riseFallL[ate] -riseRiseE[arly] -riseRiseL[ate] -s[etup] HiLink pttlt_tseg0 Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt_tseg0 syn keyword pttlt_usage_pin0 contained -b[ox_name] -m[aster_proto] -n[et_name] HiLink pttlt_usage_pin0 Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttlt_usage_pin0 syn keyword pttop_level_net contained -n[et] -o[cc_object] -v[arocc] HiLink pttop_level_net Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttop_level_net syn keyword pttrace::get contained -g[roup] HiLink pttrace::get Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttrace::get syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword pttrace::set contained -d[ebug_level] -g[roup] -h[ow_many] -l[evel] -m[in_info] -n[o_trace] -whe[re_what] -why[_what] HiLink pttrace::set Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttrace::set syn keyword pttrace::sleep contained -g[roup] HiLink pttrace::sleep Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttrace::sleep syn keyword pttrace::wake contained -g[roup] HiLink pttrace::wake Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttrace::wake syn keyword pttrace_disable contained -a[ll] -h[eap] -no_a[ll] -no_h[eap] -no_s[ys] -no_t[ype] -s[ys] -t[ype] HiLink pttrace_disable Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttrace_disable syn keyword pttrace_enable contained -a[ll] -f[ilename] -h[eap] -s[ys] -t[ype] HiLink pttrace_enable Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttrace_enable syn keyword pttrace_slack_backward contained -a[nalysis] -p[hase] -ti[mpt] -tr[ans] -varo[cc] -varp[hase] -vart[rans] HiLink pttrace_slack_backward Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttrace_slack_backward syn keyword pttrace_slack_forward contained -a[nalysis] -p[hase] -ti[mpt] -tr[ans] -varo[cc] -varp[hase] -vart[rans] HiLink pttrace_slack_forward Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttrace_slack_forward syn keyword pttrans_count_for_reducedCCC_analysis contained -v[alue] HiLink pttrans_count_for_reducedCCC_analysis Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttrans_count_for_reducedCCC_analysis syn keyword pttransition_exists contained -FF[] -FR[] -RF[] -RR[] -e[arly] -l[ate] -si[nk] -so[urce] HiLink pttransition_exists Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttransition_exists syn keyword pttuning::area_per_unit_cycle_time_tradeoff contained -v[alue] HiLink pttuning::area_per_unit_cycle_time_tradeoff Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::area_per_unit_cycle_time_tradeoff syn keyword pttuning::begin_formal_tuning contained -d[ebug_level] HiLink pttuning::begin_formal_tuning Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::begin_formal_tuning syn keyword pttuning::begin_ht_tuning contained -deb[ug_level] -det[ail_report] -l[ist_untunable_paths] -n[o_detail_report] HiLink pttuning::begin_ht_tuning Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::begin_ht_tuning syn keyword pttuning::cap_constraint contained -a[ll_inputs] -f[actor] -p[orts] -v[alue] HiLink pttuning::cap_constraint Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::cap_constraint syn keyword pttuning::clean_up contained -of[f] -on[] HiLink pttuning::clean_up Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::clean_up syn keyword pttuning::dump_all_latch_points contained -f[ile] HiLink pttuning::dump_all_latch_points Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::dump_all_latch_points syn keyword pttuning::dump_all_nets contained -f[ile] HiLink pttuning::dump_all_nets Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::dump_all_nets syn keyword pttuning::dump_all_transistors contained -f[ile] HiLink pttuning::dump_all_transistors Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::dump_all_transistors syn keyword pttuning::dump_n_paths contained -of[f] -on[] HiLink pttuning::dump_n_paths Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::dump_n_paths syn keyword pttuning::dump_trans_info contained -b[eta] -c[cc_list] -d[bg] -f[ile] -g[roup_addr] -no_b[eta] -no_d[bg] -no_g[roup_addr] HiLink pttuning::dump_trans_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::dump_trans_info syn keyword pttuning::dump_widths contained -f[ile] HiLink pttuning::dump_widths Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::dump_widths syn keyword pttuning::eliminate_untunable_paths contained -of[f] -on[] HiLink pttuning::eliminate_untunable_paths Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::eliminate_untunable_paths syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword pttuning::forgive_impossible_slew_limit contained -v[alue] HiLink pttuning::forgive_impossible_slew_limit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::forgive_impossible_slew_limit syn keyword pttuning::ft_initial_sizing contained -of[f] -on[] HiLink pttuning::ft_initial_sizing Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::ft_initial_sizing syn keyword pttuning::ft_pruning_level contained -v[alue] HiLink pttuning::ft_pruning_level Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::ft_pruning_level syn keyword pttuning::ft_update_slew_multipliers contained -of[f] -on[] HiLink pttuning::ft_update_slew_multipliers Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::ft_update_slew_multipliers syn keyword pttuning::ft_update_timing_multipliers contained -of[f] -on[] HiLink pttuning::ft_update_timing_multipliers Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::ft_update_timing_multipliers syn keyword pttuning::group_composite_transistors contained -of[f] -on[] HiLink pttuning::group_composite_transistors Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::group_composite_transistors syn keyword pttuning::ignore_large_ccc contained -n[um_devices] HiLink pttuning::ignore_large_ccc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::ignore_large_ccc syn keyword pttuning::keep_tuning_worst_path contained -o[n] HiLink pttuning::keep_tuning_worst_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::keep_tuning_worst_path syn keyword pttuning::latch_cut_out_data_for_tuning contained -f[ile] HiLink pttuning::latch_cut_out_data_for_tuning Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::latch_cut_out_data_for_tuning syn keyword pttuning::minimize contained -a[rea] -c[ycle_time] -l[inear_combination] HiLink pttuning::minimize Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::minimize syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword pttuning::scale_down_non_critical_paths contained -f[actor] -of[f] -on[] HiLink pttuning::scale_down_non_critical_paths Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::scale_down_non_critical_paths syn keyword pttuning::scale_transistors contained -s[cale] HiLink pttuning::scale_transistors Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::scale_transistors syn keyword pttuning::set_beta_ratio contained -ma[x] -mi[n] HiLink pttuning::set_beta_ratio Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_beta_ratio syn keyword pttuning::set_clock_tree_tuning contained -of[f] -on[] HiLink pttuning::set_clock_tree_tuning Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_clock_tree_tuning syn keyword pttuning::set_debug_level contained -v[alue] HiLink pttuning::set_debug_level Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_debug_level syn keyword pttuning::set_lancelot_constraint_accuracy contained -v[alue] HiLink pttuning::set_lancelot_constraint_accuracy Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_lancelot_constraint_accuracy syn keyword pttuning::set_lancelot_exact_cauchy_point contained -of[f] -on[] HiLink pttuning::set_lancelot_exact_cauchy_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_lancelot_exact_cauchy_point syn keyword pttuning::set_lancelot_first_constraint_accuracy contained -v[alue] HiLink pttuning::set_lancelot_first_constraint_accuracy Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_lancelot_first_constraint_accuracy syn keyword pttuning::set_lancelot_first_gradient_accuracy contained -v[alue] HiLink pttuning::set_lancelot_first_gradient_accuracy Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_lancelot_first_gradient_accuracy syn keyword pttuning::set_lancelot_gradient_accuracy contained -v[alue] HiLink pttuning::set_lancelot_gradient_accuracy Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_lancelot_gradient_accuracy syn keyword pttuning::set_lancelot_initial_penalty contained -v[alue] HiLink pttuning::set_lancelot_initial_penalty Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_lancelot_initial_penalty syn keyword pttuning::set_lancelot_iterations_between_printing contained -v[alue] HiLink pttuning::set_lancelot_iterations_between_printing Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_lancelot_iterations_between_printing syn keyword pttuning::set_lancelot_jiffytune_tolerance contained -v[alue] HiLink pttuning::set_lancelot_jiffytune_tolerance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_lancelot_jiffytune_tolerance syn keyword pttuning::set_lancelot_linear_solver_method contained -b[andwidth] -s[tring] HiLink pttuning::set_lancelot_linear_solver_method Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_lancelot_linear_solver_method syn keyword pttuning::set_lancelot_non_monotone_method contained -of[f] -on[] HiLink pttuning::set_lancelot_non_monotone_method Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_lancelot_non_monotone_method syn keyword pttuning::set_lancelot_penalty_bound contained -v[alue] HiLink pttuning::set_lancelot_penalty_bound Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_lancelot_penalty_bound syn keyword pttuning::set_lancelot_print_level contained -v[alue] HiLink pttuning::set_lancelot_print_level Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_lancelot_print_level syn keyword pttuning::set_lancelot_scaling_type contained -s[tring] HiLink pttuning::set_lancelot_scaling_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_lancelot_scaling_type syn keyword pttuning::set_lancelot_second_derivative_method contained -s[tring] HiLink pttuning::set_lancelot_second_derivative_method Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_lancelot_second_derivative_method syn keyword pttuning::set_lancelot_solve_bqp_accurately contained -of[f] -on[] HiLink pttuning::set_lancelot_solve_bqp_accurately Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_lancelot_solve_bqp_accurately syn keyword pttuning::set_lancelot_start_printing contained -v[alue] HiLink pttuning::set_lancelot_start_printing Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_lancelot_start_printing syn keyword pttuning::set_lancelot_stop_printing contained -v[alue] HiLink pttuning::set_lancelot_stop_printing Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_lancelot_stop_printing syn keyword pttuning::set_lancelot_trust_region_radius contained -v[alue] HiLink pttuning::set_lancelot_trust_region_radius Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_lancelot_trust_region_radius syn keyword pttuning::set_lancelot_trust_region_type contained -s[tring] HiLink pttuning::set_lancelot_trust_region_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_lancelot_trust_region_type syn keyword pttuning::set_max_beta_ratio contained -v[alue] HiLink pttuning::set_max_beta_ratio Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_max_beta_ratio syn keyword pttuning::set_maximum_area contained -f[actor] -v[alue] HiLink pttuning::set_maximum_area Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_maximum_area syn keyword pttuning::set_maximum_iterations contained -v[alue] HiLink pttuning::set_maximum_iterations Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_maximum_iterations syn keyword pttuning::set_maximum_width contained -c[ell] -n[] -p[] -t[ransistor_list] -v[alue] HiLink pttuning::set_maximum_width Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_maximum_width syn keyword pttuning::set_min_beta_ratio contained -v[alue] HiLink pttuning::set_min_beta_ratio Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_min_beta_ratio syn keyword pttuning::set_minimum_width contained -c[ell] -n[] -p[] -t[ransistor_list] -v[alue] HiLink pttuning::set_minimum_width Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_minimum_width syn keyword pttuning::set_new_width contained -l[ist] -v[alue] HiLink pttuning::set_new_width Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_new_width syn keyword pttuning::set_no_touch contained -c[ell] -l[ist] HiLink pttuning::set_no_touch Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_no_touch syn keyword pttuning::set_num_tuning_paths contained -v[alue] HiLink pttuning::set_num_tuning_paths Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_num_tuning_paths syn keyword pttuning::set_output_dir contained -d[ir] HiLink pttuning::set_output_dir Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_output_dir syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword pttuning::set_sensitivity_factor contained -v[alue] HiLink pttuning::set_sensitivity_factor Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_sensitivity_factor syn keyword pttuning::set_sizing_factor contained -v[alue] HiLink pttuning::set_sizing_factor Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_sizing_factor syn keyword pttuning::set_sizing_grid contained -v[alue] HiLink pttuning::set_sizing_grid Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_sizing_grid syn keyword pttuning::set_slack_threshold contained -v[alue] HiLink pttuning::set_slack_threshold Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::set_slack_threshold syn keyword pttuning::slew_constraint contained -all_i[nternal_pins] -all_o[utputs] -f[all] -pi[ns] -po[rts] -r[ise] -v[alue] HiLink pttuning::slew_constraint Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::slew_constraint syn keyword pttuning::stop_slack_buffer contained -v[alue] HiLink pttuning::stop_slack_buffer Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::stop_slack_buffer syn keyword pttuning::stop_tuning contained -h[ours] -m[inutes] -s[econds] HiLink pttuning::stop_tuning Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::stop_tuning syn keyword pttuning::tuning_step_mode contained -l[arge_step] -m[edium_step] -s[mall_step] HiLink pttuning::tuning_step_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::tuning_step_mode syn keyword pttuning::write_new_widths contained -c[md] -f[ile] -t[ba_format] HiLink pttuning::write_new_widths Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning::write_new_widths syn keyword pttuning_step_mode contained -l[arge_step] -m[edium_step] -s[mall_step] HiLink pttuning_step_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttuning_step_mode syn keyword pttype_cast contained -c[i_user_type_var] -t[o] HiLink pttype_cast Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttype_cast syn keyword pttype_equal contained -ci_user_type_var1[] -ci_user_type_var2[] HiLink pttype_equal Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttype_equal syn keyword pttype_name contained -c[i_user_type_var] HiLink pttype_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,pttype_name syn keyword ptunassert_adj contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[ns] -r[ise] HiLink ptunassert_adj Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunassert_adj syn keyword ptunassert_at contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[ns] -r[ise] HiLink ptunassert_at Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunassert_at syn keyword ptunassert_constant contained -p[ins] HiLink ptunassert_constant Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunassert_constant syn keyword ptunassert_coupling_mult contained -b[c] -e[arly] -l[ate] -ne[t] -no[m] -p[in] -w[c] HiLink ptunassert_coupling_mult Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunassert_coupling_mult syn keyword ptunassert_dc contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[ns] -r[ise] HiLink ptunassert_dc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunassert_dc syn keyword ptunassert_goes_to contained -pi[ns] -po[rts] HiLink ptunassert_goes_to Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunassert_goes_to syn keyword ptunassert_moments contained -b[c] -n[om] -p[in] -w[c] HiLink ptunassert_moments Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunassert_moments syn keyword ptunassert_pi_model contained -a[ll] -b[c] -n[om] -s[ource] -w[c] HiLink ptunassert_pi_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunassert_pi_model syn keyword ptunassert_poles_and_res contained -a[ll] -b[c] -n[om] -si[nk] -so[urce] -w[c] HiLink ptunassert_poles_and_res Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunassert_poles_and_res syn keyword ptunassert_rat contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[ns] -r[ise] HiLink ptunassert_rat Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunassert_rat syn keyword ptunassert_rename contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[ns] -r[ise] HiLink ptunassert_rename Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunassert_rename syn keyword ptunassert_slew contained -e[arly] -f[all] -l[ate] -ph[ase] -pi[ns] -r[ise] HiLink ptunassert_slew Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunassert_slew syn keyword ptundefined_symbols contained -i[gnore_libc] -n[o_ignore_libc] HiLink ptundefined_symbols Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptundefined_symbols syn keyword ptunload contained -d[ll] HiLink ptunload Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunload syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster syn keyword ptunset_clock_flag contained -cell_p[ins] -cell_t[ype] -pi[ns] -po[rts] HiLink ptunset_clock_flag Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunset_clock_flag syn keyword ptunset_frequency contained -p[ins] HiLink ptunset_frequency Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunset_frequency syn keyword ptunset_phase_pair_exclusion contained -clock1[] -clock2[] -pin1[] -pin2[] HiLink ptunset_phase_pair_exclusion Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunset_phase_pair_exclusion syn keyword ptunset_pin_capacitance contained -a[dder] -b[c] -no_[adder] -nom[] -p[ins] -w[c] HiLink ptunset_pin_capacitance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunset_pin_capacitance syn keyword ptunset_side_AT_slew_mode contained -m[aster_proto] -n[et] -w[ildcardname] HiLink ptunset_side_AT_slew_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunset_side_AT_slew_mode syn keyword ptunset_state contained -m[aster_proto] -n[et] -w[ildcardname] HiLink ptunset_state Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunset_state syn keyword ptunset_user_defined_segment contained -pin1[] -pin2[] HiLink ptunset_user_defined_segment Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunset_user_defined_segment syn keyword ptunset_user_defined_test contained -c[lock] -d[ata] -e[arly] -l[ate] -net1[] -net2[] -pin1[] -pin2[] HiLink ptunset_user_defined_test Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunset_user_defined_test syn keyword ptunset_wire_load_model contained -m[acros] -ne[ts] -no[_top_level_net] -t[op_level_net] HiLink ptunset_wire_load_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptunset_wire_load_model syn keyword ptusage_box_hier_name contained -d[ivider] -o[cc_object] -u[sage_box] HiLink ptusage_box_hier_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptusage_box_hier_name syn keyword ptuse_abstract contained -def[s] -det[ailed] -m[acros] -n[o_detailed] HiLink ptuse_abstract Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptuse_abstract syn keyword ptwake contained -g[roup] HiLink ptwake Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwake syn keyword ptweaken_input_groups contained -s[trengthen] -w[eaken] HiLink ptweaken_input_groups Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptweaken_input_groups syn keyword ptwrite_audit_report contained -f[ile] -i[nclude_all_pipo_info] -l[ines] -no_i[nclude_all_pipo_info] -no_o[ld_format] -o[ld_format] -p[ipe] HiLink ptwrite_audit_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_audit_report syn keyword ptwrite_cap_file contained -a[ll] -b[est] -f[ile] -n[ominal] -t[otal_pin_cap] -wi[re_cap] -wo[rst] HiLink ptwrite_cap_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_cap_file syn keyword ptwrite_checks_report contained -ab[stract_tests] -au[dit] -ca[lc_merit] -clk_gating_h[old] -clk_gating_s[etup] -clk_p[ulse] -clk_s[eparation] -clk_tree_i[nactive] -clk_tree_p[ulse_width] -cu[stom] -early_i[nternal_rats] -early_p[o_rats] -ed[sname] -en[d_of_cycle] -f[ile] -gates[] -gates_[file] -ho[ld] -ht[ml] -late_i[nternal_rats] -late_p[o_rats] -li[nes] -lo[op_tests] -ma[x_slack] -mi[n_slack] -no_ab[stract_tests] -no_au[dit] -no_ca[lc_merit] -no_clk_gating_h[old] -no_clk_gating_s[etup] -no_clk_p[ulse] -no_clk_s[eparation] -no_clk_tree_i[nactive] -no_clk_tree_p[ulse_width] -no_early_i[nternal_rats] -no_early_p[o_rats] -no_ed[sname] -no_en[d_of_cycle] -no_h[old] -no_late_i[nternal_rats] -no_late_p[o_rats] -no_lo[op_tests] -no_se[tup] -no_sh[ow_clock_gating_equation] -no_user_define_h[old] -no_user_define_s[etup] -pins[] -pins_[file] -pip[e] -se[tup] -sh[ow_clock_gating_equation] -sort_n[ame] -sort_s[lack] -t[cl_custom] -user_define_h[old] -user_define_s[etup] HiLink ptwrite_checks_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_checks_report syn keyword ptwrite_clock_skew_report contained -a[udit] -ce[ll_type] -cl[ocks] -d[elta_skew] -e[arly] -f[ile] -l[ate] -n[o_audit] -p[ipe] HiLink ptwrite_clock_skew_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_clock_skew_report syn keyword ptwrite_comprehensive_report contained -a[udit] -ce[ll_type] -cu[stom] -detail[] -detail_[min] -ea[rly] -ed[sname] -f[ile] -gates[] -gates_[file] -h[tml] -la[te] -li[nes] -ma[x_slack] -mi[n_slack] -no_a[udit] -no_e[dsname] -no_p[artmacros] -no_t[op_level_net] -pa[rtmacros] -pi[pe] -sort_n[ame] -sort_s[lack] -tc[l_custom] -to[p_level_net] HiLink ptwrite_comprehensive_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_comprehensive_report syn keyword ptwrite_constant_report contained -f[ile] -h[ierarchy] -no_h[ierarchy] -no_p[ropagated] -no_s[how_nets] -p[ropagated] -s[how_nets] HiLink ptwrite_constant_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_constant_report syn keyword ptwrite_coupling_neighbors_report contained -e[arly] -f[ile] -l[ate] -n[eighbors] -sort_c[ap] -sort_s[lack] HiLink ptwrite_coupling_neighbors_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_coupling_neighbors_report syn keyword ptwrite_detail_pd contained -a[ll] -b[c] -f[ile] -g[roup] -no_[group] -nom[] -w[c] HiLink ptwrite_detail_pd Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_detail_pd syn keyword ptwrite_end_point_report contained -a[udit] -b[usmerge] -ch[ecks_summary] -cu[stom] -da[ta_paths_only] -de[lay_summary] -di[ff] -ea[rly] -en[d] -ex[clude_type] -fi[le] -fo[rward] -from[] -from_all_l[atch] -from_all_p[i] -from_file[] -from_filt[er] -from_n[et] -h[tml] -include_i[nternal_cap] -include_t[ype] -la[te] -li[nes] -ma[x_slack] -mi[n_slack] -no_a[udit] -no_c[hecks_summary] -no_da[ta_paths_only] -no_de[lay_summary] -no_f[orward] -no_i[nclude_internal_cap] -no_p[ath_based_tlt] -no_shor[t_subpaths] -no_show[_equations] -no_to[p_level_net] -no_tr[ace_through_latch] -path_[based_tlt] -paths[] -phase[] -phase_[filter] -pi[pe] -po[ints] -shor[t_subpaths] -show[_equations] -sort_a[t] -sort_sla[ck] -sort_sle[w] -st[art] -summary_l[ong_paths] -summary_s[hort_paths] -tc[l_custom] -through[] -through_file[] -through_filt[er] -through_n[et] -to[] -to_all_l[atch] -to_all_p[o] -to_f[ile] -to_n[et] -top[_level_net] -tr[ace_through_latch] -w[orst_paths] HiLink ptwrite_end_point_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_end_point_report syn keyword ptwrite_histogram_report contained -ab[stract_tests] -au[dit] -clk_gating_h[old] -clk_gating_s[etup] -clk_p[ulse] -clk_s[eparation] -clk_tree_i[nactive] -clk_tree_p[ulse_width] -ea[rly_summary] -en[d_of_cycle] -eta_h[old] -eta_s[etup] -ex[clude_gates] -f[ile] -h[old] -inc[lude_gates] -int[erval_width] -la[te_summary] -li[nes] -lo[op_tests] -ma[x_slack] -mi[n_slack] -no_ab[stract_tests] -no_au[dit] -no_clk_gating_h[old] -no_clk_gating_s[etup] -no_clk_p[ulse] -no_clk_s[eparation] -no_clk_tree_i[nactive] -no_clk_tree_p[ulse_width] -no_ea[rly_summary] -no_en[d_of_cycle] -no_eta_h[old] -no_eta_s[etup] -no_h[old] -no_la[te_summary] -no_lo[op_tests] -no_p[o_summary_only] -no_se[tup] -no_su[mmary] -no_user_define_h[old] -no_user_define_s[etup] -no_user_rat_h[old] -no_user_rat_s[etup] -ph[ases] -pi[pe] -po[_summary_only] -se[tup] -su[mmary] -user_define_h[old] -user_define_s[etup] -user_rat_h[old] -user_rat_s[etup] HiLink ptwrite_histogram_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_histogram_report syn keyword ptwrite_hotspot_report contained -a[udit] -cus[tom] -cut[_off_slack] -derivative_l[oad] -derivative_s[lew] -e[arly] -f[ile] -la[te] -li[nes] -no_a[udit] -no_derivative_l[oad] -no_derivative_s[lew] -p[ipe] -sort_b[ad_paths] -sort_w[orst_slack] -t[cl_custom] HiLink ptwrite_hotspot_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_hotspot_report syn keyword ptwrite_info_report contained -al[l_slews] -au[dit] -ed[sname] -exclude_d[efs] -exclude_nets[] -exclude_nets_[file] -f[ile] -i[nclude_ceff] -l[imit_multiplier] -no_al[l_slews] -no_au[dit] -no_c[apacitance_violations] -no_e[dsname] -no_i[nclude_ceff] -no_max_c[apacitance_violations] -no_max_s[lew_violations] -no_min_c[apacitance_violations] -no_min_s[lew_violations] -no_se[parate_user_defined_tests] -no_sh[ow_driver_pins] -no_slew_a[nd_capacitance_violations] -no_slew_v[iolations] -no_ti[ming_checks] -no_to[p_level_net] -no_u[se_default_slew] -non[e] -pa[thless] -pi[pe] -se[parate_user_defined_tests] -sh[ow_driver_pins] -si[nkless] -sort_p[ercentage_over] -sort_r[eal_value] -sourceless[] -sourceless_[sinkless] -ti[ming_checks] -to[p_level_net] -u[se_default_slew] HiLink ptwrite_info_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_info_report syn keyword ptwrite_kfactors_histogram_report contained -f[ile] -i[nterval] HiLink ptwrite_kfactors_histogram_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_kfactors_histogram_report syn keyword ptwrite_mode_file contained -c[md] -f[ile] -t[emplate] HiLink ptwrite_mode_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_mode_file syn keyword ptwrite_net_report contained -a[udit] -c[ustom] -detail[] -detail_[min] -ea[rly] -ed[sname] -f[ile] -la[te] -li[nes] -nets[] -nets_[file] -no_a[udit] -no_e[dsname] -o[ld_format] -p[ipe] -sort_n[ets] -sort_p[ins] -t[cl_custom] HiLink ptwrite_net_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_net_report syn keyword ptwrite_new_widths contained -c[md] -f[ile] -t[ba_format] HiLink ptwrite_new_widths Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_new_widths syn keyword ptwrite_pdm contained -d[esign] -h[ierarchical] -n[o_hierarchical] -p[ath] HiLink ptwrite_pdm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_pdm syn keyword ptwrite_phase_file contained -f[ile] HiLink ptwrite_phase_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_phase_file syn keyword ptwrite_pi_slack_report contained -a[udit] -e[arly] -f[ile] -la[te] -li[nes] -n[o_audit] -p[ipe] -sort_p[i_name] -sort_s[lack] HiLink ptwrite_pi_slack_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_pi_slack_report syn keyword ptwrite_rc_file contained -a[ll] -b[est] -f[ile] -n[ominal] -w[orst] HiLink ptwrite_rc_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_rc_file syn keyword ptwrite_sdf contained -ac[test] -au[ssim] -b[oundary_delay] -current[] -current_[compressed] -delay_mode_a[ll] -delay_mode_c[urrent] -detail_a[ll] -detail_c[ell_delay] -detail_i[nterconnect] -di[vider] -f[ile] -no_b[oundary_delay] -no_c[urrent_compressed] -no_t[imingcheck] -pin_prefix[] -pin_prefix_[no_primary] -t[imingcheck] -veri[log_names] -vers[ion] -vh[dl_names] HiLink ptwrite_sdf Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_sdf syn keyword ptwrite_slack_steal_report contained -f[ile] HiLink ptwrite_slack_steal_report Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_slack_steal_report syn keyword ptwrite_spice_file contained -a[ll] -b[c] -c[ell] -de[limiter] -di[vider] -f[ile] -h[ierarchy] -l[evel] -ne[t] -no_h[ierarchy] -no_r[ice] -nom[] -p[in] -r[ice] -w[c] HiLink ptwrite_spice_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_spice_file syn keyword ptwrite_timer_parms contained -f[ile] -n[o_tcl] -t[cl] HiLink ptwrite_timer_parms Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@ptcontainscluster,ptwrite_timer_parms delcommand HiLink if exists("i") unlet i endif