用户工具

站点工具


vlsi:icc:stream-out-gds2

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

vlsi:icc:stream-out-gds2 [2011/11/28 08:10] (当前版本)
行 1: 行 1:
 +====== Write GDSII ======
 +
 +<code tcl>
 +set mw_design_lib ​      ​my.mwlib
 +set fs_release ​         /​tools/​fip40.3/​lsi40nm_3.0-current/​tsmc_cln40g/​
 +set streamout_mw_file ​  ​$fs_release/​shared/​synopsys/​icc_tech/​lsi40_7+2.lmap_out
 +
 +set_write_stream_options \
 +  -map_layer $streamout_mw_file \
 +  -child_depth 10000 \
 +  -output_filling [list fill] \
 +  -output_outdated_fill \
 +  -keep_data_type \
 +  -allow_fill_data_mapping \
 +  -output_pin [list text geometry] \
 +  -output_net [list text plex] \
 +  -output_geometry_property \
 +  -compressed \
 +  -max_name_length 100
 +
 +write_stream -lib_name $mw_design_lib -format gds -cells top_cell top.gds.gz
 +</​code>​
  
vlsi/icc/stream-out-gds2.txt · 最后更改: 2011/11/28 08:10 (外部编辑)