" Vim syntax file " Language: DesignCompiler/TCL " Maintainer: Paul Zimmer " Original: Paul Zimmer " Version: 6.14 (synched to tcl.vim v6.1), Mon Apr 12 18:06:20 CDT 2004 " " " 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 dctlcontainscluster contains=tclLineContinue,tclNumber,tclVarRef,tclString,tcltkCommand,tclComment " The rest is generated by a perl script running over: " man page contents of directory /global/apps/syn_2003.12/doc/snps_tcl/man/cat2 " man page contents of directory /global/apps/syn_2003.12/doc/syn/man/cat2 " output of helpv -v * file ./dctlhelpv.2003.12.txt syn keyword dctlacs_check_directories contained -v[erbose] HiLink dctlacs_check_directories Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlacs_check_directories syn keyword dctlacs_compile_design contained -dc[] -de[stination] -fo[rce] -fp[ga] -mpc[] -mpc_[top] -p[repare_only] -update[] -update_[source] HiLink dctlacs_compile_design Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlacs_compile_design syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlacs_customize_directory_structure contained -t[ype] HiLink dctlacs_customize_directory_structure Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlacs_customize_directory_structure syn keyword dctlacs_get_parent_partition contained -h[ierarchy] -l[ist] HiLink dctlacs_get_parent_partition Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlacs_get_parent_partition syn keyword dctlacs_get_path contained -a[ppend] -f[ile_type] -m[ode] -n[ame] -p[ass] -r[elative] HiLink dctlacs_get_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlacs_get_path syn keyword dctlacs_merge_design contained -d[estination] -m[apped] -t[ype] -un[mapped] -up[date] HiLink dctlacs_merge_design Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlacs_merge_design syn keyword dctlacs_read_hdl contained -e[xclude_list] -f[ormat] -h[dl_source] -l[ibrary] -no_d[ependency_check] -no_e[laborate] -r[ecurse] -v[erbose] HiLink dctlacs_read_hdl Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlacs_read_hdl syn keyword dctlacs_recompile_design contained -b[udget_source] -dc[] -de[stination] -f[orce] -p[repare_only] -s[ource] -update[] -update_[source] HiLink dctlacs_recompile_design Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlacs_recompile_design syn keyword dctlacs_refine_design contained -dc[] -de[stination] -f[orce] -p[repare_only] -s[ource] -update[] -update_[source] HiLink dctlacs_refine_design Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlacs_refine_design syn keyword dctlacs_remove_dont_touch contained -f[orce] HiLink dctlacs_remove_dont_touch Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlacs_remove_dont_touch syn keyword dctlacs_report_attribute contained -p[artitions] HiLink dctlacs_report_attribute Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlacs_report_attribute syn keyword dctlacs_report_directories contained -f[ile_types] HiLink dctlacs_report_directories Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlacs_report_directories syn keyword dctlacs_report_user_messages contained -e[rrors] -i[nfos] -r[eset] -t[otal] -w[arnings] HiLink dctlacs_report_user_messages Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlacs_report_user_messages syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlacs_set_attribute contained -p[artitions] HiLink dctlacs_set_attribute Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlacs_set_attribute syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlacs_submit contained -c[ommand] -e[xec] -h[ost] -s[how] HiLink dctlacs_submit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlacs_submit syn keyword dctlacs_submit_large contained -c[ommand] -e[xec] -h[ost] -p[artitions] -s[how] HiLink dctlacs_submit_large Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlacs_submit_large syn keyword dctladd_module contained -f[orce] -n[o_warnings] -o[verwrite] -p[ermanent] HiLink dctladd_module Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctladd_module syn keyword dctladd_to_collection contained -u[nique] HiLink dctladd_to_collection Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctladd_to_collection syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlalign_objects contained -d[irection] -ignore_b[ounds] -ignore_m[obility] -respect_b[ounds] -respect_m[obility] -target_o[bject] -target_p[oint] -target_r[ectangle] HiLink dctlalign_objects Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlalign_objects syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlall_cluster_cells contained -h[ierarchy] HiLink dctlall_cluster_cells Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlall_cluster_cells syn keyword dctlall_clusters contained -c[luster] -l[eaf] HiLink dctlall_clusters Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlall_clusters syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlall_critical_cells contained -s[lack_range] HiLink dctlall_critical_cells Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlall_critical_cells syn keyword dctlall_critical_pins contained -s[lack_range] -t[ype] HiLink dctlall_critical_pins Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlall_critical_pins syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlall_drc_violated_nets contained -max_c[apacitance] -max_f[anout] -max_t[ransition] HiLink dctlall_drc_violated_nets Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlall_drc_violated_nets syn keyword dctlall_fanin contained -b[reak_on_bboxes] -e[xclude_bboxes] -f[lat] -l[evels] -o[nly_cells] -s[tartpoints_only] -t[o] HiLink dctlall_fanin Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlall_fanin syn keyword dctlall_fanout contained -b[reak_on_bboxes] -c[lock_tree] -en[dpoints_only] -ex[clude_bboxes] -fl[at] -fr[om] -l[evels] -o[nly_cells] HiLink dctlall_fanout Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlall_fanout syn keyword dctlall_fixed_placement contained -c[ells] -p[orts] HiLink dctlall_fixed_placement Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlall_fixed_placement syn keyword dctlall_high_fanout contained -n[ets] -t[hreshold] HiLink dctlall_high_fanout Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlall_high_fanout syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlall_inputs contained -c[lock] -e[dge_triggered] -l[evel_sensitive] HiLink dctlall_inputs Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlall_inputs syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlall_objects_in_bounding_box contained -ce[lls] -co[ordinates] -n[ets] HiLink dctlall_objects_in_bounding_box Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlall_objects_in_bounding_box syn keyword dctlall_outputs contained -c[lock] -e[dge_triggered] -l[evel_sensitive] HiLink dctlall_outputs Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlall_outputs syn keyword dctlall_physical_only_cells contained -ce[ll_name] -co[ordinates] -l[ib_cells] HiLink dctlall_physical_only_cells Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlall_physical_only_cells syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlall_registers contained -ce[lls] -clock[] -clock_[pins] -d[ata_pins] -e[dge_triggered] -i[nverted_output] -l[evel_sensitive] -m[aster_slave] -n[o_hierarchy] -o[utput_pins] -s[lave_clock_pins] HiLink dctlall_registers Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlall_registers syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlall_threestate contained -c[ells] -n[ets] HiLink dctlall_threestate Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlall_threestate syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlallocate_partition_budgets contained -a[bsolute_paths] -b[udget_shell] -d[estination] -e[ffort] -f[ormat] -g[enerate_script_only] -i[nterblock_logic] -min_input_to_o[utput] -min_input_to_r[egister] -min_r[egister_to_output] -n[o_environment] -o[verconstrain] -r[emove] -s[ource] -t[ranscript_exec] HiLink dctlallocate_partition_budgets Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlallocate_partition_budgets syn keyword dctlanalyze contained -c[reate_update] -d[efine] -f[ormat] -l[ibrary] -s[chedule] -u[pdate] -w[ork] HiLink dctlanalyze Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlanalyze syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlappend_to_collection contained -u[nique] HiLink dctlappend_to_collection Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlappend_to_collection syn keyword dctlapropos contained -s[ymbols_only] HiLink dctlapropos Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlapropos syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlattach_bounds contained -n[ame] HiLink dctlattach_bounds Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlattach_bounds syn keyword dctlattach_regions contained -n[ame] HiLink dctlattach_regions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlattach_regions syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlbalance_buffer contained -fo[rce] -fr[om] -l[ibrary] -n[et] -p[refer] -t[o] -verify[] -verify_e[ffort] -verify_h[ierarchically] HiLink dctlbalance_buffer Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlbalance_buffer syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlbc_check_design contained -c[onstraints] -i[o_mode] HiLink dctlbc_check_design Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlbc_check_design syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlbc_dont_ungroup contained -a[rray_logic] -f[sm] -p[rio_logic] -ra[ndom_logic] -re[gister] HiLink dctlbc_dont_ungroup Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlbc_dont_ungroup syn keyword dctlbc_group_process contained -w[ith_memory] HiLink dctlbc_group_process Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlbc_group_process syn keyword dctlbc_margin contained -f[sm] -g[lobal] -m[ux] -pre[ferred_FF] -pro[cess] -reg[] -rep[ort_FF] HiLink dctlbc_margin Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlbc_margin syn keyword dctlbc_report_arrays contained -c[onflicting] -n[on_conflicting] HiLink dctlbc_report_arrays Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlbc_report_arrays syn keyword dctlbc_report_memories contained -b[indings] -c[onflicting] -n[on_conflicting] -s[ynthetic_libraries] -u[sed_memories] HiLink dctlbc_report_memories Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlbc_report_memories syn keyword dctlbc_set_implementation contained -d[efault] -i[mplementation] -l[ist_valid] -m[odule] -s[how_current] HiLink dctlbc_set_implementation Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlbc_set_implementation syn keyword dctlbc_time_design contained -c[ache_preserved_functions] -e[xcept] -fa[stest] -fo[rce] -r[ecompile] -u[se_cached_preserved_functions] HiLink dctlbc_time_design Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlbc_time_design syn keyword dctlbegin_group_undo contained -c[aption] HiLink dctlbegin_group_undo Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlbegin_group_undo syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlcalculate_rtl_load contained -c[apacitance] -d[elay] HiLink dctlcalculate_rtl_load Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcalculate_rtl_load syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlchain_operations contained -p[rocess] HiLink dctlchain_operations Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlchain_operations syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlchange_names contained -d[ont_touch] -h[ierarchy] -l[og_changes] -n[ames_file] -re[store] -ru[les] -v[erbose] HiLink dctlchange_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlchange_names syn keyword dctlchange_selection contained -a[dd] -n[ame] -rem[ove] -rep[lace] -to[ggle] -ty[pe] HiLink dctlchange_selection Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlchange_selection syn keyword dctlchange_site_name contained -n[ew] -o[ld] HiLink dctlchange_site_name Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlchange_site_name syn keyword dctlcharacterize contained -conn[ections] -cons[traints] -n[o_timing] -p[ower] -v[erbose] HiLink dctlcharacterize Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcharacterize syn keyword dctlcharacterize_physical contained -f[p_option_file] -i[nst_name_in_physical_db] -p[hysical_db_file] -s[ubdesign_mapped_db_file] HiLink dctlcharacterize_physical Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcharacterize_physical syn keyword dctlcheck_bindings contained -b[indings] -p[in_widths] HiLink dctlcheck_bindings Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcheck_bindings syn keyword dctlcheck_bsd contained -e[ffort] -v[erbose] HiLink dctlcheck_bsd Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcheck_bsd syn keyword dctlcheck_budget contained -f[rom] -no_e[nvironment] -no_i[nterblock_logic] -to[] -tol[erance] -v[erbose] HiLink dctlcheck_budget Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcheck_budget syn keyword dctlcheck_constraints contained -c[heck_critical_paths] HiLink dctlcheck_constraints Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcheck_constraints syn keyword dctlcheck_design contained -n[o_warnings] -one[_level] -onl[y_post_layout] -p[ost_layout] -s[ummary] HiLink dctlcheck_design Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcheck_design syn keyword dctlcheck_dft contained -check_c[ontention] -check_f[loat] -o[verwrite_model] -v[erbose] HiLink dctlcheck_dft Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcheck_dft syn keyword dctlcheck_error contained -r[eset] -v[erbose] HiLink dctlcheck_error Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcheck_error syn keyword dctlcheck_implementations contained -i[mplementations] -p[arameters] HiLink dctlcheck_implementations Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcheck_implementations syn keyword dctlcheck_legality contained -v[erbose] HiLink dctlcheck_legality Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcheck_legality syn keyword dctlcheck_level_shifter contained -v[erbose] HiLink dctlcheck_level_shifter Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcheck_level_shifter syn keyword dctlcheck_level_shifters contained -v[erbose] HiLink dctlcheck_level_shifters Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcheck_level_shifters syn keyword dctlcheck_mpc contained -c[onflicting] -m[acro] -p[ort] -v[erbose] HiLink dctlcheck_mpc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcheck_mpc syn keyword dctlcheck_physical_constraints contained -a[nalyze_legality] -d[esign] -l[ib_cell] -na[rrow_placement_area] -nw[orst] -r[c_check] -v[erbose] HiLink dctlcheck_physical_constraints Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcheck_physical_constraints syn keyword dctlcheck_scan contained -check_c[ontention] -check_f[loat] -o[verwrite_model] -v[erbose] HiLink dctlcheck_scan Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcheck_scan syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlcheck_test contained -check_c[ontention] -check_f[loat] -o[verwrite_model] -v[erbose] HiLink dctlcheck_test Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcheck_test syn keyword dctlcheck_timing contained -m[ultiple_clock] -o[verlap_tolerance] HiLink dctlcheck_timing Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcheck_timing syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlclean_buffer_tree contained -f[rom] -h[ierarchy] -n[et] -t[o] HiLink dctlclean_buffer_tree Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlclean_buffer_tree syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlcompare_collections contained -o[rder_dependent] HiLink dctlcompare_collections Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcompare_collections syn keyword dctlcompare_design contained -e[ffort] -f[sm] -h[ierarchical] -j[tag] -v[erbose] HiLink dctlcompare_design Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcompare_design syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlcompare_rc contained -b[ound] -m[in] -n[et] -t[hreshold] -w[orst_nets] HiLink dctlcompare_rc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcompare_rc syn keyword dctlcompile contained -arc[h] -are[a_effort] -au[to_ungroup] -ba[ckground] -bo[undary_optimization] -e[xact_map] -h[ost] -i[ncremental_mapping] -m[ap_effort] -no_d[esign_rule] -no_m[ap] -only_d[esign_rule] -only_h[old_time] -s[can] -t[op] -u[ngroup_all] -verify[] -verify_e[ffort] -verify_h[ierarchically] -x[term] HiLink dctlcompile Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcompile syn keyword dctlcompile_partitions contained -d[estination] HiLink dctlcompile_partitions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcompile_partitions syn keyword dctlcompile_physical contained -a[rea_recovery] -ch[eck_only] -congestion[] -congestion_[effort] -d[esign_rule_check] -e[xact_map] -ma[p_effort] -mp[c] -no_d[esign_rule] -no_l[egalize] -only_d[esign_rule] -only_h[old_time] -q[uick] -s[can] -t[iming_driven_congestion] HiLink dctlcompile_physical Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcompile_physical syn keyword dctlcompile_preserved_functions contained -a[sync_reset] -cl[ock_port_name] -co[mpile_effort] -d[esign_library] -e[xclude] -fi[lename] -fo[rce_recompile] -inc[lude_script] -inp[ut_delay] -n[o_compile] -o[utput_delay] -r[eset_polarity] -st[ages] -sy[nc_reset] -w[rite] HiLink dctlcompile_preserved_functions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcompile_preserved_functions syn keyword dctlcompile_systemc contained -cpp[] -cpp_[options] -d[ont_rename] -f[ormat] -h[ls] -l[ibrary] -o[utput] -pa[ram] -pr[eserve] -r[tl] -s[ingle_file] -t[race] -u[nroll] -v[erbose] -w/[-library] -wo[rk] HiLink dctlcompile_systemc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcompile_systemc syn keyword dctlcompile_ultra contained -no_a[utoungroup] -no_u[niquify] -s[can] HiLink dctlcompile_ultra Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcompile_ultra syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlconvert_placement_keepout contained -h[ard_to_soft] -s[oft_to_hard] HiLink dctlconvert_placement_keepout Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlconvert_placement_keepout syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlcreate_bounds contained -c[oordinate] -d[imension] -e[ffort] -n[ame] -t[ype] HiLink dctlcreate_bounds Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_bounds syn keyword dctlcreate_bsd_patterns contained -e[ffort] -o[utput] -s[til] -t[ype] HiLink dctlcreate_bsd_patterns Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_bsd_patterns syn keyword dctlcreate_buffer_tree contained -c[ost_driven] -f[rom] -m[ode] -n[et] HiLink dctlcreate_buffer_tree Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_buffer_tree syn keyword dctlcreate_bus contained -e[nd] -n[o_sort] -so[rt] -st[art] -t[ype] HiLink dctlcreate_bus Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_bus syn keyword dctlcreate_cache contained -i[mplementation] -m[odule] -o[perating_condition] -p[arameters] -r[eport] -w[ire_load] HiLink dctlcreate_cache Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_cache syn keyword dctlcreate_cell contained -l[ogic] -o[nly_physical] HiLink dctlcreate_cell Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_cell syn keyword dctlcreate_clock contained -a[dd] -n[ame] -p[eriod] -w[aveform] HiLink dctlcreate_clock Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_clock syn keyword dctlcreate_cluster contained -k[eep] -m[ultibits] -n[ame] -p[arent] HiLink dctlcreate_cluster Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_cluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlcreate_default_region contained -n[ame] HiLink dctlcreate_default_region Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_default_region syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlcreate_generated_clock contained -a[dd] -di[vide_by] -du[ty_cycle] -edge_[shift] -edges[] -i[nvert] -ma[ster_clock] -mu[ltiply_by] -n[ame] -s[ource] HiLink dctlcreate_generated_clock Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_generated_clock syn keyword dctlcreate_ilm contained -a[uto_ignore] -ig[nore_ports] -inc[lude_side_load] -ins[tances] -keep_b[oundary_cells] -keep_m[acros] -l[atch_level] -p[hysical] -v[erbose] HiLink dctlcreate_ilm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_ilm syn keyword dctlcreate_multibit contained -na[me] -no[_sort] -s[ort] HiLink dctlcreate_multibit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_multibit syn keyword dctlcreate_mw_design contained -max_p[hys] -max_t[luplus] -min_p[hys] -min_t[luplus] -n[om_tluplus] -tech_f[ile] -tech_p[db] -tech_s[ource] -tf[2itf_map] HiLink dctlcreate_mw_design Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_mw_design syn keyword dctlcreate_net contained -i[nstance] HiLink dctlcreate_net Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_net syn keyword dctlcreate_operating_conditions contained -c[alc_mode] -l[ibrary] -n[ame] -parameter1[] -parameter2[] -parameter3[] -parameter4[] -parameter5[] -pr[ocess] -r[ail_voltages] -te[mperature] -tr[ee_type] -v[oltage] HiLink dctlcreate_operating_conditions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_operating_conditions syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlcreate_placement contained -ch[eck_only] -congestion[] -congestion_[effort] -e[ffort] -m[pc] -n[um_cpus] -q[uick] -t[iming_driven] HiLink dctlcreate_placement Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_placement syn keyword dctlcreate_placement_keepouts contained -c[oordinate] -n[ame] -t[ype] HiLink dctlcreate_placement_keepouts Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_placement_keepouts syn keyword dctlcreate_port contained -d[irection] HiLink dctlcreate_port Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_port syn keyword dctlcreate_region contained -an[chor] -as[pect_ratio] -co[ordinate] -cu[t] -e[dge_anchor] -n[ame] -u[tilization] HiLink dctlcreate_region Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_region syn keyword dctlcreate_routing_path contained -p[ath] HiLink dctlcreate_routing_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_routing_path syn keyword dctlcreate_schematic contained -b[it_mappers] -d[ont_left_justify_inputs] -f[ill_percent] -g[en_database] -hier_[view] -hiera[rchy] -i[mplicit] -no_b[us] -no_r[ippers] -no_t[ype_mappers] -or[der_outputs] -ou[tputs_attract] -p[ortrait] -r[eference] -sc[hematic_view] -sg[e] -si[ze] -so[rt_outputs] -sy[mbol_view] HiLink dctlcreate_schematic Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_schematic syn keyword dctlcreate_site_row contained -coo[rdinate] -cou[nt] -d[ir] -k[ind] -o[rient] -s[pace] HiLink dctlcreate_site_row Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_site_row syn keyword dctlcreate_test_clock contained -i[nternal_clocks] -p[eriod] -w[aveform] HiLink dctlcreate_test_clock Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_test_clock syn keyword dctlcreate_test_patterns contained -a[rch] -backg[round] -backt[rack_effort] -check_c[ontention] -check_f[loat] -co[mpaction_effort] -d[ft] -h[ost] -i[nput] -max_c[pu_per_fault] -max_r[andom_patterns] -max_t[otal_cpu] -n[o_compaction] -o[utput] -r[andom_pattern_failure_limit] -s[ample] -x[term] HiLink dctlcreate_test_patterns Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_test_patterns syn keyword dctlcreate_test_protocol contained -infer_a[synch] -infer_c[lock] -t[est_mode] HiLink dctlcreate_test_protocol Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_test_protocol syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlcreate_track contained -coo[rd] -cou[nt] -d[ir] -l[ayer] -s[pace] HiLink dctlcreate_track Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_track syn keyword dctlcreate_wire_load contained -ce[ll] -cl[uster] -de[sign] -do[nt_smooth] -h[ierarchy] -m[ode] -n[ame] -o[utput] -p[ercentile] -s[tatistics] -th[is_level_nets_only] -to[tal_area] -tr[im] -u[pdate_lib] -w[rite_script] HiLink dctlcreate_wire_load Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_wire_load syn keyword dctlcreate_wiring_keepouts contained -c[oordinate] -l[ayer] -n[ame] HiLink dctlcreate_wiring_keepouts Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_wiring_keepouts syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctldc_allocate_budgets contained -b[udget_design_ware] -c[onstraints] -fi[le_format_spec] -fo[rmat] -l[evels] -m[ode] -n[o_interblock_logic] -p[ositive_slack_only] -s[eparator] -w[rite_script] HiLink dctldc_allocate_budgets Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctldc_allocate_budgets syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctldefine_design_lib contained -p[ath] HiLink dctldefine_design_lib Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctldefine_design_lib syn keyword dctldefine_name_rules contained -add_dummy_nets_in_ve[rilog_out] -add_dummy_nets_in_vh[dl_out] -al[lowed] -ca[se_insensitive] -check_b[us_indexing] -check_i[nternal_net_name] -co[llapse_name_space] -d[ont_change_bus_members] -e[qual_ports_nets] -fi[rst_restricted] -fl[atten_multi_dimension_busses] -i[nout_ports_equal_nets] -l[ast_restricted] -map[] -max[_length] -p[refix] -remove_c[hars] -remove_in[ternal_net_bus] -remove_irregular_n[et_bus] -remove_irregular_p[ort_bus] -remove_p[ort_bus] -rep[lacement_char] -reser[ved_words] -reset[] -rest[ricted] -s[pecial] -ta[rget_bus_naming_style] -ty[pe] HiLink dctldefine_name_rules Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctldefine_name_rules syn keyword dctldefine_proc_attributes contained -c[ommand_group] -de[fine_args] -do[nt_abbrev] -hidd[en] -hide[_body] -i[nfo] -p[ermanent] HiLink dctldefine_proc_attributes Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctldefine_proc_attributes syn keyword dctldefine_routing_rule contained -d[efault_reference_rule] -r[eference_rule_name] -shield_s[pacings] -shield_w[idths] -sp[acings] -t[aper_level] -v[ia_cuts] -w[idths] HiLink dctldefine_routing_rule Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctldefine_routing_rule syn keyword dctldefine_test_mode contained -e[xisting] -s[pec] -t[ype] -v[iew] HiLink dctldefine_test_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctldefine_test_mode syn keyword dctldefine_via contained -r[ect] HiLink dctldefine_via Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctldefine_via syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlderive_constraints contained -a[ttributes_only] -b[udget] -v[erbose] HiLink dctlderive_constraints Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlderive_constraints syn keyword dctlderive_mpc_options contained -appe[nd] -appl[y] -array[] -array_[name] -core[] -corn[er_keepout] -l[ocation] -m[acros] -or[igin] -ou[tput] -pn[ets] -po[rts] -v[erbose] HiLink dctlderive_mpc_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlderive_mpc_options syn keyword dctlderive_mpc_port_options contained -appe[nd] -appl[y] -group[] -group_[name] -l[ocation] -or[der] -ou[tput] -v[erbose] HiLink dctlderive_mpc_port_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlderive_mpc_port_options syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlderive_timing_constraints contained -f[ix_hold] -ma[x_delay_scale] -min_delay[] -min_delay_[scale] -no_max_d[elay] -no_max_p[eriod] -p[eriod_scale] -s[eparate_rise_and_fall] HiLink dctlderive_timing_constraints Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlderive_timing_constraints syn keyword dctldetach_bounds contained -n[ame] HiLink dctldetach_bounds Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctldetach_bounds syn keyword dctldetach_region contained -n[ame] HiLink dctldetach_region Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctldetach_region syn keyword dctldft_drc contained -c[overage_estimate] -i[nfer_scan_structures] -p[re_dft] -s[ample] -v[erbose] HiLink dctldft_drc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctldft_drc syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctldisconnect_net contained -a[ll] HiLink dctldisconnect_net Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctldisconnect_net syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctldont_chain_operations contained -f[rom] -i[nto] -p[rocess] HiLink dctldont_chain_operations Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctldont_chain_operations syn keyword dctldrive_of contained -f[all] -p[iece] -r[ise] -w[ire_drive] HiLink dctldrive_of Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctldrive_of syn keyword dctlecho contained -n[] HiLink dctlecho Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlecho syn keyword dctleco_align_design contained -o[ut] HiLink dctleco_align_design Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctleco_align_design syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctleco_current_design_pair contained -d[esign_type] HiLink dctleco_current_design_pair Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctleco_current_design_pair syn keyword dctleco_implement contained -p[ost_tapeout] HiLink dctleco_implement Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctleco_implement syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctleco_recycle contained -p[ost_tapeout] -respect_d[istance] -respect_p[hysical_hier] HiLink dctleco_recycle Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctleco_recycle syn keyword dctleco_report_cell contained -v[erbose] HiLink dctleco_report_cell Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctleco_report_cell syn keyword dctleco_reset_directives contained -a[ll] -s[ingle] HiLink dctleco_reset_directives Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctleco_reset_directives syn keyword dctlelaborate contained -a[rchitecture] -f[ile_parameters] -g[ate_clock] -l[ibrary] -p[arameters] -s[chedule] -u[pdate] -w[ork] HiLink dctlelaborate Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlelaborate syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlenable_undo contained -l[evels] HiLink dctlenable_undo Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlenable_undo syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlencrypt_lib contained -o[utput] HiLink dctlencrypt_lib Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlencrypt_lib syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlestimate_rc contained -b[ound] -m[in] -ne[t] -nw[orst_nets] -t[hreshold] HiLink dctlestimate_rc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlestimate_rc syn keyword dctlestimate_test_coverage contained -s[ample] HiLink dctlestimate_test_coverage Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlestimate_test_coverage syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlexecute contained -s[] HiLink dctlexecute Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlexecute syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlextract contained -m[inimize] -r[eachable] HiLink dctlextract Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlextract syn keyword dctlextract_ilm contained -i[nclude_side_load] -p[hysical] -v[erbose] HiLink dctlextract_ilm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlextract_ilm syn keyword dctlextract_rc contained -c[oupling_cap] -f[ormat] -ne[ts] -no[_name_mapping] -o[utput_file] HiLink dctlextract_rc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlextract_rc syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlfilter contained -d[ont_check_real_objects] -n[ocase] -r[egexp] HiLink dctlfilter Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlfilter syn keyword dctlfilter_collection contained -n[ocase] -r[egexp] HiLink dctlfilter_collection Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlfilter_collection syn keyword dctlfind contained -f[lat] -h[ierarchy] HiLink dctlfind Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlfind syn keyword dctlfix_routing_fat_contacts contained -0[.75in] -d[ir] HiLink dctlfix_routing_fat_contacts Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlfix_routing_fat_contacts syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlget_attribute contained -b[us] -q[uiet] HiLink dctlget_attribute Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_attribute syn keyword dctlget_attribute_physical contained -b[us] -q[uiet] HiLink dctlget_attribute_physical Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_attribute_physical syn keyword dctlget_bounds contained -e[xact] -f[ilter] -n[ocase] -q[uiet] -r[egexp] HiLink dctlget_bounds Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_bounds syn keyword dctlget_cells contained -e[xact] -f[ilter] -h[ierarchical] -n[ocase] -o[f_objects] -q[uiet] -r[egexp] HiLink dctlget_cells Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_cells syn keyword dctlget_clocks contained -e[xact] -f[ilter] -h[ierarchical] -n[ocase] -q[uiet] -r[egexp] HiLink dctlget_clocks Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_clocks syn keyword dctlget_clusters contained -e[xact] -f[ilter] -h[ierarchical] -n[ocase] -q[uiet] -r[egexp] HiLink dctlget_clusters Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_clusters syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlget_design_parameter contained -q[uiet] HiLink dctlget_design_parameter Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_design_parameter syn keyword dctlget_designs contained -e[xact] -f[ilter] -h[ierarchical] -n[ocase] -q[uiet] -r[egexp] HiLink dctlget_designs Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_designs syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlget_drc_violated_nets contained -max_c[apacitance] -max_f[anout] -max_t[ransition] -mi[n_delay] HiLink dctlget_drc_violated_nets Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_drc_violated_nets syn keyword dctlget_generated_clocks contained -e[xact] -f[ilter] -h[ierarchical] -n[ocase] -q[uiet] -r[egexp] HiLink dctlget_generated_clocks Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_generated_clocks syn keyword dctlget_gui_stroke_bindings contained -b[uiltin] -d[ictionary] HiLink dctlget_gui_stroke_bindings Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_gui_stroke_bindings syn keyword dctlget_ilm_objects contained -t[ype] HiLink dctlget_ilm_objects Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_ilm_objects syn keyword dctlget_ilms contained -e[xact] -f[ilter] -n[ocase] -q[uiet] -ref[erence] -reg[exp] HiLink dctlget_ilms Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_ilms syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlget_lib_cells contained -e[xact] -f[ilter] -n[ocase] -o[f_objects] -q[uiet] -r[egexp] HiLink dctlget_lib_cells Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_lib_cells syn keyword dctlget_lib_pins contained -e[xact] -f[ilter] -n[ocase] -o[f_objects] -q[uiet] -r[egexp] HiLink dctlget_lib_pins Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_lib_pins syn keyword dctlget_libs contained -e[xact] -f[ilter] -n[ocase] -o[f_objects] -q[uiet] -r[egexp] HiLink dctlget_libs Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_libs syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlget_message_info contained -e[rror_count] -i[nfo_count] -l[imit] -o[ccurrences] -s[uppressed] -w[arning_count] HiLink dctlget_message_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_message_info syn keyword dctlget_multibits contained -e[xact] -f[ilter] -h[ierarchical] -n[ocase] -q[uiet] -r[egexp] HiLink dctlget_multibits Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_multibits syn keyword dctlget_nets contained -e[xact] -f[ilter] -h[ierarchical] -n[ocase] -o[f_objects] -q[uiet] -r[egexp] HiLink dctlget_nets Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_nets syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlget_path_groups contained -e[xact] -f[ilter] -n[ocase] -q[uiet] -r[egexp] HiLink dctlget_path_groups Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_path_groups syn keyword dctlget_pins contained -e[xact] -f[ilter] -h[ierarchical] -l[eaf] -n[ocase] -o[f_objects] -q[uiet] -r[egexp] HiLink dctlget_pins Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_pins syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlget_placement_keepouts contained -e[xact] -f[ilter] -n[ocase] -q[uiet] -r[egexp] -t[ype] HiLink dctlget_placement_keepouts Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_placement_keepouts syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlget_ports contained -e[xact] -f[ilter] -h[ierarchical] -n[ocase] -o[f_objects] -q[uiet] -r[egexp] HiLink dctlget_ports Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_ports syn keyword dctlget_references contained -e[xact] -f[ilter] -h[ierarchical] -n[ocase] -q[uiet] -r[egexp] HiLink dctlget_references Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_references syn keyword dctlget_regions contained -f[ilter] -n[ocase] -q[uiet] -r[egexp] HiLink dctlget_regions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_regions syn keyword dctlget_scan_cells_of_chain contained -c[hain] HiLink dctlget_scan_cells_of_chain Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_scan_cells_of_chain syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlget_selection contained -co[unt] -cr[eate_slct_buses] -d[esign] -f[ewer_than] -m[ore_than] -na[me] -nu[m] -slct_targets[] -slct_targets_[operation] -t[ype] HiLink dctlget_selection Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_selection syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlget_special_collection contained -d[ont_touch_nets] -f[ixed_cells] -h[igh_fanout_nets] -i[deal_nets] -physical_only_c[ells] -physical_only_n[ets] -s[pare_cells] -th[reshold] -ti[e_off_cells] -tr[istate_nets] HiLink dctlget_special_collection Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_special_collection syn keyword dctlget_timing_paths contained -d[elay_type] -e[nable_preset_clear_arcs] -f[rom] -gre[ater] -gro[up] -i[nclude_hierarchical_pins] -l[esser] -m[ax_paths] -n[worst] -slack_g[reater_than] -slack_l[esser_than] -th[rough] -to[] -true[] -true_[threshold] HiLink dctlget_timing_paths Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_timing_paths syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlget_wiring_keepouts contained -e[xact] -f[ilter] -n[ocase] -q[uiet] -r[egexp] HiLink dctlget_wiring_keepouts Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlget_wiring_keepouts syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlgets_dialog contained -d[efault] -t[itle] HiLink dctlgets_dialog Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgets_dialog syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlgroup contained -c[ell_name] -d[esign_name] -e[xcept] -f[sm] -hdl_a[ll_blocks] -hdl_bl[ock] -hdl_bu[ssed] -l[ogic] -p[la] -s[oft] HiLink dctlgroup Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgroup syn keyword dctlgroup_path contained -c[ritical_range] -d[efault] -f[rom] -n[ame] -th[rough] -to[] -w[eight] HiLink dctlgroup_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgroup_path syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlgui_add_annotation contained -c[olor] -g[roup] -p[attern] -te[xt] -ty[pe] -wid[th] -win[dow] HiLink dctlgui_add_annotation Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_add_annotation syn keyword dctlgui_add_menu contained -anchor_i[tem] -anchor_o[ffset] -e[nable_cmd] -g[et_state_cmd] -he[lp_string] -ho[t_key] -i[con_file] -menu[] -menu_[root] -p[osition] -s[eparator] -tc[l_cmd] -to[oltip] HiLink dctlgui_add_menu Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_add_menu syn keyword dctlgui_add_ruler_point contained -w[indow] HiLink dctlgui_add_ruler_point Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_add_ruler_point syn keyword dctlgui_add_toolbar_item contained -i[tem] -s[eparator] -t[oolbar] HiLink dctlgui_add_toolbar_item Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_add_toolbar_item syn keyword dctlgui_bin contained -a[ttr] -bi[n_range] -bo[undary] -cl[ct] -cm[d] -e[xact_binning] -i[gnore_values] -lower_bound[] -lower_bound_[strict] -ni[ce_level] -nu[m_bins] -o[verflow] -s[mall_is_good] -un[derflow] -upper_bound[] -upper_bound_[strict] HiLink dctlgui_bin Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_bin syn keyword dctlgui_create_attrdef contained -c[lass] -d[isplay_name] -f[ormat] -g[et_value_cmd] -hide[] -hide_[infotip] -n[ame] -se[t_value_cmd] -show[] -show_[infotip] -su[btype] -t[ype] -w[idth] HiLink dctlgui_create_attrdef Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_create_attrdef syn keyword dctlgui_create_attrgroup contained -a[ttr_list] -c[lass] -d[efault] -m[odel_kind] -n[ame] HiLink dctlgui_create_attrgroup Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_create_attrgroup syn keyword dctlgui_create_pref_category contained -c[ategory] HiLink dctlgui_create_pref_category Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_create_pref_category syn keyword dctlgui_create_pref_key contained -c[ategory] -k[ey] -value[] -value_[type] HiLink dctlgui_create_pref_key Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_create_pref_key syn keyword dctlgui_create_toolbar contained -n[ame] -t[itle] HiLink dctlgui_create_toolbar Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_create_toolbar syn keyword dctlgui_create_var contained -k[eep_value_if_exist] -n[ame] -r[ead_only] -value[] -value_[type] HiLink dctlgui_create_var Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_create_var syn keyword dctlgui_create_vm contained -i[nfotip] -n[ame] -ta[g] -ti[tle] -u[pdate_cmd] HiLink dctlgui_create_vm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_create_vm syn keyword dctlgui_create_vmbucket contained -ab[ove] -at[] -b[elow] -coll[ection] -colo[r] -i[nfotip] -n[ame] -p[attern] -t[itle] -vi[sible] -vm[name] HiLink dctlgui_create_vmbucket Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_create_vmbucket syn keyword dctlgui_delete_attrdef contained -a[ll] -c[lass] -n[ame] HiLink dctlgui_delete_attrdef Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_delete_attrdef syn keyword dctlgui_delete_attrgroup contained -a[ll] -c[lass] -d[efault] -m[odel_kind] -n[ame] HiLink dctlgui_delete_attrgroup Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_delete_attrgroup syn keyword dctlgui_eval_cmd contained -c[md] -d[isplay|] -e[xec_callbacks] -h[istory] -l[og] -no_d[isplay] -no_e[xec_callbacks] -no_h[istory] -no_l[og] HiLink dctlgui_eval_cmd Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_eval_cmd syn keyword dctlgui_exist_pref_category contained -c[ategory] HiLink dctlgui_exist_pref_category Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_exist_pref_category syn keyword dctlgui_exist_pref_key contained -c[ategory] -k[ey] HiLink dctlgui_exist_pref_key Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_exist_pref_key syn keyword dctlgui_exist_var contained -n[ame] HiLink dctlgui_exist_var Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_exist_var syn keyword dctlgui_get_attribute contained -d[efault] HiLink dctlgui_get_attribute Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_get_attribute syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlgui_get_pref_keys contained -c[ategory] HiLink dctlgui_get_pref_keys Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_get_pref_keys syn keyword dctlgui_get_pref_value contained -c[ategory] -k[ey] HiLink dctlgui_get_pref_value Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_get_pref_value syn keyword dctlgui_get_pref_value_type contained -c[ategory] -k[ey] HiLink dctlgui_get_pref_value_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_get_pref_value_type syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlgui_get_var contained -n[ame] HiLink dctlgui_get_var Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_get_var syn keyword dctlgui_get_vm contained -b[uckets] -d[iscrete] -i[nfotip] -n[ame] -ta[g] -ti[tle] HiLink dctlgui_get_vm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_get_vm syn keyword dctlgui_get_vmbucket contained -coll[ection] -colo[r] -i[nfotip] -na[me] -ne[tfilter] -p[attern] -t[itle] -vi[sible] -vm[name] HiLink dctlgui_get_vmbucket Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_get_vmbucket syn keyword dctlgui_hide_toolbar contained -n[ame] HiLink dctlgui_hide_toolbar Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_hide_toolbar syn keyword dctlgui_list_attrdefs contained -a[ll] -c[lass] -f[ull] -n[ame] -t[cl] HiLink dctlgui_list_attrdefs Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_list_attrdefs syn keyword dctlgui_list_attrgroup contained -al[l] -at[tr_list] -c[lass] -d[efault] -f[ull] -m[odel_kind] -n[ame] -t[cl] HiLink dctlgui_list_attrgroup Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_list_attrgroup syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlgui_log_cmd contained -cm[d] -co[mment] -no_c[omment] -no_s[uppress_newline] -s[uppress_newline] HiLink dctlgui_log_cmd Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_log_cmd syn keyword dctlgui_new_ruler contained -w[indow] HiLink dctlgui_new_ruler Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_new_ruler syn keyword dctlgui_remove_all_annotations contained -w[indow] HiLink dctlgui_remove_all_annotations Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_remove_all_annotations syn keyword dctlgui_remove_all_rulers contained -w[indow] HiLink dctlgui_remove_all_rulers Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_remove_all_rulers syn keyword dctlgui_remove_pref_key contained -c[ategory] -k[ey] HiLink dctlgui_remove_pref_key Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_remove_pref_key syn keyword dctlgui_remove_toolbar contained -n[ame] HiLink dctlgui_remove_toolbar Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_remove_toolbar syn keyword dctlgui_remove_toolbar_item contained -i[tem] -s[eparator] -t[oolbar] HiLink dctlgui_remove_toolbar_item Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_remove_toolbar_item syn keyword dctlgui_remove_var contained -n[ame] HiLink dctlgui_remove_var Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_remove_var syn keyword dctlgui_remove_vm contained -n[ame] HiLink dctlgui_remove_vm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_remove_vm syn keyword dctlgui_remove_vmbucket contained -a[ll] -n[ame] -v[mname] HiLink dctlgui_remove_vmbucket Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_remove_vmbucket syn keyword dctlgui_select_vmbucket contained -a[dd] -n[ame] -rem[ove] -rep[lace] -v[mname] HiLink dctlgui_select_vmbucket Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_select_vmbucket syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlgui_set_layout_visual_mode contained -m[ode] -n[o_update] -w[indow] HiLink dctlgui_set_layout_visual_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_set_layout_visual_mode syn keyword dctlgui_set_pref_value contained -c[ategory] -k[ey] -v[alue] HiLink dctlgui_set_pref_value Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_set_pref_value syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlgui_set_var contained -n[ame] -v[alue] HiLink dctlgui_set_var Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_set_var syn keyword dctlgui_set_vm contained -b[uckets] -i[nfotip] -n[ame] -ta[g] -ti[tle] -u[pdate_cmd] HiLink dctlgui_set_vm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_set_vm syn keyword dctlgui_set_vmbucket contained -ab[ove] -at[] -b[elow] -coll[ection] -colo[r] -i[nfotip] -n[ame] -p[attern] -t[itle] -vi[sible] -vm[name] HiLink dctlgui_set_vmbucket Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_set_vmbucket syn keyword dctlgui_show_man_page contained -a[propos] HiLink dctlgui_show_man_page Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_show_man_page syn keyword dctlgui_show_toolbar contained -n[ame] HiLink dctlgui_show_toolbar Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_show_toolbar syn keyword dctlgui_update_attrdef contained -c[lass] -d[isplay_name] -f[ormat] -g[et_value_cmd] -hide[] -hide_[infotip] -n[ame] -se[t_value_cmd] -show[] -show_[infotip] -su[btype] -t[ype] -w[idth] HiLink dctlgui_update_attrdef Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_update_attrdef syn keyword dctlgui_update_attrgroup contained -ad[d] -an[chor] -attr[] -attr_[list] -c[lass] -def[ault] -del[ete] -mod[el_kind] -mov[e] -n[ame] HiLink dctlgui_update_attrgroup Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_update_attrgroup syn keyword dctlgui_update_physical_model contained -c[ongestion] -l[eaf_cells] -r[eset] -s[tatus] -t[iming] HiLink dctlgui_update_physical_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_update_physical_model syn keyword dctlgui_update_pref_file contained -f[ile] HiLink dctlgui_update_pref_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_update_pref_file syn keyword dctlgui_update_vm contained -n[ame] HiLink dctlgui_update_vm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_update_vm syn keyword dctlgui_view_port_history contained -a[dd] -de[lete_name] -di[alog] -h[elp_cmd] -isn[ext] -isp[revious] -l[ist_names] -n[ext] -p[revious] -r[ect] -tc[l_list] -to[] -w[indow] HiLink dctlgui_view_port_history Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_view_port_history syn keyword dctlgui_zoom contained -c[lct] -fa[ctor] -fi[t] -fu[ll] -r[ect] -s[elect_mode] -w[indow] -zoom_i[n_mode] -zoom_o[ut_mode] HiLink dctlgui_zoom Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlgui_zoom syn keyword dctlhelp contained -v[erbose] HiLink dctlhelp Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlhelp syn keyword dctlhighlight_path contained -c[ritical_path] -f[rom] -max[] -max_f[all] -max_r[ise] -min[] -min_f[all] -min_r[ise] -n[o_auto_cycle] HiLink dctlhighlight_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlhighlight_path syn keyword dctlhistory contained -h[] -r[] HiLink dctlhistory Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlhistory syn keyword dctlhookup_testports contained -v[erbose] HiLink dctlhookup_testports Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlhookup_testports syn keyword dctlidentify_interface_logic contained -a[uto_ignore] -i[gnore_ports] -keep_b[oundary_cells] -keep_m[acros] -l[atch_level] HiLink dctlidentify_interface_logic Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlidentify_interface_logic syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlignore_array_loop_precedences contained -f[rom] -p[rocess] -t[o] HiLink dctlignore_array_loop_precedences Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlignore_array_loop_precedences syn keyword dctlignore_array_precedences contained -f[rom_set] -p[rocess] -t[o_set] HiLink dctlignore_array_precedences Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlignore_array_precedences syn keyword dctlignore_memory_loop_precedences contained -f[rom] -p[rocess] -t[o] HiLink dctlignore_memory_loop_precedences Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlignore_memory_loop_precedences syn keyword dctlignore_memory_precedences contained -from[] -from_[set] -p[rocess] -to[] -to_[set] HiLink dctlignore_memory_precedences Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlignore_memory_precedences syn keyword dctlignore_site_row contained -r[ow] -s[ite] HiLink dctlignore_site_row Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlignore_site_row syn keyword dctlinclude contained -q[uiet] HiLink dctlinclude Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlinclude syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlinfo 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 dctlinfo Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlinfo syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlinsert_clock_gating contained -m[odule_level] -no_h[ier] -no_r[egister_based] -r[egular_only] HiLink dctlinsert_clock_gating Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlinsert_clock_gating syn keyword dctlinsert_dft contained -a[rch] -b[ackground] -d[ont_fix_constraint_violations] -h[ost] -i[gnore_compile_design_rules] -m[ap_effort] -n[o_scan] -p[hysical] -x[term] HiLink dctlinsert_dft Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlinsert_dft syn keyword dctlinsert_filler contained -ce[ll_name] -co[ordinate] -i[gnore_keepouts] -l[ib_cells] -s[pacing] HiLink dctlinsert_filler Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlinsert_filler syn keyword dctlinsert_level_shifter contained -a[ll_clock_nets] -c[lock_net] -p[reserve] HiLink dctlinsert_level_shifter Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlinsert_level_shifter syn keyword dctlinsert_level_shifters contained -a[ll_clock_nets] -c[lock_net] -p[reserve] HiLink dctlinsert_level_shifters Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlinsert_level_shifters syn keyword dctlinsert_pads contained -r[espect_hierarchy] -t[hru_hierarchy] -verify[] -verify_e[ffort] -verify_h[ierarchically] HiLink dctlinsert_pads Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlinsert_pads syn keyword dctlinsert_scan contained -a[rch] -b[ackground] -d[ont_fix_constraint_violations] -h[ost] -i[gnore_compile_design_rules] -m[ap_effort] -p[hysical] -x[term] HiLink dctlinsert_scan Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlinsert_scan syn keyword dctlinsert_spare_cells contained -c[ell_name] -l[ib_cell] -n[um_instances] -s[ub_design] HiLink dctlinsert_spare_cells Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlinsert_spare_cells syn keyword dctlinsert_tap contained -ce[ll_name] -co[ordinate] -f[orce] -i[gnore_keepouts] -l[ib_cell] -s[pacing] HiLink dctlinsert_tap Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlinsert_tap syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctllegalize_placement contained -ce[lls] -ch[eck_only] -co[ordinates] -ec[o] -ef[fort] -i[ncremental] -p[riority] -t[iming] HiLink dctllegalize_placement Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctllegalize_placement syn keyword dctllib2saif contained -l[ib_pathname] -o[utput] HiLink dctllib2saif Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctllib2saif syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctllink contained -a[ll] HiLink dctllink Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctllink syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctllist_attributes contained -a[pplication] -c[lass] HiLink dctllist_attributes Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctllist_attributes syn keyword dctllist_designs contained -s[how_file] HiLink dctllist_designs Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctllist_designs syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctllist_instances contained -f[ull] -h[ierarchy] -m[ax_levels] HiLink dctllist_instances Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctllist_instances syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctllist_test_modes contained -e[xisting] -s[pec] HiLink dctllist_test_modes Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctllist_test_modes syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctllsi_readlef contained -l[ib] -n[o_warnings] -t[rim] HiLink dctllsi_readlef Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctllsi_readlef syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlmerge_clock_gates contained -m[in_slack] HiLink dctlmerge_clock_gates Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlmerge_clock_gates syn keyword dctlmerge_ilm_core contained -i[lm_core] -v[erbose] HiLink dctlmerge_ilm_core Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlmerge_ilm_core syn keyword dctlmerge_saif contained -exclude[] -exclude_[absolute] -ignore[] -ignore_[absolute] -inp[ut_list] -ins[tance_name] -k[hrate] -o[utput] -sc[ale] -si[mple_merge] -st[rip_module] -u[nit_base] HiLink dctlmerge_saif Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlmerge_saif syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlmove_objects contained -d[elta] -f[rom] -ignore_b[ounds] -ignore_m[obility] -o[rient] -respect_b[ounds] -respect_m[obility] -t[o] -u[se_origin] HiLink dctlmove_objects Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlmove_objects syn keyword dctlmw_create_design contained -max_p[hys] -max_t[luplus] -min_p[hys] -min_t[luplus] -n[om_tluplus] -tech_f[ile] -tech_p[db] -tech_s[ource] -tf[2itf_map] HiLink dctlmw_create_design Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlmw_create_design syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctloptimize_bsd contained -e[ffort] -i[gnore_compile_design_rules] HiLink dctloptimize_bsd Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctloptimize_bsd syn keyword dctloptimize_congestion contained -c[oordinate] -e[ffort] HiLink dctloptimize_congestion Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctloptimize_congestion syn keyword dctloptimize_placement contained -c[ell] -f[rom] -g[lobal] -i[gnore_drc] -no[_legalize] -nu[m_path] -nw[orst] -s[izing] -th[rough] -to[] HiLink dctloptimize_placement Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctloptimize_placement syn keyword dctloptimize_registers contained -async_s[tate] -async_t[ransform] -c[heck_design] -f[latten] -m[inimum_period_only] -no_cl[ock_correction] -no_co[mpile] -no_i[ncremental_map] -pe[riod] -pr[int_critical_loop] -sync_s[tate] -sync_t[ransform] -v[erbose] HiLink dctloptimize_registers Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctloptimize_registers syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlparse_proc_arguments contained -a[rgs] HiLink dctlparse_proc_arguments Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlparse_proc_arguments syn keyword dctlpartition_dp contained -do[nt_split] -du[plicate] HiLink dctlpartition_dp Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlpartition_dp syn keyword dctlphysopt contained -area_e[ffort] -area_r[ecovery] -ch[eck_only] -congestion[] -congestion_[effort] -d[esign_rule_check] -ec[o] -ef[fort] -in_[place_size_only] -inc[remental] -m[pc] -no_d[esign_rule] -no_l[egalize] -nu[m_cpus] -on_[route] -only_a[rea_recovery] -only_d[esign_rule] -only_h[old_time] -only_p[ower_recovery] -pos[t_route] -pow[er_recovery] -q[uick] -s[ize_only] -t[iming_driven_congestion] -v[h] HiLink dctlphysopt Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlphysopt syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlpipeline_design contained -1[] -a[sync_reset] -ch[eck_design] -cl[ock_port_name] -e[xact_map] -f[latten] -m[inimum_period_only] -no_cl[ock_correction] -no_co[mpile] -no_i[ncremental_map] -pe[riod] -pr[int_critical_loop] -reg[ister_outputs] -res[et_polarity] -stag[es] -stall_pol[arity] -stall_por[ts] -sy[nc_reset] -v[erbose] HiLink dctlpipeline_design Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlpipeline_design syn keyword dctlpipeline_loop contained -i[nitiation_interval] -l[atency] HiLink dctlpipeline_loop Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlpipeline_loop syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlplot contained -h[ierarchy] -o[utput] -sc[hematic_view] -sh[eet_list] -sy[mbol_view] HiLink dctlplot Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlplot syn keyword dctlpreschedule contained -p[rocess] HiLink dctlpreschedule Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlpreschedule syn keyword dctlpreview_bsd contained -sc[ript] -sh[ow] HiLink dctlpreview_bsd Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlpreview_bsd syn keyword dctlpreview_dft contained -b[scan] -c[ore_integration] -m[bist] -n[o_scan] -p[hysical] -sc[ript] -sh[ow] -test_p[oints] -test_w[rappers] -v[erbose] HiLink dctlpreview_dft Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlpreview_dft syn keyword dctlpreview_scan contained -c[ommand] -p[hysical] -sc[ript] -sh[ow] HiLink dctlpreview_scan Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlpreview_scan syn keyword dctlprint contained -h[ierarchy] -sc[hematic_view] -sh[eet_list] -sy[mbol_view] HiLink dctlprint Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlprint syn keyword dctlprint_message_info contained -i[ds] -s[ummary] HiLink dctlprint_message_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlprint_message_info syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlprintvar contained -a[pplication] -u[ser_defined] HiLink dctlprintvar Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlprintvar syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlproc_args 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 dctlproc_args Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlproc_args syn keyword dctlproc_body 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 dctlproc_body Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlproc_body syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlpropagate_constraints contained -a[ll] -ca[se_analysis] -cl[ocks] -de[sign] -di[sable_timing] -do[nt_apply] -f[alse_path] -g[ate_clock] -ignore_f[rom_or_to_port_exceptions] -ignore_t[hrough_port_exceptions] -ma[x_delay] -mi[n_delay] -mu[lticycle_path] -o[utput] -p[ort_isolation] -v[erbose] HiLink dctlpropagate_constraints Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlpropagate_constraints syn keyword dctlpropagate_ilm contained -d[elay] -include_a[ll_boundary_cell_delays] -include_b[oundary_cell_delays] -k[eepout] -p[lacement] -v[erbose] HiLink dctlpropagate_ilm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlpropagate_ilm syn keyword dctlpropagate_placement contained -v[erbose] HiLink dctlpropagate_placement Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlpropagate_placement syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlquery_objects contained -c[lass] -t[runcate] -v[erbose] HiLink dctlquery_objects Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlquery_objects syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlread contained -n[onewline] HiLink dctlread Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlread_clusters contained -d[esign] HiLink dctlread_clusters Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_clusters syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlread_def contained -allow_physical_c[ells] -allow_physical_n[ets] -allow_physical_p[orts] -d[esign] -i[ncremental] -m[ove_bounds] -q[uiet] -s[kip_signal_nets] -v[erbose] HiLink dctlread_def Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_def syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlread_file contained -d[efine] -f[ormat] -l[ibrary] -na[mes_file] -ne[tlist] -r[tl] -s[ingle_file] -w[ork] HiLink dctlread_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_file syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlread_lib contained -f[ormat] -na[mes_file] -no[_warnings] -pl[ibrary] -pp[library] -s[ymbol] HiLink dctlread_lib Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_lib syn keyword dctlread_mdb contained -c[ell_name] -d[esign] -s[kip_signal] -u[pdate_sdc] HiLink dctlread_mdb Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_mdb syn keyword dctlread_parasitics contained -a[rnoldi] -c[omplete_with] -e[lmore] -f[ormat] -i[ncrement] -n[et_cap_only] -pa[th] -pi[n_cap_included] -q[uiet] -st[rip_path] -sy[ntax_only] -v[erbose] HiLink dctlread_parasitics Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_parasitics syn keyword dctlread_partition contained -f[ormat] -s[ource] -t[ype] HiLink dctlread_partition Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_partition syn keyword dctlread_pattern_info contained -d[esign] -o[verwrite] HiLink dctlread_pattern_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_pattern_info syn keyword dctlread_pdef contained -allow_physical_c[ells] -allow_physical_p[orts] -de[sign] -do[nt_update_core_area] -q[uiet] -s[kip_signal_nets] -v[erbose] HiLink dctlread_pdef Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_pdef syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlread_preserved_function_netlist contained -a[sync_reset] -clock_e[dge] -clock_p[ort_name] -d[esign_library] -e[xclude] -fi[lename] -fo[rce_reload] -res[et_polarity] -ret[urn_port] -s[ync_reset] HiLink dctlread_preserved_function_netlist Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_preserved_function_netlist syn keyword dctlread_saif contained -exclude[] -exclude_[absolute] -ignore[] -ignore_[absolute] -inp[ut] -ins[tance_name] -k[hrate] -n[ames_file] -r[tl_direct] -sc[ale] -st[rip_module] -u[nit_base] -v[erbose] HiLink dctlread_saif Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_saif syn keyword dctlread_sdc contained -e[cho] -s[yntax_only] -v[ersion] HiLink dctlread_sdc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_sdc syn keyword dctlread_sdf contained -l[oad_delay] -ma[x_type] -mi[n_type] -p[ath] -w[orst] HiLink dctlread_sdf Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_sdf syn keyword dctlread_sverilog contained -n[etlist] -r[tl] HiLink dctlread_sverilog Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_sverilog syn keyword dctlread_test_model contained -d[esign] -f[ormat] HiLink dctlread_test_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_test_model syn keyword dctlread_test_protocol contained -o[verwrite] -se[ction] -si[lent] -t[est_mode] -v[erbose] HiLink dctlread_test_protocol Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_test_protocol syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlread_verilog contained -n[etlist] -r[tl] HiLink dctlread_verilog Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_verilog syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlredirect contained -a[ppend] -f[ile] -t[ee] -v[ariable] HiLink dctlredirect Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlredirect syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlregister_control contained -i[nputs] -n[one] -o[utputs] -p[rocess] HiLink dctlregister_control Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlregister_control syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_analysis_info contained -d[esign] HiLink dctlremove_analysis_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_analysis_info syn keyword dctlremove_annotated_check contained -a[ll] -c[lock] -fa[ll] -fr[om] -h[old] -nochange_h[igh] -nochange_l[ow] -rec[overy] -rem[oval] -ri[se] -s[etup] -t[o] HiLink dctlremove_annotated_check Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_annotated_check syn keyword dctlremove_annotated_delay contained -a[ll] -c[ell_all] -f[rom] -n[et_all] -t[o] HiLink dctlremove_annotated_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_annotated_delay syn keyword dctlremove_annotated_transition contained -al[l] -at[] -at<[pin_list>] HiLink dctlremove_annotated_transition Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_annotated_transition syn keyword dctlremove_attribute contained -b[us] -q[uiet] HiLink dctlremove_attribute Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_attribute syn keyword dctlremove_bounds contained -a[ll] -n[ame] HiLink dctlremove_bounds Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_bounds syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_bsd_specification contained -a[ll] -b[sr_element] -com[pliance] -conf[iguration] -cont[rol_cell] -d[ata_cell] -ins[truction] -int[est] -l[inkage_port] -p[ath] -re[gister] -ru[nbist] -t[ap_element] HiLink dctlremove_bsd_specification Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_bsd_specification syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_buffer_tree contained -c[ost_driven] -f[rom] -h[ierarchy] -m[ode] -n[et] HiLink dctlremove_buffer_tree Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_buffer_tree syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_cache contained -accessed_b[eyond] -accessed_s[ince] -de[sign_lib] -di[rectory] -i[mplementation] -l[arger] -mode[l_only] -modu[le] -n[etlist_only] -o[perating_conditions] -p[arameters] -s[maller] -t[ech_lib] -w[ire_load] HiLink dctlremove_cache Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_cache syn keyword dctlremove_case_analysis contained -a[ll] HiLink dctlremove_case_analysis Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_case_analysis syn keyword dctlremove_cell contained -a[ll] HiLink dctlremove_cell Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_cell syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_clock contained -a[ll] HiLink dctlremove_clock Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_clock syn keyword dctlremove_clock_gating contained -a[ll] -gate[d_registers] -gati[ng_cells] -h[ier] -u[ndo] -v[erbose] HiLink dctlremove_clock_gating Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_clock_gating syn keyword dctlremove_clock_gating_check contained -f[all] -h[old] -r[ise] -s[etup] HiLink dctlremove_clock_gating_check Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_clock_gating_check syn keyword dctlremove_clock_latency contained -e[arly] -f[all] -l[ate] -ma[x] -mi[n] -r[ise] -s[ource] HiLink dctlremove_clock_latency Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_clock_latency syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_clock_uncertainty contained -fa[ll] -fr[om] -h[old] -r[ise] -s[etup] -t[o] HiLink dctlremove_clock_uncertainty Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_clock_uncertainty syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_congestion_options contained -a[ll] HiLink dctlremove_congestion_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_congestion_options syn keyword dctlremove_constraint contained -a[ll] HiLink dctlremove_constraint Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_constraint syn keyword dctlremove_core_integration_configuration contained -a[ll] HiLink dctlremove_core_integration_configuration Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_core_integration_configuration syn keyword dctlremove_core_wrapper_configuration contained -a[ll] HiLink dctlremove_core_wrapper_configuration Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_core_wrapper_configuration syn keyword dctlremove_core_wrapper_specification contained -a[ll] -c[hain] -w[rapper_design] HiLink dctlremove_core_wrapper_specification Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_core_wrapper_specification syn keyword dctlremove_design contained -a[ll] -d[esigns] -h[ierarchy] -q[uiet] HiLink dctlremove_design Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_design syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_dft_signal contained -p[ort] -t[est_mode] -v[iew] HiLink dctlremove_dft_signal Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_dft_signal syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_disable_timing contained -f[rom] -t[o] HiLink dctlremove_disable_timing Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_disable_timing syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_filler contained -ce[ll_name] -co[ordinate] -l[ib_cells] HiLink dctlremove_filler Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_filler syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_generated_clock contained -a[ll] HiLink dctlremove_generated_clock Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_generated_clock syn keyword dctlremove_highlighting contained -a[ll] -h[ier] HiLink dctlremove_highlighting Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_highlighting syn keyword dctlremove_ideal_latency contained -f[all] -ma[x] -mi[n] -r[ise] HiLink dctlremove_ideal_latency Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_ideal_latency syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_ideal_transition contained -f[all] -ma[x] -mi[n] -r[ise] HiLink dctlremove_ideal_transition Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_ideal_transition syn keyword dctlremove_ignored_layers contained -a[ll] HiLink dctlremove_ignored_layers Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_ignored_layers syn keyword dctlremove_input_delay contained -clock[] -clock_[fall] -f[all] -l[evel_sensitive] -ma[x] -mi[n] -r[ise] HiLink dctlremove_input_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_input_delay syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_keepout_margin contained -t[ype] HiLink dctlremove_keepout_margin Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_keepout_margin syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_lib contained -a[ll] -q[uiet] HiLink dctlremove_lib Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_lib syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_net contained -a[ll] -i[nstance] -o[nly_physical] HiLink dctlremove_net Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_net syn keyword dctlremove_net_isolations contained -a[uto] -p[airwise] -t[rack] -u[ser] HiLink dctlremove_net_isolations Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_net_isolations syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_operand_isolation contained -f[rom] -t[o] HiLink dctlremove_operand_isolation Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_operand_isolation syn keyword dctlremove_output_delay contained -clock[] -clock_[fall] -f[all] -l[evel_sensitive] -ma[x] -mi[n] -r[ise] HiLink dctlremove_output_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_output_delay syn keyword dctlremove_pads contained -verify[] -verify_[effort] HiLink dctlremove_pads Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_pads syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_placement_keepout contained -a[ll] -n[ame] HiLink dctlremove_placement_keepout Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_placement_keepout syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_port contained -a[ll] HiLink dctlremove_port Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_port syn keyword dctlremove_port_configuration contained -c[ell] -p[ort] HiLink dctlremove_port_configuration Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_port_configuration syn keyword dctlremove_preferred_clock contained -ca[pture] -cl[ock] -h[old] -l[aunch] -s[etup] HiLink dctlremove_preferred_clock Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_preferred_clock syn keyword dctlremove_preroute_check contained -a[ll] HiLink dctlremove_preroute_check Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_preroute_check syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_region contained -a[ll] -n[ame] HiLink dctlremove_region Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_region syn keyword dctlremove_routing_rules contained -a[ll] HiLink dctlremove_routing_rules Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_routing_rules syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_rtl_load contained -a[ll] HiLink dctlremove_rtl_load Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_rtl_load syn keyword dctlremove_scan_path contained -v[iew] HiLink dctlremove_scan_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_scan_path syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_scan_specification contained -a[ll] -b[idirectionals] -ch[ain] -co[nfiguration] -l[ink] -se[gment] -si[gnal] -t[ristates] HiLink dctlremove_scan_specification Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_scan_specification syn keyword dctlremove_scheduling_constraints contained -p[rocess] HiLink dctlremove_scheduling_constraints Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_scheduling_constraints syn keyword dctlremove_site_row contained -a[ll] HiLink dctlremove_site_row Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_site_row syn keyword dctlremove_test_mode contained -e[xisting] -spec[] -spec|[-existing] -v[iew] HiLink dctlremove_test_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_test_mode syn keyword dctlremove_test_model contained -d[esign] HiLink dctlremove_test_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_test_model syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_track contained -d[ir] -l[ayer] HiLink dctlremove_track Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_track syn keyword dctlremove_unconnected_ports contained -b[last_buses] HiLink dctlremove_unconnected_ports Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_unconnected_ports syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_wire_load_model contained -c[luster] -ma[x] -mi[n] HiLink dctlremove_wire_load_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_wire_load_model syn keyword dctlremove_wire_load_selection_group contained -c[luster] -ma[x] -mi[n] HiLink dctlremove_wire_load_selection_group Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_wire_load_selection_group syn keyword dctlremove_wiring_keepout contained -a[ll] -n[ame] HiLink dctlremove_wiring_keepout Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlremove_wiring_keepout syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreoptimize_design contained -a[rea_recovery] -buffer_i[nsertion] -buffer_r[emoval] -c[pr] -ignore_c[ell_area] -ignore_f[ootprint] -m[ap_effort] -n[o_design_rule] -only_d[esign_rule] -only_h[old_time] -p[in_swap] -s[izing] -t[olerance_to_change] HiLink dctlreoptimize_design Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreoptimize_design syn keyword dctlreplace_fpga contained -f[orce] -group_c[ells] -group_t[lus] -verify[] -verify_e[ffort] -verify_h[ierarchically] HiLink dctlreplace_fpga Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreplace_fpga syn keyword dctlreplace_synthetic contained -u[ngroup] HiLink dctlreplace_synthetic Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreplace_synthetic syn keyword dctlreport_annotated_check contained -n[osplit] HiLink dctlreport_annotated_check Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_annotated_check syn keyword dctlreport_annotated_delay contained -c[ell] -m[in] -ne[t] -no[split] -s[ummary] HiLink dctlreport_annotated_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_annotated_delay syn keyword dctlreport_annotated_transition contained -n[osplit] HiLink dctlreport_annotated_transition Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_annotated_transition syn keyword dctlreport_antenna contained -c[alculation_report_file] -d[ir] -r[eport_net_calculation] -v[iolators_report_file] HiLink dctlreport_antenna Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_antenna syn keyword dctlreport_area contained -n[osplit] -p[hysical] HiLink dctlreport_area Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_area syn keyword dctlreport_attribute contained -c[ell] -d[esign] -h[ierarchy] -i[nstance] -ne[t] -no[split] -pi[n] -po[rt] -r[eference] HiLink dctlreport_attribute Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_attribute syn keyword dctlreport_auto_ungroup contained -f[ull] -n[osplit] HiLink dctlreport_auto_ungroup Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_auto_ungroup syn keyword dctlreport_bounds contained -a[ll] -n[ame] HiLink dctlreport_bounds Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_bounds syn keyword dctlreport_buffer_tree contained -c[onnections] -d[epth] -f[rom] -h[ierarchy] -ne[t] -no[split] -p[hysical] HiLink dctlreport_buffer_tree Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_buffer_tree syn keyword dctlreport_bus contained -n[osplit] HiLink dctlreport_bus Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_bus syn keyword dctlreport_cache contained -accessed_b[eyond] -accessed_s[ince] -de[sign_lib] -di[rectory] -i[mplementation] -l[arger] -mode[l_only] -modu[le] -n[etlist_only] -o[perating_conditions] -p[arameters] -sm[aller] -sort_c[ache_key] -sort_l[argest] -sort_o[ldest] -st[atistics] -t[ech_lib] -w[ire_load] HiLink dctlreport_cache Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_cache syn keyword dctlreport_case_analysis contained -a[ll] -n[osplit] HiLink dctlreport_case_analysis Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_case_analysis syn keyword dctlreport_cell contained -c[onnections] -n[osplit] -o[nly_physical] -p[hysical] -s[ignificant_digits] -v[erbose] HiLink dctlreport_cell Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_cell syn keyword dctlreport_cell_displacement contained -l[oad_pdef] -n[worst] -p[def_name] -r[emove_pdef] -t[hreshold] -v[erbose] HiLink dctlreport_cell_displacement Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_cell_displacement syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_clock contained -a[ttributes] -n[osplit] -s[kew] HiLink dctlreport_clock Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_clock syn keyword dctlreport_clock_gating contained -gate[d] -gati[ng_elements] -m[ulti_stage] -no_[hier] -nos[plit] -o[nly] -p[hysical] -u[ngated] -v[erbose] HiLink dctlreport_clock_gating Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_clock_gating syn keyword dctlreport_clock_gating_check contained -n[osplit] -s[ignificant_digits] -t[ype] HiLink dctlreport_clock_gating_check Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_clock_gating_check syn keyword dctlreport_clusters contained -c[luster] -l[eaf] -n[osplit] HiLink dctlreport_clusters Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_clusters syn keyword dctlreport_compile_options contained -n[osplit] HiLink dctlreport_compile_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_compile_options syn keyword dctlreport_congestion contained -c[ongestion_effort] -histo_i[nterval] -histo_s[tart] -v[erbose] HiLink dctlreport_congestion Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_congestion syn keyword dctlreport_congestion_options contained -a[ll] HiLink dctlreport_congestion_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_congestion_options syn keyword dctlreport_constraint contained -a[ll_violators] -ce[ll_degradation] -co[nnection_class] -cr[itical_range] -max_a[rea] -max_c[apacitance] -max_de[lay] -max_dy[namic_power] -max_f[anout] -max_l[eakage_power] -max_n[et_length] -max_tog[gle_rate] -max_tot[al_power] -max_tr[ansition] -min_c[apacitance] -min_d[elay] -min_p[orosity] -mu[ltiport_net] -n[osplit] -s[ignificant_digits] -v[erbose] HiLink dctlreport_constraint Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_constraint syn keyword dctlreport_delay_calculation contained -f[rom] -ma[x] -mi[n] -n[osplit] -t[o] HiLink dctlreport_delay_calculation Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_delay_calculation syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_design contained -h[ierarchy] -n[osplit] -p[hysical] -v[erbose] HiLink dctlreport_design Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_design syn keyword dctlreport_design_lib contained -a[rchitectures] -d[esigns] -l[ibraries] -p[ackages] HiLink dctlreport_design_lib Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_design_lib syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_dft_signal contained -p[ort] -t[est_mode] -v[iew] HiLink dctlreport_dft_signal Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_dft_signal syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_disable_timing contained -n[osplit] HiLink dctlreport_disable_timing Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_disable_timing syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_fault contained -d[esign] -e[xec] HiLink dctlreport_fault Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_fault syn keyword dctlreport_filler contained -ce[ll_name] -co[ordinate] -l[ib_cells] HiLink dctlreport_filler Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_filler syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_floorplan_pnet_options contained -n[ame] HiLink dctlreport_floorplan_pnet_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_floorplan_pnet_options syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_fpga contained -n[osplit] -o[ne_level] HiLink dctlreport_fpga Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_fpga syn keyword dctlreport_fsm contained -n[osplit] HiLink dctlreport_fsm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_fsm syn keyword dctlreport_gui_stroke_bindings contained -d[ictionary] HiLink dctlreport_gui_stroke_bindings Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_gui_stroke_bindings syn keyword dctlreport_gui_stroke_builtinss contained -d[ictionary] HiLink dctlreport_gui_stroke_builtinss Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_gui_stroke_builtinss syn keyword dctlreport_hierarchy contained -f[ull] -n[osplit] HiLink dctlreport_hierarchy Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_hierarchy syn keyword dctlreport_ideal_network contained -c[ell] -l[oad_pin] -n[et] -t[iming] HiLink dctlreport_ideal_network Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_ideal_network syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_internal_loads contained -n[osplit] HiLink dctlreport_internal_loads Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_internal_loads syn keyword dctlreport_isolate_ports contained -n[osplit] HiLink dctlreport_isolate_ports Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_isolate_ports syn keyword dctlreport_keepout_margin contained -t[ype] HiLink dctlreport_keepout_margin Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_keepout_margin syn keyword dctlreport_lib contained -a[ll] -e[m] -fp[ga] -fu[ll_table] -k[_factors] -noise[] -noise_[arcs] -power[] -power_[label] -ro[uting_rule] -rw[m] -ta[ble] -timing[] -timing_a[rcs] -timing_l[abel] -u[ser_defined_data] -v[hdl_name] HiLink dctlreport_lib Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_lib syn keyword dctlreport_mode contained -n[osplit] HiLink dctlreport_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_mode syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_mpc_pnet_options contained -n[ame] HiLink dctlreport_mpc_pnet_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_mpc_pnet_options syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_mpc_ring_options contained -n[ame] HiLink dctlreport_mpc_ring_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_mpc_ring_options syn keyword dctlreport_multibit contained -n[osplit] HiLink dctlreport_multibit Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_multibit syn keyword dctlreport_multicycles contained -p[rocess] HiLink dctlreport_multicycles Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_multicycles syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_names contained -d[ont_touch] -h[ierarchy] -n[osplit] -o[riginal] -r[ules] HiLink dctlreport_names Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_names syn keyword dctlreport_net contained -ce[ll_degradation] -co[nnections] -ma[x_toggle_rate] -mi[n] -nof[lat] -nos[plit] -o[nly_physical] -p[hysical] -s[ignificant_digits] -t[ransition_times] -v[erbose] HiLink dctlreport_net Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_net syn keyword dctlreport_net_fanout contained -b[ound] -c[onnections] -d[epth] -h[igh_fanout] -m[in] -n[osplit] -p[hysical] -th[reshold] -tr[ee] -v[erbose] HiLink dctlreport_net_fanout Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_net_fanout syn keyword dctlreport_net_isolations contained -a[uto] -p[airwise] -t[rack] -u[ser] HiLink dctlreport_net_isolations Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_net_isolations syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_net_statistics contained -g[lobal] -s[ortby] -t[rim] HiLink dctlreport_net_statistics Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_net_statistics syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_partitions contained -n[osplit] HiLink dctlreport_partitions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_partitions syn keyword dctlreport_pass_data contained -h[ierarchy] -p[ass_list] HiLink dctlreport_pass_data Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_pass_data syn keyword dctlreport_path_budget contained -a[ll] -f[rom] -i[nput_pins] -m[ax_paths] -ne[ts] -no[split] -nw[orst] -s[ignificant_digits] -th[rough] -to[] -tr[ansition_time] -v[erbose] HiLink dctlreport_path_budget Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_path_budget syn keyword dctlreport_path_group contained -e[xpanded] -n[osplit] HiLink dctlreport_path_group Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_path_group syn keyword dctlreport_peak_noise contained -e[stimated] -g[ui_histo] -ne[ts] -no[ise_slack_range] -nw[orst] -s[how_aggressors] -tr[ansition_time] -ty[pe] HiLink dctlreport_peak_noise Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_peak_noise syn keyword dctlreport_placement_keepout contained -n[ame] HiLink dctlreport_placement_keepout Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_placement_keepout syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_port contained -d[rive] -n[osplit] -p[hysical] -v[erbose] HiLink dctlreport_port Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_port syn keyword dctlreport_power contained -a[nalysis_effort] -ce[ll] -cu[mulative] -exclude_b[oundary_nets] -exclude_g[eq] -exclude_l[eq] -f[lat] -hier[] -hier_[level] -his[togram] -ne[t] -no[split] -nw[orst] -o[nly] -s[ort_mode] -v[erbose] HiLink dctlreport_power Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_power syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_reference contained -n[osplit] HiLink dctlreport_reference Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_reference syn keyword dctlreport_region contained -a[ll] -n[ame] HiLink dctlreport_region Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_region syn keyword dctlreport_register contained -cl[ock] -co[nstant] -e[dge_triggered] -i[nverted_output] -l[evel_sensitive] -m[aster_slave] -no_[hierarchy] -nos[plit] HiLink dctlreport_register Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_register syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_resources contained -h[ierarchy] -n[osplit] HiLink dctlreport_resources Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_resources syn keyword dctlreport_routability contained -n[osplit] HiLink dctlreport_routability Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_routability syn keyword dctlreport_routing_constraint_violations contained -d[ir] -i[solation] -netb[ound] -nets[] -v[erbose] HiLink dctlreport_routing_constraint_violations Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_routing_constraint_violations syn keyword dctlreport_routing_layer_constraint contained -l[ayer] HiLink dctlreport_routing_layer_constraint Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_routing_layer_constraint syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_routing_rules contained -a[ll] HiLink dctlreport_routing_rules Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_routing_rules syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_rtl_power contained -h[ier_level] HiLink dctlreport_rtl_power Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_rtl_power syn keyword dctlreport_saif contained -f[lat] -h[ier] -m[issing] -o[nly] -r[tl_saif] -t[ype] HiLink dctlreport_saif Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_saif syn keyword dctlreport_scan_configuration contained -t[est_mode] HiLink dctlreport_scan_configuration Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_scan_configuration syn keyword dctlreport_scan_path contained -ce[ll] -ch[ain] -p[ort] -t[est_mode] -v[iew] HiLink dctlreport_scan_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_scan_path syn keyword dctlreport_schedule contained -a[bstract_fsm] -d[elimiter] -f[inish] -mas[k] -max[] -mi[n] -o[perations] -p[rocess] -st[art] -su[mmary] -va[riables] -ve[rbose_fsm] HiLink dctlreport_schedule Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_schedule syn keyword dctlreport_scheduling_constraints contained -a[ntichains] -c[hains] -d[ont_chain] -pi[peline] -pre[schedule] -pro[cess] -t[wo_point] HiLink dctlreport_scheduling_constraints Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_scheduling_constraints syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_test contained -as[sertions] -au[tofix_configuration] -bist[] -bist_[configuration] -bsd[] -bsd_[configuration] -cl[ock] -conf[iguration] -cons[traints] -core_i[ntegration_configuration] -core_w[rapper_configuration] -dft[] -dft_[configuration] -inc[remental] -ins[t] -m[ethodology] -n[osplit] -p[ort] -reg[ister_type] -rep[lacements] -sca[n_path] -sch[edule] -sh[ow] -st[ate] -test_[mode] -testa[bility_configuration] -tr[ace_nets] HiLink dctlreport_test Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_test syn keyword dctlreport_test_mode contained -a[ll] -d[esign] -e[xisting] -s[pec] -v[erbose] HiLink dctlreport_test_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_test_mode syn keyword dctlreport_test_model contained -d[esign] HiLink dctlreport_test_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_test_model syn keyword dctlreport_timing contained -a[ttributes] -c[apacitance] -del[ay] -der[ate] -e[nable_preset_clear_arcs] -f[rom] -gre[ater_path] -gro[up] -i[nput_pins] -j[ustify] -le[sser_path] -loc[ations] -loo[ps] -m[ax_paths] -ne[ts] -no[split] -nw[orst] -pa[th] -ph[ysical] -si[gnificant_digits] -so[rt_by] -th[rough] -to[] -tra[nsition_time] -true[] -true_[threshold] HiLink dctlreport_timing Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_timing syn keyword dctlreport_timing_derate contained -i[nclude_inherited] -n[osplit] HiLink dctlreport_timing_derate Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_timing_derate syn keyword dctlreport_timing_requirements contained -a[ttributes] -e[xpanded] -f[rom] -i[gnored] -n[osplit] -th[rough] -to[] HiLink dctlreport_timing_requirements Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_timing_requirements syn keyword dctlreport_track contained -d[ir] -l[ayer] HiLink dctlreport_track Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_track syn keyword dctlreport_transitive_fanin contained -n[osplit] -t[o] HiLink dctlreport_transitive_fanin Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_transitive_fanin syn keyword dctlreport_transitive_fanout contained -c[lock_tree] -f[rom] -n[osplit] HiLink dctlreport_transitive_fanout Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_transitive_fanout syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_wire_load contained -d[esign] -l[ibraries] -na[me] -no[split] HiLink dctlreport_wire_load Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_wire_load syn keyword dctlreport_wiring_keepout contained -n[ame] HiLink dctlreport_wiring_keepout Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_wiring_keepout syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreport_xref contained -n[osplit] HiLink dctlreport_xref Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_xref syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreset_path contained -fa[ll] -fr[om] -h[old] -r[ise] -s[etup] -th[rough] -to[] HiLink dctlreset_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreset_path syn keyword dctlreset_scan_configuration contained -t[est_mode] HiLink dctlreset_scan_configuration Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreset_scan_configuration syn keyword dctlreset_switching_activity contained -a[ll] -m[ax_toggle_rate] -s[witching_activity] -v[erbose] HiLink dctlreset_switching_activity Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreset_switching_activity syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlreshape_placement_keepout contained -c[oordinate] -n[ame] HiLink dctlreshape_placement_keepout Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreshape_placement_keepout syn keyword dctlreshape_wiring_keepout contained -c[oordinate] -n[ame] HiLink dctlreshape_wiring_keepout Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreshape_wiring_keepout syn keyword dctlresize_objects contained -d[estination_rectangle] -ignore_b[ounds] -ignore_m[obility] -ignore_r[igidity] -respect_b[ounds] -respect_m[obility] -respect_r[igidity] -s[ource_rectangle] HiLink dctlresize_objects Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlresize_objects syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlrewire_clock_gating contained -gate[d_objects] -gati[ng_cell] -u[ndo] -v[erbose] HiLink dctlrewire_clock_gating Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlrewire_clock_gating syn keyword dctlrotate_objects contained -b[y] -ignore_b[ounds] -ignore_m[obility] -p[ivot_point] -respect_b[ounds] -respect_m[obility] -t[o] HiLink dctlrotate_objects Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlrotate_objects syn keyword dctlroute contained -c[lock] -d[etail] -eco_g[lobal] -eco_t[rack] -ef[fort_level] -gl[obal] -gr[oute_timing_effort] -ou[tput] -ov[erwrite] -sc[heme] -si[gnal] -track[] -track_[assign_timing_effort] -x[talk_effort] HiLink dctlroute Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlroute syn keyword dctlroute_power contained -de[sign] -di[r] -hi[er] -ho[r_to_ver_stripe] -i[ncr] -n[ets] -route_a[ll_ios] -route_b[lock] -route_h[bus] -route_i[o] -route_s[tripe] -u[pdate_db] HiLink dctlroute_power Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlroute_power syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlrtl2saif contained -d[esign] -o[utput] HiLink dctlrtl2saif Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlrtl2saif syn keyword dctlrtl_analyzer contained -a[rch] -d[ont_start] -h[ost] -o[utput] -p[roject_file] -s[earch_additional] -u[se_primetime] HiLink dctlrtl_analyzer Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlrtl_analyzer syn keyword dctlrtldrc contained -m[ax_detail_lines] -t[ristate] HiLink dctlrtldrc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlrtldrc syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlsave_gw_preferences contained -o[utput] HiLink dctlsave_gw_preferences Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlsave_gw_preferences syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlschedule contained -al[location_effort] -arc[h] -are[a_based] -ef[fort] -ex[tend_latency] -g[ate_clock] -h[ost] -i[o_mode] HiLink dctlschedule Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlschedule syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_annotated_check contained -c[lock] -fa[ll] -fr[om] -h[old] -nochange_h[igh] -nochange_l[ow] -rec[overy] -rem[oval] -ri[se] -s[etup] -t[o] -w[orst] HiLink dctlset_annotated_check Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_annotated_check syn keyword dctlset_annotated_delay contained -c[ell] -fa[ll] -fr[om] -l[oad_delay] -ma[x] -mi[n] -n[et] -r[ise] -t[o] -w[orst] HiLink dctlset_annotated_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_annotated_delay syn keyword dctlset_annotated_transition contained -f[all] -ma[x] -mi[n] -r[ise] HiLink dctlset_annotated_transition Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_annotated_transition syn keyword dctlset_attribute contained -b[us] -q[uiet] -t[ype] HiLink dctlset_attribute Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_attribute syn keyword dctlset_auto_disable_drc_nets contained -a[ll] -cl[ock] -co[nstant] -d[efault] -n[one] -s[can] HiLink dctlset_auto_disable_drc_nets Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_auto_disable_drc_nets syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_autofix_configuration contained -async[] -async_[fix] -b[us] -clock[] -clocks[] -d[ata_is_clock] -f[ix_async_with_scan_en] -x[prop] HiLink dctlset_autofix_configuration Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_autofix_configuration syn keyword dctlset_autofix_element contained -a[sync] -b[us] -c[lock] -x[prop] HiLink dctlset_autofix_element Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_autofix_element syn keyword dctlset_balance_registers contained -d[esign] HiLink dctlset_balance_registers Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_balance_registers syn keyword dctlset_behavioral_reset contained -ac[tive] -al[l] -as[ync] -f[sm] -po[rt] -pr[ocess] HiLink dctlset_behavioral_reset Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_behavioral_reset syn keyword dctlset_bist_configuration contained -ba[lance_bist_segments] -bist_c[hain_count] -bist_r[eady] -codec_c[ount] -codec_i[nsertion] -d[iag_output] -int[egration] -inv[ert_prpg_clock] -m[ax_chain_length] -o[bserve_output] -prpg_l[ength] -prpg_s[hadow_si] -s[elector_shadow_si] -tr[i_state_mux] -ty[pe] HiLink dctlset_bist_configuration Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_bist_configuration syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_bsd_bsr_element contained -a[ccess] -d[esign] -t[ype] HiLink dctlset_bsd_bsr_element Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_bsd_bsr_element syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_bsd_configuration contained -a[synchronous_reset] -c[heck_pad_designs] -d[efault_package] -ie[ee1149.1_1993] -inf[er_instructions] -ins[truction_encoding] -ir[_width] -s[tyle] HiLink dctlset_bsd_configuration Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_bsd_configuration syn keyword dctlset_bsd_control_cell contained -n[o_share] -p[ort_list] -t[ype] HiLink dctlset_bsd_control_cell Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_bsd_control_cell syn keyword dctlset_bsd_data_cell contained -d[irection] -p[ort_list] HiLink dctlset_bsd_data_cell Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_bsd_data_cell syn keyword dctlset_bsd_instruction contained -c[ode] -inp[ut_clock_condition] -int[ernal_scan] -o[utput_condition] -r[egister] -u[ser_code_val] HiLink dctlset_bsd_instruction Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_bsd_instruction syn keyword dctlset_bsd_intest contained -c[lock_cycles] -t[ime] HiLink dctlset_bsd_intest Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_bsd_intest syn keyword dctlset_bsd_linkage_port contained -p[ort_list] HiLink dctlset_bsd_linkage_port Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_bsd_linkage_port syn keyword dctlset_bsd_pad_design contained -a[ccess] -dif[ferential] -dis[able_res] -l[ib_cell] -t[ype] HiLink dctlset_bsd_pad_design Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_bsd_pad_design syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_bsd_power_up_reset contained -a[ctive] -c[ell_name] -d[elay] -r[eset_pin_name] HiLink dctlset_bsd_power_up_reset Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_bsd_power_up_reset syn keyword dctlset_bsd_register contained -a[ccess] -c[ell] -s[tyle] HiLink dctlset_bsd_register Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_bsd_register syn keyword dctlset_bsd_runbist contained -c[lock_cycles] -s[ignature] -t[ime] HiLink dctlset_bsd_runbist Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_bsd_runbist syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_bsd_tap_element contained -a[ccess] -d[esign] HiLink dctlset_bsd_tap_element Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_bsd_tap_element syn keyword dctlset_bsr_cell_type contained -d[irection] -p[ort] HiLink dctlset_bsr_cell_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_bsr_cell_type syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_cell_internal_power contained -d[elete_all] HiLink dctlset_cell_internal_power Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_cell_internal_power syn keyword dctlset_cell_location contained -c[oordinate] HiLink dctlset_cell_location Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_cell_location syn keyword dctlset_cell_row_type contained -t[ype] HiLink dctlset_cell_row_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_cell_row_type syn keyword dctlset_cell_type contained -t[ype] HiLink dctlset_cell_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_cell_type syn keyword dctlset_clock_gating_check contained -f[all] -hi[gh] -ho[ld] -l[ow] -r[ise] -s[etup] HiLink dctlset_clock_gating_check Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_clock_gating_check syn keyword dctlset_clock_gating_registers contained -e[xclude_instances] -i[nclude_instances] -u[ndo] HiLink dctlset_clock_gating_registers Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_clock_gating_registers syn keyword dctlset_clock_gating_signals contained -d[esign] -exclude[] -exclude_[signals] -include[] -include_[signals] HiLink dctlset_clock_gating_signals Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_clock_gating_signals syn keyword dctlset_clock_gating_style contained -control_p[oint] -control_s[ignal] -h[old] -ma[x_fanout] -mi[nimum_bitwidth] -ne[gative_edge_logic] -no[_sharing] -nu[m_stages] -observation_l[ogic_depth] -observation_p[oint] -p[ositive_edge_logic] -seq[uential_cell] -set[up] HiLink dctlset_clock_gating_style Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_clock_gating_style syn keyword dctlset_clock_latency contained -e[arly] -f[all] -l[ate] -ma[x] -mi[n] -r[ise] -s[ource] HiLink dctlset_clock_latency Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_clock_latency syn keyword dctlset_clock_skew contained -d[elay] -f[all_delay] -i[deal] -ma[x] -min[] -minu[s_uncertainty] -pl[us_uncertainty] -pr[opagated] -r[ise_delay] -u[ncertainty] HiLink dctlset_clock_skew Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_clock_skew syn keyword dctlset_clock_transition contained -f[all] -ma[x] -mi[n] -r[ise] HiLink dctlset_clock_transition Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_clock_transition syn keyword dctlset_clock_uncertainty contained -fa[ll] -fr[om] -h[old] -r[ise] -s[etup] -t[o] HiLink dctlset_clock_uncertainty Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_clock_uncertainty syn keyword dctlset_combinational_type contained -r[eplacement_gate] HiLink dctlset_combinational_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_combinational_type syn keyword dctlset_common_resource contained -e[xclusive] -f[orce_sharing] -ma[x_count] -mi[n_count] -p[rocess] HiLink dctlset_common_resource Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_common_resource syn keyword dctlset_compare_design_script contained -a[ccept] -i[gnore] -o[nly] HiLink dctlset_compare_design_script Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_compare_design_script syn keyword dctlset_compile_directives contained -co[nstant_propagation] -cr[itical_path_resynthesis] -d[elete_unloaded_gate] -l[ocal_optimization] HiLink dctlset_compile_directives Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_compile_directives syn keyword dctlset_compile_partitions contained -al[l] -au[to] -d[esigns] -f[orce] -l[evel] -n[o_reset] HiLink dctlset_compile_partitions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_compile_partitions syn keyword dctlset_congestion_options contained -a[vailability] -c[oordinate] -h[orizontal] -l[ayer] -m[ax_util] -v[ertical] HiLink dctlset_congestion_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_congestion_options syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_context_margin contained -ma[x] -mi[n] -p[ercent] -r[elax] HiLink dctlset_context_margin Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_context_margin syn keyword dctlset_core_integration_configuration contained -m[ode_decoding_style] HiLink dctlset_core_integration_configuration Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_core_integration_configuration syn keyword dctlset_core_wraper_design contained -a[ccess] -d[esign] -t[ype] HiLink dctlset_core_wraper_design Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_core_wraper_design syn keyword dctlset_core_wrapper_cell contained -c[ell_type] -o[ne_wrapper_clock] -p[ort_list] -r[egister_io_implementation] -s[afe_value] -u[se_register_io] HiLink dctlset_core_wrapper_cell Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_core_wrapper_cell syn keyword dctlset_core_wrapper_cell_design contained -a[ccess] -d[esign] -t[ype] HiLink dctlset_core_wrapper_cell_design Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_core_wrapper_cell_design syn keyword dctlset_core_wrapper_configuration contained -c[hain_count] -ded[icated_wrapper_cell] -def[ault_safe_state] -l[ongest_chain_length] -o[ne_wrapper_clock] -r[egister_io_implementation] -s[hared_wrapper_cell] -u[se_register_io] HiLink dctlset_core_wrapper_configuration Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_core_wrapper_configuration syn keyword dctlset_core_wrapper_path contained -c[omplete] HiLink dctlset_core_wrapper_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_core_wrapper_path syn keyword dctlset_cost_priority contained -def[ault] -del[ay] -des[ign_rules] -f[irm_area_limit] -m[in_delay] HiLink dctlset_cost_priority Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_cost_priority syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_cycles contained -from[] -from_b[eginning] -from_e[nd] -from_o[ption] -p[rocess] -to[] -to_b[eginning] -to_e[nd] -to_o[ption] HiLink dctlset_cycles Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_cycles syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_default_drive contained -f[all] -ma[x] -mi[n] -n[one] -r[ise] HiLink dctlset_default_drive Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_default_drive syn keyword dctlset_default_driving_cell contained -d[ont_scale] -fa[ll] -fr[om_pin] -lib_[cell] -libr[ary] -m[ultiply_by] -no_[design_rule] -non[e] -p[in] -r[ise] HiLink dctlset_default_driving_cell Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_default_driving_cell syn keyword dctlset_default_fanout_load contained -n[one] HiLink dctlset_default_fanout_load Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_default_fanout_load syn keyword dctlset_default_input_delay contained -n[one] HiLink dctlset_default_input_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_default_input_delay syn keyword dctlset_default_load contained -ma[x] -mi[n] -n[one] -p[in_load] -w[ire_load] HiLink dctlset_default_load Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_default_load syn keyword dctlset_default_output_delay contained -n[one] HiLink dctlset_default_output_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_default_output_delay syn keyword dctlset_delay_estimation_options contained -d[efault] -max_unit_horizontal_capacitance[] -max_unit_horizontal_capacitance_[scaling_factor] -max_unit_horizontal_resistance[] -max_unit_horizontal_resistance_[scaling_factor] -max_unit_vertical_capacitance[] -max_unit_vertical_capacitance_[scaling_factor] -max_unit_vertical_resistance[] -max_unit_vertical_resistance_[scaling_factor] -max_via_resistance[] -max_via_resistance_[scaling_factor] -min_unit_horizontal_capacitance[] -min_unit_horizontal_capacitance_[scaling_factor] -min_unit_horizontal_resistance[] -min_unit_horizontal_resistance_[scaling_factor] -min_unit_vertical_capacitance[] -min_unit_vertical_capacitance_[scaling_factor] -min_unit_vertical_resistance[] -min_unit_vertical_resistance_[scaling_factor] -min_via_resistance[] -min_via_resistance_[scaling_factor] HiLink dctlset_delay_estimation_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_delay_estimation_options syn keyword dctlset_design_license contained -d[ont_show] -l[imited] -q[uiet] HiLink dctlset_design_license Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_design_license syn keyword dctlset_dft_configuration contained -a[utofix] -bi[st] -bo[undaryscan] -bs[can] -core_i[ntegration] -core_w[rapper] -i[ntegration] -l[ogicbist] -m[embist] -o[rder] -sc[an] -sh[adow_wrapper] -test_[points] -testa[bility] -teste[r_checks] -w[rapper] HiLink dctlset_dft_configuration Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_dft_configuration syn keyword dctlset_dft_insertion_configuration contained -m[ap_effort] -p[reserve_design_name] -route_scan_c[lock] -route_scan_e[nable] -route_scan_s[erial] -s[ynthesis_optimization] -u[nscan] HiLink dctlset_dft_insertion_configuration Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_dft_insertion_configuration syn keyword dctlset_dft_optimization_configuration contained -a[ll] -n[one] -p[reserve_design_name] -u[nscan] HiLink dctlset_dft_optimization_configuration Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_dft_optimization_configuration syn keyword dctlset_dft_signal contained -a[ctive_state] -h[ookup] -p[ort] -s[ense] -te[st_mode] -ti[ming] -ty[pe] -v[iew] HiLink dctlset_dft_signal Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_dft_signal syn keyword dctlset_die_area contained -c[oordinate] -f[ixed] -u[nfixed] HiLink dctlset_die_area Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_die_area syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_disable_timing contained -a[ll_loop_breaking] -f[rom] -rese[t_loop_breaking_arcs] -rest[ore] -t[o] HiLink dctlset_disable_timing Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_disable_timing syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_drive contained -f[all] -ma[x] -mi[n] -r[ise] HiLink dctlset_drive Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_drive syn keyword dctlset_driving_cell contained -d[ont_scale] -fa[ll] -fr[om_pin] -input_transition_f[all] -input_transition_r[ise] -lib_[cell] -libr[ary] -m[ultiply_by] -n[o_design_rule] -p[in] -r[ise] HiLink dctlset_driving_cell Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_driving_cell syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_eco_obsolete contained -p[rint] -r[emove] -s[et] HiLink dctlset_eco_obsolete Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_eco_obsolete syn keyword dctlset_eco_recycle contained -p[rint] -r[emove] -s[et] HiLink dctlset_eco_recycle Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_eco_recycle syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_eco_target contained -t[aps] HiLink dctlset_eco_target Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_eco_target syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_electromigration_drc contained -u[se_switching_activity] HiLink dctlset_electromigration_drc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_electromigration_drc syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_exclusive_use contained -p[rocess] -s[hared] HiLink dctlset_exclusive_use Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_exclusive_use syn keyword dctlset_extraction_options contained -d[efault] -max_ca[p_scale] -max_ccap_r[atio] -max_ccap_s[cale] -max_ccap_t[hres] -max_net_ccap_a[vg_ratio] -max_net_ccap_r[atio] -max_net_ccap_t[hres] -max_p[rocess_scale] -max_r[es_scale] -max_s[egment_length] -min_ca[p_scale] -min_ccap_r[atio] -min_ccap_s[cale] -min_ccap_t[hres] -min_net_ccap_a[vg_ratio] -min_net_ccap_r[atio] -min_net_ccap_t[hres] -min_p[rocess_scale] -min_r[es_scale] -no_b[reak_segments] -no_o[bstruction] HiLink dctlset_extraction_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_extraction_options syn keyword dctlset_false_path contained -fa[ll] -fr[om] -h[old] -re[set_path] -ri[se] -s[etup] -th[rough] -to[] HiLink dctlset_false_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_false_path syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_fat_contact_options contained -a[rea] -c[ell_pins] -detect_f[at_wire] -detect_p[g_pin] -detect_s[ig_pin] -e[ffort] -m[ethod] -n[ets] -prevent_f[at_wire] -prevent_p[g_pin] -prevent_s[ig_pin] -r[ef_pins] HiLink dctlset_fat_contact_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_fat_contact_options syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_fix_multiple_port_nets contained -a[ll] -b[uffer_constants] -c[onstants] -d[efault] -f[eedthroughs] -o[utputs] HiLink dctlset_fix_multiple_port_nets Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_fix_multiple_port_nets syn keyword dctlset_flatten contained -d[esign] -e[ffort] -m[inimize] -p[hase] -q[uiet] HiLink dctlset_flatten Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_flatten syn keyword dctlset_floorplan_macro_array contained -align_e[dge] -align_p[ins] -e[lements] -n[ame] -r[eset] -v[erbose] -x[_offset] -y[_offset] HiLink dctlset_floorplan_macro_array Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_floorplan_macro_array syn keyword dctlset_floorplan_macro_options contained -al[ign_pins] -an[chor_bound] -l[egal_orientations] -r[eset] -x[_offset] -y[_offset] HiLink dctlset_floorplan_macro_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_floorplan_macro_options syn keyword dctlset_floorplan_options contained -a[spect_ratio] -b[ottom_port_limit] -core_h[eight] -core_w[idth] -corn[er_keepout] -d[ont_snap_port] -f[irst_row_orientation] -h[orz_port_layer_name] -io_margin_b[ottom] -io_margin_l[eft] -io_margin_r[ight] -io_margin_t[op] -l[eft_port_limit] -m[in_port_pitch] -o[rigin] -re[set] -ri[ght_port_limit] -routing_track_offset_x[] -routing_track_offset_y[] -row[_direction] -s[hift_to_center] -t[op_port_limit] -u[tilization] -v[ert_port_layer_name] HiLink dctlset_floorplan_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_floorplan_options syn keyword dctlset_floorplan_pnet_options contained -d[irection] -l[ayer] -mo[del_vias] -mult_via_x[] -mult_via_y[] -n[ame] -o[ffset] -p[itch] -r[eset] -t[ype] -w[idth] HiLink dctlset_floorplan_pnet_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_floorplan_pnet_options syn keyword dctlset_floorplan_port_options contained -group[] -group_[name] -l[ayer] -o[rder] -p[itch] -r[eset] -si[de] -st[art_location] -x[_bounds] -y[_bounds] HiLink dctlset_floorplan_port_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_floorplan_port_options syn keyword dctlset_fpga contained -d[evice] -l[ist] -m[odule] -s[peed] -t[arget] HiLink dctlset_fpga Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_fpga syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_gui_stroke_binding contained -b[uiltin] -c[lear] -l[abel] -t[cl_cmd] HiLink dctlset_gui_stroke_binding Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_gui_stroke_binding syn keyword dctlset_gui_stroke_preferences contained -a[lt] -c[trl] -e[xtended_help_delay] -s[hift] -t[ype] HiLink dctlset_gui_stroke_preferences Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_gui_stroke_preferences syn keyword dctlset_gw_preference contained -k[ey] -p[ref_object] -v[alue] HiLink dctlset_gw_preference Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_gw_preference syn keyword dctlset_ideal_latency contained -f[all] -ma[x] -mi[n] -r[ise] HiLink dctlset_ideal_latency Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_ideal_latency syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_ideal_network contained -d[ont_care_placement] HiLink dctlset_ideal_network Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_ideal_network syn keyword dctlset_ideal_transition contained -f[all] -ma[x] -mi[n] -r[ise] HiLink dctlset_ideal_transition Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_ideal_transition syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_impl_priority contained -p[riority] -s[et_id] HiLink dctlset_impl_priority Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_impl_priority syn keyword dctlset_implementation contained -c[heck_impl] HiLink dctlset_implementation Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_implementation syn keyword dctlset_input_delay contained -a[dd_delay] -clock[] -clock_[fall] -f[all] -l[evel_sensitive] -ma[x] -mi[n] -n[etwork_latency_included] -r[ise] -s[ource_latency_included] HiLink dctlset_input_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_input_delay syn keyword dctlset_input_parasitics contained -ma[x] -mi[n] -r[esistance] HiLink dctlset_input_parasitics Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_input_parasitics syn keyword dctlset_input_transition contained -f[all] -ma[x] -mi[n] -r[ise] HiLink dctlset_input_transition Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_input_transition syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_isolate_ports contained -d[river] -f[orce] -t[ype] HiLink dctlset_isolate_ports Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_isolate_ports syn keyword dctlset_isolation_operations contained -e[xclude_operations] -i[nclude_operations] -p[rocess] HiLink dctlset_isolation_operations Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_isolation_operations syn keyword dctlset_keepout_margin contained -o[uter] -t[ype] HiLink dctlset_keepout_margin Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_keepout_margin syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_level_shifter_strategy contained -r[ule] HiLink dctlset_level_shifter_strategy Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_level_shifter_strategy syn keyword dctlset_level_shifter_threshold contained -p[ercent] -v[oltage] HiLink dctlset_level_shifter_threshold Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_level_shifter_threshold syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_lib_rail_connection contained -lib_c[ells] -lib_p[in] -lib_r[ail_name] HiLink dctlset_lib_rail_connection Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_lib_rail_connection syn keyword dctlset_libcell_dimensions contained -c[ell] -h[eight] -w[idth] HiLink dctlset_libcell_dimensions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_libcell_dimensions syn keyword dctlset_libpin_location contained -ce[ll] -co[ordinate] -p[in] HiLink dctlset_libpin_location Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_libpin_location syn keyword dctlset_load contained -ma[x] -mi[n] -p[in_load] -s[ubtract_pin_load] -w[ire_load] HiLink dctlset_load Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_load syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_macro_cell_bound_spot contained -c[oordinate] HiLink dctlset_macro_cell_bound_spot Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_macro_cell_bound_spot syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_max_area contained -i[gnore_tns] HiLink dctlset_max_area Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_max_area syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_max_cycles contained -from[] -from_b[eginning] -from_e[nd] -from_o[ption] -p[rocess] -to[] -to_b[eginning] -to_e[nd] -to_o[ption] HiLink dctlset_max_cycles Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_max_cycles syn keyword dctlset_max_delay contained -fa[ll] -fr[om] -g[roup_path] -re[set_path] -ri[se] -th[rough] -to[] HiLink dctlset_max_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_max_delay syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_max_toggle_rate contained -c[lock] -v[alue] HiLink dctlset_max_toggle_rate Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_max_toggle_rate syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_mbist_configuration contained -num_c[ontrollers] -num_m[emories_per_controller] HiLink dctlset_mbist_configuration Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_mbist_configuration syn keyword dctlset_mbist_controller contained -c[ontroller_names] -i[p_parameters] -m[emory_cells] HiLink dctlset_mbist_controller Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_mbist_controller syn keyword dctlset_mbist_element contained -i[p_parameters] -m[emory_cells] -n[otouch] HiLink dctlset_mbist_element Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_mbist_element syn keyword dctlset_mbist_run contained -p[arameters] -t[est_mode] HiLink dctlset_mbist_run Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_mbist_run syn keyword dctlset_memory_input_delay contained -e[xternal] -n[ame] HiLink dctlset_memory_input_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_memory_input_delay syn keyword dctlset_memory_output_delay contained -e[xternal] -n[ame] HiLink dctlset_memory_output_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_memory_output_delay syn keyword dctlset_message_info contained -i[d] -l[imit] HiLink dctlset_message_info Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_message_info syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_min_cycles contained -from[] -from_b[eginning] -from_e[nd] -from_o[ption] -p[rocess] -to[] -to_b[eginning] -to_e[nd] -to_o[ption] HiLink dctlset_min_cycles Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_min_cycles syn keyword dctlset_min_delay contained -fa[ll] -fr[om] -re[set_path] -ri[se] -th[rough] -to[] HiLink dctlset_min_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_min_delay syn keyword dctlset_min_library contained -m[in_version] -n[one] HiLink dctlset_min_library Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_min_library syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_minimize_tree_delay contained -d[esign] HiLink dctlset_minimize_tree_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_minimize_tree_delay syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_module_clock_edges contained -f[alling_edge_clock] -r[ising_edge_clock] -u[ndo] HiLink dctlset_module_clock_edges Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_module_clock_edges syn keyword dctlset_module_clock_gates contained -exclude_c[ells] -exclude_i[nstances] -include_c[ells] -include_i[nstances] -u[ndo] HiLink dctlset_module_clock_gates Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_module_clock_gates syn keyword dctlset_mpc_macro_array contained -align_e[dge] -align_p[ins] -e[lements] -n[ame] -r[eset] -verb[ose] -vert[ical] -x[_offset] -y[_offset] HiLink dctlset_mpc_macro_array Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_mpc_macro_array syn keyword dctlset_mpc_macro_options contained -al[ign_pins] -anchor_bound[] -anchor_bound_[factor] -l[egal_orientations] -r[eset] -x[_offset] -y[_offset] HiLink dctlset_mpc_macro_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_mpc_macro_options syn keyword dctlset_mpc_options contained -a[spect_ratio] -b[ottom_port_limit] -core_h[eight] -core_w[idth] -corn[er_keepout] -d[ont_snap_port] -f[irst_row_orientation] -h[orz_port_layer_name] -io_margin_b[ottom] -io_margin_l[eft] -io_margin_r[ight] -io_margin_t[op] -l[eft_port_limit] -m[in_port_pitch] -o[rigin] -re[set] -ri[ght_port_limit] -routing_track_offset_x[] -routing_track_offset_y[] -row[_direction] -s[hift_to_center] -t[op_port_limit] -u[tilization] -v[ert_port_layer_name] HiLink dctlset_mpc_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_mpc_options syn keyword dctlset_mpc_pnet_options contained -d[irection] -l[ayer] -mo[del_vias] -mult_via_x[] -mult_via_y[] -n[ame] -o[ffset] -p[itch] -r[eset] -t[ype] -w[idth] HiLink dctlset_mpc_pnet_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_mpc_pnet_options syn keyword dctlset_mpc_port_options contained -group[] -group_[name] -l[ayer] -o[rder] -p[itch] -r[eset] -si[de] -st[art_location] -x[_bounds] -y[_bounds] HiLink dctlset_mpc_port_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_mpc_port_options syn keyword dctlset_mpc_ring_options contained -l[ayer] -n[ame] -o[ffset] -r[eset] -s[ides] -t[ype] -w[idth] HiLink dctlset_mpc_ring_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_mpc_ring_options syn keyword dctlset_multibit_options contained -d[efault] -mi[nimum_width] -mo[de] HiLink dctlset_multibit_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_multibit_options syn keyword dctlset_multicycle_path contained -e[nd] -fa[ll] -fr[om] -h[old] -re[set_path] -ri[se] -se[tup] -st[art] -th[rough] -to[] HiLink dctlset_multicycle_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_multicycle_path syn keyword dctlset_mw_design contained -max_p[hys] -max_t[luplus] -min_p[hys] -min_t[luplus] -n[om_tluplus] -te[ch_pdb] -tf[2itf_map] HiLink dctlset_mw_design Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_mw_design syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_net_isolations contained -a[uto] -n[worst] -p[airwise] -t[racks] HiLink dctlset_net_isolations Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_net_isolations syn keyword dctlset_net_routing_layer_constraints contained -ma[x_layer_name] -mi[n_layer_name] HiLink dctlset_net_routing_layer_constraints Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_net_routing_layer_constraints syn keyword dctlset_net_routing_rule contained -r[ule] HiLink dctlset_net_routing_rule Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_net_routing_rule syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_noise_slack_range contained -ma[x] -mi[n] -p[ath_group] HiLink dctlset_noise_slack_range Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_noise_slack_range syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_operand_isolation_style contained -l[ogic] HiLink dctlset_operand_isolation_style Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_operand_isolation_style syn keyword dctlset_operating_conditions contained -l[ibrary] -max[] -max_l[ibrary] -max_p[hys] -min[] -min_l[ibrary] -min_p[hys] HiLink dctlset_operating_conditions Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_operating_conditions syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_optimize_registers contained -d[esign] HiLink dctlset_optimize_registers Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_optimize_registers syn keyword dctlset_output_delay contained -a[dd_delay] -clock[] -clock_[fall] -f[all] -g[roup_path] -l[evel_sensitive] -ma[x] -mi[n] -n[etwork_latency_included] -r[ise] -s[ource_latency_included] HiLink dctlset_output_delay Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_output_delay syn keyword dctlset_pad_type contained -cl[ock] -cu[rrentlevel] -exac[t] -exam[ple] -h[ysteresis] -n[o_clock] -opend[rain] -opens[ource] -pulld[own] -pullu[p] -sc[hmitt] -sl[ewrate] -vih[] -vil[] -vima[x] -vimi[n] -voh[] -vol[] -voma[x] -vomi[n] HiLink dctlset_pad_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_pad_type syn keyword dctlset_physopt_cpulimit_options contained -absolute_c[ost] -absolute_t[ime] -delta_c[ost] -delta_t[ime] -m[ode] -n[ame] -p[ath_group] -r[emove] HiLink dctlset_physopt_cpulimit_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_physopt_cpulimit_options syn keyword dctlset_pipeline_stages contained -a[uto] -f[ixed] -m[in] HiLink dctlset_pipeline_stages Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_pipeline_stages syn keyword dctlset_placement_area contained -c[oordinate] -f[ixed] -u[nfixed] HiLink dctlset_placement_area Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_placement_area syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_pnet_options contained -c[omplete] -d[ensity] -min_h[eight] -min_w[idth] -no_[via_additive] -non[e] -p[artial] HiLink dctlset_pnet_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_pnet_options syn keyword dctlset_port_configuration contained -ce[ll] -cl[ock] -p[ort] -r[ead] -t[ristate] -wra[pper_exclude] -wri[te] HiLink dctlset_port_configuration Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_port_configuration syn keyword dctlset_port_fanout_number contained -ma[x] -mi[n] HiLink dctlset_port_fanout_number Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_port_fanout_number syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_port_location contained -c[oordinate] -layer_a[rea] -layer_n[ame] HiLink dctlset_port_location Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_port_location syn keyword dctlset_power_rail contained -d[efault_rail] -l[ib] -r[ail_list] HiLink dctlset_power_rail Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_power_rail syn keyword dctlset_power_rail_connection contained -f[orce] -h[ierarchy] -l[ib_rail_name] -pn[et_name] -po[rt_type] HiLink dctlset_power_rail_connection Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_power_rail_connection syn keyword dctlset_prefer contained -m[in] HiLink dctlset_prefer Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_prefer syn keyword dctlset_preferred_clock contained -ca[pture] -cl[ock] -h[old] -l[aunch] -s[etup] HiLink dctlset_preferred_clock Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_preferred_clock syn keyword dctlset_preroute_check contained -a[ll] HiLink dctlset_preroute_check Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_preroute_check syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_rail_voltage contained -ma[x] -mi[n] -rail_l[ist] -rail_v[alue] HiLink dctlset_rail_voltage Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_rail_voltage syn keyword dctlset_register_type contained -e[xact] -f[lip_flop] -l[atch] HiLink dctlset_register_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_register_type syn keyword dctlset_resistance contained -ma[x] -mi[n] HiLink dctlset_resistance Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_resistance syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_routing_layer_constraint contained -a[void] -d[isable] -e[nable] -g[roup] -l[ayer] -m[inimal_width] -s[pacing_rule] HiLink dctlset_routing_layer_constraint Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_routing_layer_constraint syn keyword dctlset_routing_layer_plength_threshold contained -l[ayer] -p[length] HiLink dctlset_routing_layer_plength_threshold Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_routing_layer_plength_threshold syn keyword dctlset_routing_layer_preferred_direction contained -c[oordinates] -d[efault] -l[ayer] -p[refer_dir] HiLink dctlset_routing_layer_preferred_direction Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_routing_layer_preferred_direction syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_routing_options contained -a[stro_place_options] -cl[ock_topology] -co[ngestion_weight] -def[ault] -det[ail_time_limit] -dr[c_distance] -f[at_wire_check] -g[lobal_cell_size_expansion] -i[nit_scheme] -no_l[egality_check] -no_m[db_update] -o[verwrite] -pol[y_pin_access] -pos[t_scheme] -s[ame_net_notch] -w[ire_contact_eol] -x[talk_noise_threshold] HiLink dctlset_routing_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_routing_options syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_routing_wire_model contained -c[oordinate] HiLink dctlset_routing_wire_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_routing_wire_model syn keyword dctlset_row_type contained -s[ite] -t[ype] HiLink dctlset_row_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_row_type syn keyword dctlset_rtc_routing_options contained -c[ut_out_covered_ports] -d[etail_time_limit] -f[ix_detail_routes] -global_r[ow_size] -global_t[ime_limit] -max_e[rrors] -max_m[emory_available] -mp[ass_time_limit] -n[o_port_shorts_upto] -reach_b[lock_offgrid_port] -reach_ch[iplevel_offgrid_port] -reach_co[re_offgrid_port] -reach_p[ad_offgrid_port] -ro[ute_directory] -ta[pering] -to[tal_time_limit] -u[se_wide_spacing_to_block_obst] -w[indow_size_factor] HiLink dctlset_rtc_routing_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_rtc_routing_options syn keyword dctlset_rtl_load contained -cap[] -capa[citance] -ma[x] -mi[n] -res[] -resi[stance] HiLink dctlset_rtl_load Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_rtl_load syn keyword dctlset_scan_bidi contained -p[ort] HiLink dctlset_scan_bidi Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_scan_bidi syn keyword dctlset_scan_configuration contained -a[dd_lockup] -b[idi_mode] -ch[ain_count] -clock_g[ating] -clock_m[ixing] -cr[eate_test_clocks_by_system_clock_domain] -de[dicated_scan_ports] -di[sable] -exi[sting_scan] -ext[ernal_tristates] -h[ierarchical_isolation] -insert_e[nd_of_chain_lockup_latch] -insert_t[erminal_lockup] -internal_c[locks] -internal_t[ristates] -l[ongest_chain_length] -ma[x_length] -me[thodology] -mu[ltibit_segments] -pa[rtition] -ph[ysical] -pre[serve_multibit_segments] -prf[ile] -prt[ool] -reb[alance] -rep[lace] -route[] -route_[signals] -sh[are_pins] -st[yle] -t[est_mode] HiLink dctlset_scan_configuration Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_scan_configuration syn keyword dctlset_scan_element contained -m[ultibit] HiLink dctlset_scan_element Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_scan_element syn keyword dctlset_scan_exclude contained -m[ultibit] HiLink dctlset_scan_exclude Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_scan_exclude syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_scan_path contained -ch[ain_length] -cl[ock] -co[mplete] -d[edicated_scan_out] -e[xact_length] -i[nsert_terminal_lockup] -o[rdered_elements] -scan_data_i[n] -scan_data_o[ut] -scan_e[nable] -scan_m[aster_clock] -scan_s[lave_clock] -t[est_mode] -v[iew] HiLink dctlset_scan_path Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_scan_path syn keyword dctlset_scan_register_type contained -e[xact] -t[ype] HiLink dctlset_scan_register_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_scan_register_type syn keyword dctlset_scan_replacement contained -a[ux_clock_lssd] -cl[ocked_scan] -co[mbinational] -l[ssd] -m[ultiplexed_flip_flop] -n[onscan] -r[emove] HiLink dctlset_scan_replacement Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_scan_replacement syn keyword dctlset_scan_segment contained -a[ccess] -c[ontains] -r[everse_order] -s[ynthesizable] HiLink dctlset_scan_segment Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_scan_segment syn keyword dctlset_scan_signal contained -c[hain] -h[ookup] -p[ort] -s[ense] -t[est_mode] HiLink dctlset_scan_signal Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_scan_signal syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_scan_transparent contained -e[xisting] -m[ultibit] HiLink dctlset_scan_transparent Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_scan_transparent syn keyword dctlset_scan_tristate contained -n[et] HiLink dctlset_scan_tristate Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_scan_tristate syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_share_cse contained -d[esign] HiLink dctlset_share_cse Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_share_cse syn keyword dctlset_shielding_options contained -extra_s[pace] -extra_w[idth] HiLink dctlset_shielding_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_shielding_options syn keyword dctlset_signal_type contained -a[ssociated_clock] -i[ndex] HiLink dctlset_signal_type Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_signal_type syn keyword dctlset_simple_compile_mode contained -b[udget] -v[erbose] HiLink dctlset_simple_compile_mode Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_simple_compile_mode syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_stall_pin contained -p[rocess] HiLink dctlset_stall_pin Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_stall_pin syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_structure contained -boolean[] -boolean_[effort] -d[esign] -t[iming] HiLink dctlset_structure Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_structure syn keyword dctlset_svf contained -a[ppend] HiLink dctlset_svf Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_svf syn keyword dctlset_switching_activity contained -c[lock] -h[ier] -i[nstances] -pa[th_dep] -pe[riod] -r[ise_ratio] -se[lect] -state[_dep] -stati[c_probability] -t[oggle_rate] -v[erbose] HiLink dctlset_switching_activity Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_switching_activity syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_test_target contained -c[ores] -p[urpose] -t[est_mode] HiLink dctlset_test_target Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_test_target syn keyword dctlset_testability_configuration contained -cl[ock_type] -co[ntrol_points_per_scan_cell] -max_c[ontrol_points] -max_observe_l[ogic_area] -max_observe_p[oints] -me[thod] -o[bserve_points_per_scan_cell] -p[ower_saving_on] -s[hare_across_hierarchy] -te[st_point_list_name] -to[p_instance] HiLink dctlset_testability_configuration Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_testability_configuration syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_timing_derate contained -cell_c[heck] -cell_d[elay] -cl[ock] -d[ata] -e[arly] -l[ate] -ma[x] -mi[n] -n[et_delay] HiLink dctlset_timing_derate Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_timing_derate syn keyword dctlset_timing_ranges contained -l[ibrary] HiLink dctlset_timing_ranges Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_timing_ranges syn keyword dctlset_tlu_plus_files contained -ma[x_tluplus] -mi[n_tluplus] -p[lib2itf_map] HiLink dctlset_tlu_plus_files Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_tlu_plus_files syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_trc_configuration contained -t[esters] HiLink dctlset_trc_configuration Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_trc_configuration syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_ultra_optimization contained -f[orce] HiLink dctlset_ultra_optimization Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_ultra_optimization syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_use_test_model contained -f[alse] -t[rue] HiLink dctlset_use_test_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_use_test_model syn keyword dctlset_user_budget contained -f[rom] -p[ercent] -t[o] HiLink dctlset_user_budget Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_user_budget syn keyword dctlset_vh_module_options contained -a[rch] -h[ost] -n[ame] -p[hysopt_options] HiLink dctlset_vh_module_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_vh_module_options syn keyword dctlset_vh_physopt_options contained -m[odule_only] -n[o_merge] -p[hysopt_options] -sc[r] -se[tup_only] -sk[ip_setup] HiLink dctlset_vh_physopt_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_vh_physopt_options syn keyword dctlset_wire_load contained -c[luster] -l[ibrary] -ma[x] -min[] -min_[block_size] -mo[de] -p[ort_list] -s[election_group] HiLink dctlset_wire_load Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_wire_load syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_wire_load_model contained -c[luster] -l[ibrary] -ma[x] -mi[n] -n[ame] HiLink dctlset_wire_load_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_wire_load_model syn keyword dctlset_wire_load_selection_group contained -c[luster] -l[ibrary] -ma[x] -mi[n] HiLink dctlset_wire_load_selection_group Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_wire_load_selection_group syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_wiring_keepout_options contained -min_h[eight] -min_w[idth] HiLink dctlset_wiring_keepout_options Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_wiring_keepout_options syn keyword dctlset_wrapper_element contained -t[ype] HiLink dctlset_wrapper_element Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_wrapper_element syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=tclLineContinue,tclNumber,tclVarRef,tclString,tclComment,dctlsh syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlshift_track contained -d[ir] -l[ayer] -o[ffset] HiLink dctlshift_track Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlshift_track syn keyword dctlshow_end_point_slack_histogram contained -d[elay_type] -ma[x] -mi[n] -n[umbins] -t[itle] HiLink dctlshow_end_point_slack_histogram Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlshow_end_point_slack_histogram syn keyword dctlshow_histogram_generic contained -c[lct] -n[umbins] -r[ightworst] -t[itle] -v[alue_func] -x[axis] -y[axis] HiLink dctlshow_histogram_generic Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlshow_histogram_generic syn keyword dctlshow_net_capacitance_histogram contained -ma[x] -mi[n] -n[umbins] -t[itle] HiLink dctlshow_net_capacitance_histogram Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlshow_net_capacitance_histogram syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlshow_path_slack_histogram contained -d[elay_type] -from[] -from_[type] -g[roup] -max[] -max_[paths] -mi[n] -nu[mbins] -nw[orst_paths] -thro[ugh] -thru[_type] -ti[tle] -to[] -to_[type] HiLink dctlshow_path_slack_histogram Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlshow_path_slack_histogram syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlsimplify_constants contained -b[oundary_optimization] -verify[] -verify_e[ffort] -verify_h[ierarchically] HiLink dctlsimplify_constants Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlsimplify_constants syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlsort_collection contained -d[escending] HiLink dctlsort_collection Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlsort_collection syn keyword dctlsource contained -e[cho] -v[erbose] HiLink dctlsource Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlsource syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlsub_designs_of contained -d[t_only] -h[ierarchy] -i[n_partition] -m[ultiple_instances] -na[mes_only] -nd[t_only] -p[artition_only] -s[ingle_instances] HiLink dctlsub_designs_of Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlsub_designs_of syn keyword dctlsub_instances_of contained -d[t_only] -h[ierarchy] -i[n_partition] -m[aster_instance] -na[mes_only] -nd[t_only] -o[f_references] -p[artition_only] HiLink dctlsub_instances_of Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlsub_instances_of syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctltransform_csa contained -a[rea] -de[compose_multiply] -do[nt_split] -du[plicate] -g[roup] -l[abelled_only] HiLink dctltransform_csa Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctltransform_csa syn keyword dctltranslate contained -p[reserve_structure] -verify[] -verify_e[ffort] -verify_h[ierarchically] HiLink dctltranslate Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctltranslate syn keyword dctlunalias contained -a[ll] HiLink dctlunalias Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlunalias syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlungroup contained -a[ll] -fl[atten] -fo[rce] -p[refix] -si[mple_names] -sm[all] -so[ft] -st[art_level] HiLink dctlungroup Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlungroup syn keyword dctluniquify contained -b[ase_name] -c[ell] -f[orce] -n[ew_name] -r[eference] HiLink dctluniquify Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctluniquify syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctluntrace_nets contained -a[ll] HiLink dctluntrace_nets Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctluntrace_nets syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlupdate_bounds contained -a[dd] -b[ound] -n[ame] -r[emove] HiLink dctlupdate_bounds Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlupdate_bounds syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlupdate_ilm contained -v[erbose] HiLink dctlupdate_ilm Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlupdate_ilm syn keyword dctlupdate_lib contained -f[orce] -n[o_warnings] -o[verwrite] -p[ermanent] HiLink dctlupdate_lib Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlupdate_lib syn keyword dctlupdate_region contained -a[dd] -n[ame] -reg[ion] -rem[ove] HiLink dctlupdate_region Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlupdate_region syn keyword dctlupdate_script contained -f[rom_version] -o[utput_file] HiLink dctlupdate_script Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlupdate_script syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlwin_select_objects contained -ag[ain_at] -at[] -c[reate_slct_buses] -ra[dius] -ro[ot] -slct_targets[] -slct_targets_[operation] -t[ag] -w[ithin] HiLink dctlwin_select_objects Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwin_select_objects syn keyword dctlwin_set_filter contained -c[lass] -f[ilter] -l[ayer] HiLink dctlwin_set_filter Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwin_set_filter syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlwrite contained -c[ompress] -d[onot_expand_dw] -f[ormat] -h[ierarchy] -l[ibrary] -m[odified] -na[mes_file] -no[_implicit] -o[utput] HiLink dctlwrite Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite syn keyword dctlwrite_bsd_protocol contained -i[nstruction] -out[] -outp[ut] HiLink dctlwrite_bsd_protocol Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_bsd_protocol syn keyword dctlwrite_bsdl contained -e[ffort] -n[aming_check] -o[utput] HiLink dctlwrite_bsdl Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_bsdl syn keyword dctlwrite_clusters contained -d[esign] -h[ier_cells] -ne[w_cells_only] -no[_attributes] -o[utput] HiLink dctlwrite_clusters Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_clusters syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlwrite_compile_script contained -a[bsolute_paths] -d[estination] -f[ormat] -h[ierarchy] -n[o_reports] -r[efining] -u[pdate] HiLink dctlwrite_compile_script Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_compile_script syn keyword dctlwrite_constraints contained -by_i[nput_pin_name] -by_o[utput_pin_name] -ce[ll_groups] -cover_d[esign] -cover_n[ets] -fo[rmat] -fr[om] -h[ierarchy] -loa[d_delay] -low[_priorities] -max_net_[priority] -max_nets[] -max_path_s[lack] -max_path_t[iming] -max_paths[] -mi[n_net_priority] -net_c[apacitance] -net_p[riorities] -net_t[iming] -nw[orst] -o[utput] -s[ubtract_pin_cap] -th[rough] -to[] HiLink dctlwrite_constraints Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_constraints syn keyword dctlwrite_def contained -a[ll_vias] -c[omponents] -d[efault_sp_conn] -ne[ts] -no[_legalize] -o[utput] -p[ins] -si[tes] -sp[ecialnets] -tieh[igh] -tiel[ow] -to[pdesign] -u[nit] -ve[rsion] -vi[as] HiLink dctlwrite_def Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_def syn keyword dctlwrite_design_lib_paths contained -d[c_setup] -f[ilename] HiLink dctlwrite_design_lib_paths Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_design_lib_paths syn keyword dctlwrite_designlist contained -o[utput] HiLink dctlwrite_designlist Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_designlist syn keyword dctlwrite_environment contained -ce[lls] -co[nstraints_only] -d[esigns] -e[nvironment_only] -f[ormat] -n[o_lib_info] -o[utput] -s[uffix] HiLink dctlwrite_environment Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_environment syn keyword dctlwrite_file contained -c[ompress] -d[onot_expand_dw] -f[ormat] -h[ierarchy] -l[ibrary] -m[odified] -na[mes_file] -no[_implicit] -o[utput] HiLink dctlwrite_file Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_file syn keyword dctlwrite_gds contained -d[esign] -o[utput] HiLink dctlwrite_gds Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_gds syn keyword dctlwrite_ibm_constraints contained -f[ull_path_lib_names] -h[ierarchy] -i[gnored_file] -o[utput] HiLink dctlwrite_ibm_constraints Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_ibm_constraints syn keyword dctlwrite_layout_scan contained -n[oclockdomain] -o[utput] HiLink dctlwrite_layout_scan Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_layout_scan syn keyword dctlwrite_lib contained -c[ompress] -f[ormat] -ma[cro_only] -mw_o[c_type] -mw_r[ef_lib] -n[ames_file] -o[utput] HiLink dctlwrite_lib Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_lib syn keyword dctlwrite_makefile contained -a[bsolute_paths] -b[subargs] -dep[endencies] -des[tination] -f[ormat] -l[sf] -t[arget] -u[pdate] HiLink dctlwrite_makefile Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_makefile syn keyword dctlwrite_mdb contained -c[ell_name] -ou[tput] -ov[erwrite] HiLink dctlwrite_mdb Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_mdb syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlwrite_parasitics contained -f[ormat] -m[in] -o[utput] -r[atio] -s[cript] HiLink dctlwrite_parasitics Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_parasitics syn keyword dctlwrite_partition contained -d[estination] -f[ormat] -h[ierarchy] -t[ype] HiLink dctlwrite_partition Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_partition syn keyword dctlwrite_partition_constraints contained -d[estination] -f[ormat] -h[ierarchy] -u[pdate] HiLink dctlwrite_partition_constraints Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_partition_constraints syn keyword dctlwrite_pdef contained -d[esign] -ne[w_cells_only] -no_a[ttributes] -no_h[ierarchy] -o[utput] -s[kip_signal_nets] -v2[.0] -v3[.0] HiLink dctlwrite_pdef Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_pdef syn keyword dctlwrite_physical_script contained -m[pc] -n[osplit] -o[utput] HiLink dctlwrite_physical_script Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_physical_script syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlwrite_routing_pairwise_isolations contained -d[ir] HiLink dctlwrite_routing_pairwise_isolations Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_routing_pairwise_isolations syn keyword dctlwrite_rtl contained -d[ebug_mode] -f[ormat] -ig[nore_rtl_processes] -in[clude_files] -o[utput] -r[tl_script] -s[imulation] -u[se_packages] HiLink dctlwrite_rtl Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_rtl syn keyword dctlwrite_rtl_load contained -f[ormat] -o[utput] HiLink dctlwrite_rtl_load Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_rtl_load syn keyword dctlwrite_script contained -fo[rmat] -fu[ll_path_lib_names] -h[ierarchy] -i[nclude] -no_annotated_c[heck] -no_annotated_d[elay] -nos[plit] -o[utput] HiLink dctlwrite_script Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_script syn keyword dctlwrite_sdc contained -n[osplit] -v[ersion] HiLink dctlwrite_sdc Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_sdc syn keyword dctlwrite_sdf contained -i[nstance] -s[ignificant_digits] -v[ersion] HiLink dctlwrite_sdf Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_sdf syn keyword dctlwrite_test contained -c[umulative] -fi[rst] -fo[rmat] -i[nput] -o[utput] -para[llel] -part[_number] -pat[tern_exec] -r[evision] -t[est_mode] HiLink dctlwrite_test Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_test syn keyword dctlwrite_test_model contained -f[ormat] -i[nclusive] -n[ames] -o[utput] HiLink dctlwrite_test_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_test_model syn keyword dctlwrite_test_protocol contained -n[ames] -o[utput] -t[est_mode] HiLink dctlwrite_test_protocol Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_test_protocol syn keyword dctlwrite_testsim_lib contained -d[epends] HiLink dctlwrite_testsim_lib Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_testsim_lib syn keyword dctlwrite_timing contained -d[esign] -l[oad_delay] -o[utput] HiLink dctlwrite_timing Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_timing delcommand HiLink if exists("i") unlet i endif