Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
config:layout [2022/06/30 09:11]
rajit [Vias]
config:layout [2022/07/01 11:13] (current)
rajit [Metal layers]
Line 269: Line 269:
   int_table m1_gds_bloat 0 0 0 0   int_table m1_gds_bloat 0 0 0 0
 </code>   </code>  
 +
 +When magic technology files are auto-generted from ''layout.conf'', the standard naming conventions in magic are used (e.g. m1 = first metal layer, m2 = second metal layer, etc). When generating LEF/DEF, it is advisable to use the technology layer names used by the foundry. 
 +<code>
 +string m1_lefname "FoundryM1Name"
 +</code>
 +This will use ''FoundryM1Name'' in the LEF output produced for cells, even though the magic layout layer name will remain ''m1''.
 +
 ===== Vias ===== ===== Vias =====