美文网首页
Write Design Changes

Write Design Changes

作者: Empyrean_SoC | 来源:发表于2019-02-13 15:48 被阅读0次



Why not allow user to specify netlist and physical change file name separately?

Writing an eco change from XTop will allow a file prefix to be created, but the netlist will be spit out together with the physical document because it is easier to tell which two documents are a set and will not be confusing.


Why cannot the icc eco command written by split net be used?

By default, XTop will output the macro command, but the ICC insert inverter does not actually support split net, you need to switch to write-atomic command.

xtop> write_design_changes ... -write_atomic_cmd


Why should the pt file output a physical file?

The reason is that the customer may give the same ICC and PT eco script prefix. If the previously generated ICC's eco script is physical, but later generated the PT format, the client directly sources the netlist and the previous physical file in the PT, and will report an error. So in order to avoid this kind of confusion, we will output physical at the default output.


About third-party tools to source eco script problems

soc:

soc macro: not supported, xtop writes out the inno*

soc atomic: load netlist is no problem; source physical is no problem

inno*:

inno* macro: source netlist and physical are no problem

inno* atomic: There is a problem (report bug.53683), load netlistreport error.

ICC:

ICC macro: source netlist, net cross module when split net, report error (see bug.47704)

ICC atomic: source netlist is no problem, source physical is also no problem (wrap does not find drcproblem)


====== 返回目录 ======

<<< 上一章:Interactive ECO

>>> 下一章:Reports & Debugging

相关文章

  • Write Design Changes

    Why not allow user to specify netlist and physical change...

  • 7. Serialize and Deserialize Bin

    Description Design an algorithm and write code to seriali...

  • Lintcode7 Binary Tree Serializat

    【题目描述】 Design an algorithm and write code to serialize an...

  • 数据库缓存策略

    阅读开源项目java-design的个人理解 一、write-through 同时写入 将数据同时写入磁盘和内存缓...

  • 《Kaplan GMAT 800》 语法部分笔记

    综述信息 Unnecessary changes are incorrect changes when it co...

  • 仁爱版 九年级上册英语周报作文14篇

    一:Great changes in my hometown These years, great changes...

  • Changes

    我想,我是时候做出一些改变了,不需要多大,不需要多让人惊讶,只是让自己遇见更美好的自己,坚持晚上刷牙第一天,坚持早...

  • Changes

    世界在以肉眼可见的速度变化。 10年前没有android、也没有iOS,诺基亚还在巅峰。为了给朋友弄到一台手机,我...

  • Changes

    This is an era of changing. There are millions of new thi...

  • Changes

    我可能再也不会 置生死于度外 去深爱一个女孩 登泰山之巅 潜鱼翔之海 在一个又一个的深夜 仰望星空的双眼 静候着 ...

网友评论

      本文标题:Write Design Changes

      本文链接:https://www.haomeiwen.com/subject/swddeqtx.html