当前位置:网站首页>klayout--导出版图为gds文件
klayout--导出版图为gds文件
2022-08-11 07:28:00 【天天进步2015】
db::Layout layout = pView->active_cellview()->layout();
db::SaveLayoutOptions option;
option.select_all_layers();
db::GDS2WriterOptions gds2_options;
gds2_options.write_file_properties = true;
option.set_options(gds2_options);
db::Writer write(option);
tl::OutputStream outstream(strFileName.toStdString());
layout.prop_id(1);
write.write(layout , outstream);pView 是 lay::LayoutView*, 指向当前的LayoutView.
主要是设置 db::SaveLayoutOptions
strFileName是导出的gds文件名
边栏推荐
- 查询跟踪快递单号物流,智能分析物流中转有延误的单号
- 1051 复数乘法 (15 分)
- 囍楽云任务源码
- 1071 Small Gamble (15 points)
- Redis source code: how to view the Redis source code, the order of viewing the Redis source code, the sequence of the source code from the external data structure of Redis to the internal data structu
- CSDN21天学习挑战赛——封装(06)
- 数仓开发知识总结
- 【LeetCode】Summary of linked list problems
- TF中使用softmax函数;
- 1036 Programming with Obama (15 points)
猜你喜欢

机器学习总结(二)

1106 2019数列 (15 分)
2.1-梯度下降

数仓开发知识总结

Redis source code: how to view the Redis source code, the order of viewing the Redis source code, the sequence of the source code from the external data structure of Redis to the internal data structu

关于#sql#的问题:怎么将下面的数据按逗号分隔成多行,以列的形式展示出来

基于微信小程序的租房小程序

1076 Wifi密码 (15 分)

1051 复数乘法 (15 分)

软件测试常用工具的用途及优缺点比较(详细)
随机推荐
redis操作
Write a resume like this, easy to get the interviewer
6月各手机银行活跃用户较快增长,创半年新高
js判断图片是否存在
1081 检查密码 (15 分)
3.1-分类-概率生成模型
场地预订系统,帮助场馆提高坪效
结合均线分析k线图的基本知识
【sdx62】XBL设置共享内存变量,然后内核层获取变量实现
2022-08-10 mysql/stonedb-slow SQL-Q16-time-consuming tracking
Conditional statements in TF; where()
【LeetCode】Summary of linked list problems
tf.cast(), reduce_min(), reduce_max()
【Pytorch】nn.PixelShuffle
1106 2019 Sequence (15 points)
MindManager2022全新正式免费思维导图更新
2.1 - Gradient Descent
零基础SQL教程: 主键、外键和索引 04
通过记账,了解当月收支情况
囍楽云任务源码