当前位置:网站首页>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文件名
边栏推荐
猜你喜欢
年薪40W测试工程师成长之路,你在哪个阶段?
通过记账,了解当月收支情况
1036 跟奥巴马一起编程 (15 分)
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
软件测试常用工具的用途及优缺点比较(详细)
TF通过feature与label生成(特征,标签)集合,tf.data.Dataset.from_tensor_slices
Project 1 - PM2.5 Forecast
1051 Multiplication of Complex Numbers (15 points)
伦敦银规则有哪些?
记录一些遇见的bug——Lombok和Mapstruct的冲突导致,A component required a bean of type ‘com.XXX.controller.converter.
随机推荐
oracle19c不支持实时同步参数,请教一下大佬们有什么好的解决办法吗?
经典论文-MobileNet V1论文及实践
3.2 - classification - Logistic regression
1051 复数乘法 (15 分)
6月各手机银行活跃用户较快增长,创半年新高
Four states of Activity
求职简历这样写,轻松搞定面试官
string类接口介绍及应用
查找最新人员工资和上上次人员工资的变动情况
js根据当天获取前几天的日期
4.1 - Support Vector Machines
【Day_13 0509】▲跳石板
TF中的One-hot
【LeetCode每日一题】——682.棒球比赛
选择收银系统主要看哪些方面?
租房小程序
matrix multiplication in tf
少年成就黑客,需要这些技能
2021-08-11 For loop combined with multi-threaded asynchronous query and collect results
关于Android Service服务的面试题