{"id":30824,"date":"2015-01-01T10:29:24","date_gmt":"2015-01-01T10:29:24","guid":{"rendered":"https:\/\/silvaco.com\/%eb%b6%84%eb%a5%98%eb%90%98%ec%a7%80-%ec%95%8a%ec%9d%8c\/hints-tips-and-solutions-january-february-march-2015\/"},"modified":"2021-07-16T21:40:20","modified_gmt":"2021-07-17T04:40:20","slug":"hints-tips-and-solutions-january-february-march-2015","status":"publish","type":"post","link":"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/","title":{"rendered":"Hints, Tips and Solutions &#8211; Develop your own etch model in Victory Process"},"content":{"rendered":"<div id='template_overview'  class='avia-section main_color avia-section-small avia-no-border-styling  avia-bg-style-scroll  avia-builder-el-0  el_before_av_section  avia-builder-el-first   container_wrap fullsize' style='background-color: #ffffff;  margin-top:0px; margin-bottom:0px; '  ><div class='container' ><main  role=\"main\" itemprop=\"mainContentOfPage\"  class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-30824'><div class='entry-content-wrapper clearfix'>\n<div class='flex_column_table av-equal-height-column-flextable -flextable' style='margin-top:20px; margin-bottom:0px; '><div class=\"flex_column av_three_fourth  flex_column_table_cell av-equal-height-column av-align-top first  avia-builder-el-1  el_before_av_one_fourth  avia-builder-el-first  \" style='padding:0px 0px 0px 0px ; border-radius:0px; '><section class=\"av_textblock_section \"  itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock  '   itemprop=\"text\" ><h1 align=\"left\"><strong>Hints, Tips and Solutions<\/strong><\/h1>\n<p><strong>How can I develop my own etch model in Victory Process?<\/strong><\/p>\n<p><strong>Background<\/strong>: Victory Process is packaged with a wide range of etch models. Victory Process also supports an \u201cOpen Modelling Interface\u201d (OMI). The OMI enables users to develop their own models inside Victory Process. Both etch and deposit models can be defined by the user in the OMI.<\/p>\n<p><strong>Example<\/strong>: In this example we are going to demonstrate how to define your own etch model.<\/p>\n<p>Shown in Figure 1 is the starting structure.<\/p>\n<p>The demonstration structure is a simple piece of silicon with uniform geometry in the y direction and simple stepped surface.<\/p>\n<p>The etch model is a CMP style model which will control the etch rate as a function of distance from the surface. As such, the surface high point (left hand side of the structure) will etch at a higher rate than the lower point of the surface (right hand side of the structure).<\/p>\n<p>The C interpreter file \/ code to create the etch model is shown below<\/p>\n<p class=\"style1\">\/***********************************<br \/>\n* cmp_physical<br \/>\n* Comment: rate dependent on point\u2019s<br \/>\n* distance to the<br \/>\n* top surface point<br \/>\n**************************************\/<br \/>\nint<br \/>\ncmp_physical(double max_z,<\/p>\n<blockquote>\n<p class=\"style1\">double x, double y,<br \/>\ndouble z,<br \/>\ndouble r0,<br \/>\ndouble ratio0,<br \/>\ndouble* rate)<\/p>\n<\/blockquote>\n<p class=\"style1\">{<\/p>\n<blockquote>\n<p class=\"style1\">if ( z &gt;= max_z )<br \/>\n{<br \/>\n*rate = r0<br \/>\n}<br \/>\nelse<br \/>\n{<br \/>\n*rate = r0 -( max_z &#8211; z) *<br \/>\nratio0;<br \/>\n}<br \/>\nreturn 0;<\/p>\n<\/blockquote>\n<p class=\"style1\">}<\/p>\n<p>The first section of the file defines the inputs and output of the file.<\/p>\n<\/div><\/section><\/div><div class='av-flex-placeholder'><\/div><div class=\"flex_column av_one_fourth  flex_column_table_cell av-equal-height-column av-align-top av-zero-column-padding   avia-builder-el-3  el_after_av_three_fourth  avia-builder-el-last  \" style='border-radius:0px; ' id=\"whitepaper\" ><p><div  class='avia-builder-widget-area clearfix  avia-builder-el-4  el_before_av_image  avia-builder-el-first '><div id=\"nav_menu-29\" class=\"widget clearfix widget_nav_menu\"><div class=\"menu-simulation-standard-side-menu-korean-container\"><ul id=\"menu-simulation-standard-side-menu-korean\" class=\"menu\"><li id=\"menu-item-25039\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-25039\"><a href=\"https:\/\/silvaco.com\/ko\/technical-library\/simulation-standard\/\">Simulation Standard<\/a><\/li>\n<\/ul><\/div><\/div><\/div><br \/>\n<div  class='avia-image-container  av-styling-    avia-builder-el-5  el_after_av_sidebar  el_before_av_button  avia-align-center '  itemprop=\"image\" itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/ImageObject\"  ><div class='avia-image-container-inner'><div class='avia-image-overlay-wrap'><a href=\"\/dynamicweb\/jsp\/downloads\/DownloadDocStepsAction.do?req=download&amp;nm=simstd_Q1_2015_hints1.pdf\" class='avia_image' target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" width=\"232\" height=\"300\" class='wp-image-19845 avia-img-lazy-loading-not-19845 avia_image' src=\"https:\/\/silvaco.com\/wp-content\/uploads\/2020\/03\/simstd_Q1_2015_hints1-232x300.jpg\" alt='' title='simstd_Q1_2015_hints1'  itemprop=\"thumbnailUrl\" srcset=\"https:\/\/silvaco.com\/wp-content\/uploads\/2020\/03\/simstd_Q1_2015_hints1-232x300.jpg 232w, https:\/\/silvaco.com\/wp-content\/uploads\/2020\/03\/simstd_Q1_2015_hints1-768x994.jpg 768w, https:\/\/silvaco.com\/wp-content\/uploads\/2020\/03\/simstd_Q1_2015_hints1-545x705.jpg 545w, https:\/\/silvaco.com\/wp-content\/uploads\/2020\/03\/simstd_Q1_2015_hints1-29x37.jpg 29w, https:\/\/silvaco.com\/wp-content\/uploads\/2020\/03\/simstd_Q1_2015_hints1-43x55.jpg 43w, https:\/\/silvaco.com\/wp-content\/uploads\/2020\/03\/simstd_Q1_2015_hints1-37x48.jpg 37w, https:\/\/silvaco.com\/wp-content\/uploads\/2020\/03\/simstd_Q1_2015_hints1.jpg 782w\" sizes=\"(max-width: 232px) 100vw, 232px\" \/><\/a><\/div><\/div><\/div><br \/>\n<div  class='avia-button-wrap avia-button-center  avia-builder-el-6  el_after_av_image  avia-builder-el-last ' ><a href='\/dynamicweb\/jsp\/downloads\/DownloadDocStepsAction.do?req=download&amp;nm=simstd_Q1_2015_hints1.pdf' class='avia-button  avia-color-grey   avia-icon_select-yes-right-icon avia-size-small avia-position-center ' target=\"_blank\" rel=\"noopener noreferrer\"><span class='avia_iconbox_title' >Download Simulation Standard<\/span><span class='avia_button_icon avia_button_icon_right' aria-hidden='true' data-av_icon='\ue875' data-av_iconfont='entypo-fontello'><\/span><\/a><\/div><\/p><\/div><\/div><!--close column table wrapper. Autoclose: 1 --><\/div><\/div><\/main><!-- close content main element --><\/div><\/div><div id='av_section_2'  class='avia-section main_color avia-section-small avia-no-border-styling  avia-bg-style-scroll  avia-builder-el-7  el_after_av_section  avia-builder-el-last   container_wrap fullsize' style='background-color: #ffffff;  margin-top:0px; margin-bottom:0px; '  ><div class='container' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-30824'><div class='entry-content-wrapper clearfix'>\n<div class='flex_column_table av-equal-height-column-flextable -flextable' style='margin-top:20px; margin-bottom:0px; '><div class=\"flex_column av_one_full  flex_column_table_cell av-equal-height-column av-align-top first  avia-builder-el-8  avia-builder-el-no-sibling  \" style='padding:0px 0px 0px 0px ; border-radius:0px; '><\/div><\/div><!--close column table wrapper. Autoclose: 1 -->\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Background: Victory Process is packaged with a wide range of etch models. Victory Process also supports an \u201cOpen Modelling Interface\u201d (OMI). The OMI enables users to develop their own models inside Victory Process. Both etch and deposit models can be defined by the user in the OMI.<\/p>\n","protected":false},"author":5,"featured_media":19845,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7486],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.0 (Yoast SEO v24.0) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Hints, Tips and Solutions - Develop your own etch model in Victory Process - Silvaco<\/title>\n<meta name=\"description\" content=\"How can I develop my own etch model in Victory Process?\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hints, Tips and Solutions - Develop your own etch model in Victory Process\" \/>\n<meta property=\"og:description\" content=\"How can I develop my own etch model in Victory Process?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/\" \/>\n<meta property=\"og:site_name\" content=\"Silvaco\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/SilvacoSoftware\/\" \/>\n<meta property=\"article:published_time\" content=\"2015-01-01T10:29:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-07-17T04:40:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/silvaco.com\/wp-content\/uploads\/2020\/03\/simstd_Q1_2015_hints1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"782\" \/>\n\t<meta property=\"og:image:height\" content=\"1012\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Ingrid Schwarz\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@SilvacoSoftware\" \/>\n<meta name=\"twitter:site\" content=\"@SilvacoSoftware\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ingrid Schwarz\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"5\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/\",\"url\":\"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/\",\"name\":\"Hints, Tips and Solutions - Develop your own etch model in Victory Process - Silvaco\",\"isPartOf\":{\"@id\":\"https:\/\/silvaco.com\/ja\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/silvaco.com\/wp-content\/uploads\/2020\/03\/simstd_Q1_2015_hints1.jpg\",\"datePublished\":\"2015-01-01T10:29:24+00:00\",\"dateModified\":\"2021-07-17T04:40:20+00:00\",\"author\":{\"@id\":\"https:\/\/silvaco.com\/ja\/#\/schema\/person\/f85f880bc8a7ce823b36a9072e1f0a29\"},\"description\":\"How can I develop my own etch model in Victory Process?\",\"breadcrumb\":{\"@id\":\"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/#primaryimage\",\"url\":\"https:\/\/silvaco.com\/wp-content\/uploads\/2020\/03\/simstd_Q1_2015_hints1.jpg\",\"contentUrl\":\"https:\/\/silvaco.com\/wp-content\/uploads\/2020\/03\/simstd_Q1_2015_hints1.jpg\",\"width\":782,\"height\":1012},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/silvaco.com\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hints, Tips and Solutions &#8211; Develop your own etch model in Victory Process\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/silvaco.com\/ja\/#website\",\"url\":\"https:\/\/silvaco.com\/ja\/\",\"name\":\"Silvaco\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/silvaco.com\/ja\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/silvaco.com\/ja\/#\/schema\/person\/f85f880bc8a7ce823b36a9072e1f0a29\",\"name\":\"Ingrid Schwarz\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/silvaco.com\/ja\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d3bb75be07e3e2b63d0be26dc8912ffe?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d3bb75be07e3e2b63d0be26dc8912ffe?s=96&d=blank&r=g\",\"caption\":\"Ingrid Schwarz\"},\"url\":\"https:\/\/silvaco.com\/ko\/author\/ingrid\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Hints, Tips and Solutions - Develop your own etch model in Victory Process - Silvaco","description":"How can I develop my own etch model in Victory Process?","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/","og_locale":"ko_KR","og_type":"article","og_title":"Hints, Tips and Solutions - Develop your own etch model in Victory Process","og_description":"How can I develop my own etch model in Victory Process?","og_url":"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/","og_site_name":"Silvaco","article_publisher":"https:\/\/www.facebook.com\/SilvacoSoftware\/","article_published_time":"2015-01-01T10:29:24+00:00","article_modified_time":"2021-07-17T04:40:20+00:00","og_image":[{"width":782,"height":1012,"url":"https:\/\/silvaco.com\/wp-content\/uploads\/2020\/03\/simstd_Q1_2015_hints1.jpg","type":"image\/jpeg"}],"author":"Ingrid Schwarz","twitter_card":"summary_large_image","twitter_creator":"@SilvacoSoftware","twitter_site":"@SilvacoSoftware","twitter_misc":{"\uae00\uc4f4\uc774":"Ingrid Schwarz","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"5\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/","url":"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/","name":"Hints, Tips and Solutions - Develop your own etch model in Victory Process - Silvaco","isPartOf":{"@id":"https:\/\/silvaco.com\/ja\/#website"},"primaryImageOfPage":{"@id":"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/#primaryimage"},"image":{"@id":"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/#primaryimage"},"thumbnailUrl":"https:\/\/silvaco.com\/wp-content\/uploads\/2020\/03\/simstd_Q1_2015_hints1.jpg","datePublished":"2015-01-01T10:29:24+00:00","dateModified":"2021-07-17T04:40:20+00:00","author":{"@id":"https:\/\/silvaco.com\/ja\/#\/schema\/person\/f85f880bc8a7ce823b36a9072e1f0a29"},"description":"How can I develop my own etch model in Victory Process?","breadcrumb":{"@id":"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/#primaryimage","url":"https:\/\/silvaco.com\/wp-content\/uploads\/2020\/03\/simstd_Q1_2015_hints1.jpg","contentUrl":"https:\/\/silvaco.com\/wp-content\/uploads\/2020\/03\/simstd_Q1_2015_hints1.jpg","width":782,"height":1012},{"@type":"BreadcrumbList","@id":"https:\/\/silvaco.com\/ko\/simulation-standard\/hints-tips-and-solutions-january-february-march-2015\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/silvaco.com\/ko\/"},{"@type":"ListItem","position":2,"name":"Hints, Tips and Solutions &#8211; Develop your own etch model in Victory Process"}]},{"@type":"WebSite","@id":"https:\/\/silvaco.com\/ja\/#website","url":"https:\/\/silvaco.com\/ja\/","name":"Silvaco","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/silvaco.com\/ja\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/silvaco.com\/ja\/#\/schema\/person\/f85f880bc8a7ce823b36a9072e1f0a29","name":"Ingrid Schwarz","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/silvaco.com\/ja\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d3bb75be07e3e2b63d0be26dc8912ffe?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d3bb75be07e3e2b63d0be26dc8912ffe?s=96&d=blank&r=g","caption":"Ingrid Schwarz"},"url":"https:\/\/silvaco.com\/ko\/author\/ingrid\/"}]}},"_links":{"self":[{"href":"https:\/\/silvaco.com\/ko\/wp-json\/wp\/v2\/posts\/30824"}],"collection":[{"href":"https:\/\/silvaco.com\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/silvaco.com\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/silvaco.com\/ko\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/silvaco.com\/ko\/wp-json\/wp\/v2\/comments?post=30824"}],"version-history":[{"count":1,"href":"https:\/\/silvaco.com\/ko\/wp-json\/wp\/v2\/posts\/30824\/revisions"}],"predecessor-version":[{"id":30829,"href":"https:\/\/silvaco.com\/ko\/wp-json\/wp\/v2\/posts\/30824\/revisions\/30829"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/silvaco.com\/ko\/wp-json\/wp\/v2\/media\/19845"}],"wp:attachment":[{"href":"https:\/\/silvaco.com\/ko\/wp-json\/wp\/v2\/media?parent=30824"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/silvaco.com\/ko\/wp-json\/wp\/v2\/categories?post=30824"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/silvaco.com\/ko\/wp-json\/wp\/v2\/tags?post=30824"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}