当前位置:网站首页>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文件名
边栏推荐
- 通过记账,了解当月收支情况
- 1.2 - error sources
- TF中使用softmax函数;
- matplotlib
- 1101 B是A的多少倍 (15 分)
- Distributed Lock-Redission - Cache Consistency Solution
- 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
- 1091 N-Defensive Number (15 points)
- 1106 2019数列 (15 分)
- 1096 大美数 (15 分)
猜你喜欢

我的创作纪念日丨感恩这365天来有你相伴,不忘初心,各自精彩

Analysys and the Alliance of Small and Medium Banks jointly released the Hainan Digital Economy Index, so stay tuned!

1071 小赌怡情 (15 分)
1.1-Regression

求职简历这样写,轻松搞定面试官
初级软件测试工程师笔试试题,你知道答案吗?

tf中矩阵乘法

leetcode:69. x 的平方根

1076 Wifi密码 (15 分)

1051 Multiplication of Complex Numbers (15 points)
随机推荐
CIKM 2022 AnalytiCup Competition: 联邦异质任务学习
选择收银系统主要看哪些方面?
【LeetCode每日一题】——844.比较含退格的字符串
js根据当天获取前几天的日期
【Pytorch】nn.Linear,nn.Conv
1081 Check Password (15 points)
Redis source code-String: Redis String command, Redis String storage principle, three encoding types of Redis string, Redis String SDS source code analysis, Redis String application scenarios
1096 大美数 (15 分)
Unity开发者必备的C#脚本技巧
Do you know the basic process and use case design method of interface testing?
【latex异常和错误】Missing $ inserted.<inserted text>You can‘t use \spacefactor in math mode.输出文本要注意特殊字符的转义
CSDN21天学习挑战赛——封装(06)
3.2-分类-Logistic回归
1096 big beautiful numbers (15 points)
关于Excel实现分组求和最全文档
redis operation
1046 划拳 (15 分)
2022年中国软饮料市场洞察
数仓开发知识总结
3GPP LTE/NR信道模型