" Vim syntax file " Language: DesignCompiler/TCL " Maintainer: Paul Zimmer " Original: Paul Zimmer " Version: 6.12 (synched to tcl.vim v6.1), Tue Feb 4 11:24:46 PST 2003 " " " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded "if version < 600 <- got this from somewhere, but it doesn't seem to work syntax clear "elseif exists("b:current_syntax") " finish "endif " Pull in tcl/tk if version >= 600 runtime! syntax/tcl.vim else "source :p:h/tcl.vim source $VIMRUNTIME/syntax/tcl.vim endif " Define the default highlighting. " For version 5.7 and earlier: only when not done already " For version 5.8 and later: only when an item doesn't have highlighting yet if exists("did_pt_syntax_inits") command! -nargs=+ HiLink let i = 1 elseif version < 508 let did_pt_syntax_inits = 1 command! -nargs=+ HiLink hi link else command! -nargs=+ HiLink hi def link endif set iskeyword+=-,_,& " - _ and & need to be allowed in keywords " Fix problems in tcl.vim: " Allow _ in variable names syn match tclVarRef "$[_a-zA-Z][a-zA-Z1-9_.]*" syn match tclVarRef "${[_a-zA-Z][a-zA-Z1-9_.]*}" " Allow comments at end of line following ; syn region tclComment start=";\s*\#"hs=s+1 end="$" contains=tclTodo "Create a cluster for the std contains items to save space syn cluster dctlcontainscluster contains=tclLineContinue,tclNumber,tclVarRef,tclString,tcltkCommand,tclComment " The rest is generated by a perl script running over: " man page contents of directory /auto/ot-tools/HPUX/32/syn_2002.05/doc/snps_tcl/man/cat2 " man page contents of directory /auto/ot-tools/HPUX/32/syn_2002.05/doc/syn/man/cat2 " output of helpv -v * file dctlhelpv.2002.05.txt syn region tcltkCommand matchgroup=tcltkCommandColor start="\<::msgcat::mc\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn region tcltkCommand matchgroup=tcltkCommandColor start="\<::safe::interpCreate\>" 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 dctlacs_compile_design contained -d[estination] -f[orce] -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_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] -i[gnore_analyze_errors] -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] -d[estination] -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 -d[estination] -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_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 dctladd_module contained -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 -a[rray] -d[istance] -e[dge] -ref_c[ell] -ref_l[oc] 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 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_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_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 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_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 keyword dctlallocate_budgets contained -b[udget_design_ware] -ch[eck_only] -cr[eate_context] -e[ffort] -fi[le_format_spec] -fo[rmat] -inc[remental] -int[erblock_logic] -l[evels] -min_input_to_o[utput] -min_input_to_r[egister] -min_r[egister_to_output] -no_b[oundary_annotations] -no_e[nvironment] -s[eparator] -w[rite_context] HiLink dctlallocate_budgets Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlallocate_budgets 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 keyword dctlannotate_activity contained -c[lock] -h[ier] -i[nstances] -o[bjects] -p[eriod] -r[eset] -se[lect] -st[atic_probability] -t[oggle_rate] HiLink dctlannotate_activity Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlannotate_activity syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster 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 dctlbc_view contained -a[rch] -c[ossap] -d[ont_start] -h[ost] -o[utput] -p[roject_file] -s[earch_additional] HiLink dctlbc_view Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlbc_view 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 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 -h[ierarchy] -l[og_changes] -n[ames_file] -r[ules] -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] -rem[ove] -rep[lace] -t[ype] 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 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] -i[nterblock_logic] -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_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_physical_constraints contained -a[nalyze_legality] -b[ounds] -d[esign] -l[ib_cell] -na[rrow_placement_area] -nw[orst] -r[c_check] -verb[ose] -veri[fy_lib] 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 -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] -ma[p_effort] -mp[c] -no_d[esign_rule] -no_l[egalize] -only_d[esign_rule] -only_h[old_time] -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] -h[ls] -l[ibrary] -o[utput] -pa[ram] -pr[eserve] -rtl[] -rtl_[format] -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] -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 -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 region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlcreate_generated_clock contained -di[vide_by] -du[ty_cycle] -edge_[shift] -edges[] -i[nvert] -m[ultiply_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_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_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] -p[rocess] -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_keepout contained -c[oordinate] -n[ame] -t[ype] HiLink dctlcreate_placement_keepout Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_placement_keepout 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_power_model contained -c[onstraints] -e[ffort] -fi[le_parameters] -fo[rmat] -h[dl_files] -to[p_design] -tr[ansform] -w[ork] HiLink dctlcreate_power_model Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_power_model 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 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_keepout contained -c[oordinate] -l[ayer] -n[ame] HiLink dctlcreate_wiring_keepout Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlcreate_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 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] -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 -a[llowed] -ca[se_insensitive] -co[llapse_name_space] -e[qual_ports_nets] -f[irst_restricted] -i[nout_ports_equal_nets] -l[ast_restricted] -map[] -max[_length] -p[refix] -rem[ove_chars] -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 -c[ut_counts] -d[efault_reference_rule] -r[eference_rule] -s[pacings] -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 -t[ype] 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 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 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 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 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 keyword dctlestimate_power contained -a[ctivity_file] -c[onstraints] -e[ffort] -fi[le_parameters] -fo[rmat] -h[dl_files] -s[aif] -to[p_design] -tr[ansform] -w[ork] HiLink dctlestimate_power Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlestimate_power 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] -o[utput] -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] -n[o_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] 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 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 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 -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 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_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_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 keyword dctlget_message_info contained -e[rror_count] -i[nfo_count] -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 -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 -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 -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_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 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 -i[gnore_ports] -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[c] 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] -l[ib_cells] 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_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 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 -c[heck_only] -ec[o] -ef[fort] 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 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 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_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[ound] -ignore_d[ont_touch] -o[rient] -t[o] 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 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_placement contained -g[lobal] -i[gnore_drc] -no[_legalize] -nw[orst] -s[izing] 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 -a[rea_recovery] -ch[eck_only] -congestion[] -congestion_[effort] -ec[o] -ef[fort] -in_[place_size_only] -inc[remental] -m[pc] -no_d[esign_rule] -no_l[egalize] -nu[m_cpus] -only_d[esign_rule] -only_h[old_time] -p[ost_route] -q[uick] -sc[an_order] -si[ze_only] -t[iming_driven_congestion] 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 dctlpower_estimate contained -a[] -c[] -f[] -fp[] -h[dl] -l[ib] -s[] -t[] -tr[] -w[] HiLink dctlpower_estimate Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlpower_estimate 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 -c[ore_integration] -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 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_placement_up contained -a[djust_location] -v[erbose] HiLink dctlpropagate_placement_up Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlpropagate_placement_up 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_p[orts] -d[esign] -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 keyword dctlread_init_protocol contained -f[ormat] HiLink dctlread_init_protocol Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_init_protocol 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_parasitics contained -c[omplete_with] -e[lmore] -i[ncrement] -n[et_cap_only] -pa[th] -pi[n_cap_included] -q[uiet] -st[rip_path] -sy[ntax_only] 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 -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_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_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 -f[ormat] 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 keyword dctlread_timing contained -c[ontext] -d[esign] -l[oad_delay] -ma[x_triplet] -mi[n_triplet] -p[ath] -w[orst] HiLink dctlread_timing Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_timing syn keyword dctlread_toggle contained -c[ase_insensitive] -inp[ut] -ins[tance_name] -k[hrate] -n[ames_file] -o[utput] -s[cale] -u[nit_base] -v[erbose] HiLink dctlread_toggle Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlread_toggle 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] 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 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 region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlremove_core_wrapper_specification contained -a[ll] -c[hain] 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 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 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_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 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 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_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 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 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 region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster 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 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 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_activity contained -al[l] -av[erage] -c[overage] -h[ier_level] -o[nly] HiLink dctlreport_activity Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlreport_activity 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] 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_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] -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] -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] -h[ier] -n[osplit] -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] -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] -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_to[ggle_rate] -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 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 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_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_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 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] -power[] -power_[label] -ro[uting_rule] -rw[m] -ta[ble] -timing[] -timing_a[rcs] -timing_l[abel] -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 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 -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] -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 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_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] -c[apacitance] -f[rom] -i[nput_pins] -m[ax_paths] -ne[ts] -no[split] -nw[orst] -si[gnificant_digits] -so[rt_by] -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_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 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] -c[onnection] -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 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 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 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] -m[issing] -o[nly] -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_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 keyword dctlreport_test contained -a[ssertions] -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] -r[egister_type] -sc[an_path] -st[ate] -t[race_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] -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] -d[elay] -e[nable_preset_clear_arcs] -f[rom] -g[reater_path] -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_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 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 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_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 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 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_registers] -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_object contained -t[o] HiLink dctlrotate_object Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlrotate_object syn keyword dctlroute_power contained -de[sign] -di[r] -h[or_to_ver_stripe] -i[ncr] -n[ets] -route_a[ll_ios] -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 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 keyword dctlrun_rodeo_router contained -ch[eck_only] -cr[itical_cap] -de[rate] -di[r] -do[ntstoponshort] -ec[o] -ef[fort] -es[timate] -fi[ll_notches] -fl[atten] -gr[e] -gw[e] -ig[nore_placement_errors] -in[cremental] -m[pass] -n[um_cpus] -p[repare_library] -s[eed] -t[iming_effort] -v[erify_drc] HiLink dctlrun_rodeo_router Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlrun_rodeo_router 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 -a[sync] -b[us] -clock[] -clocks[] -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] -c[lock] 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 region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_bounds contained -b[ound_type] -c[oordinate] -d[imension] -e[ffort] HiLink dctlset_bounds Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_bounds 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] -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 -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] 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_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] -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 -c[oordinate] -h[orizontal] -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_wrapper_cell contained -c[ell_type] -p[ort_list] -s[afe_value] 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_configuration contained -c[hain_count] -default_s[afe_state] -default_w[rapper_cell] 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 -core_i[ntegration] -core_w[rapper] -o[rder] 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_signal contained -h[ookup] -p[ort] -s[ense] 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] 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 keyword dctlset_disable_timing contained -f[rom] -r[estore] -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 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_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 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_options contained -anchor_bound[] -anchor_bound_[factor] -l[egal_orientations] -r[eset] 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] -o[rigin] -re[set] -ri[ght_port_limit] -ro[w_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_port_options contained -l[ayer] -r[eset] -s[ide] -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_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 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 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_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 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 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 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 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_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_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 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_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] 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] -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_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 region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster 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 region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlset_routing_options contained -gl_[strategy] -glo[bal_row_size] -m[ax_memory_available] -reach_b[lock_offgrid_port] -reach_ch[iplevel_offgrid_port] -reach_cor[e_offgrid_port] -reach_cov[ered_port] -reach_p[ad_offgrid_port] 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 -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_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 -ad[d_lockup] -ar[ea_critical] -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] -ins[ert_end_of_chain_lockup_latch] -internal_c[locks] -internal_t[ristates] -l[ongest_chain_length] -me[thodology] -mu[ltibit_segments] -ph[ysical] -prf[ile] -prt[ool] -reb[alance] -rep[lace] -route[] -route_[signals] -s[tyle] 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 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] 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_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] 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_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_switching_activity contained -c[lock] -pa[th_dep] -pe[riod] -r[ise_ratio] -state[_dep] -stati[c_probability] -to[ggle_rate] -tr[ansition_type] -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 keyword dctlset_test_signal contained -p[ort] HiLink dctlset_test_signal Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlset_test_signal 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_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 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_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_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_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_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 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 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 keyword dctlungroup contained -a[ll] -fl[atten] -fo[rce] -p[refix] -si[mple_names] -sm[all] -so[ft] 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_lib contained -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[] -ra[dius] -ro[ot] -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 region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster syn keyword dctlwrite contained -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 -f[ormat] -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_h[ierarchy] -no_l[egalize] -o[utput] -p[ins] -si[tes] -sp[ecialnets] -tieh[igh] -tiel[ow] -to[pdesign] -u[nit] -v[ias] 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 -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 -f[ormat] -m[acro_only] -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] -dc[_shell] -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_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] -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_power contained -a[nalysis_effort] -ce[ll] -cu[mulative] -e[xclude_boundary_nets] -f[lat] -n[et] -o[nly] HiLink dctlwrite_power Special syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]$"me=e,he=e-1 contains=@dctlcontainscluster,dctlwrite_power 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] -no_annotated_c[heck] -no_annotated_d[elay] -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 -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] -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] -r[evision] 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] -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 -f[ormat] -out[] -outp[ut] 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