- 1、本文档共6页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
如何有效使用EDA工具 How To Start Using Tools Efficiently-v2
Background
In VLSI design, electronic design automation (EDA) tools are used for different design
stages, including logic synthesis, placement, routing, extraction and timing verification.
Some of these stages can potentially take several days depending on design complexity.
These tools support interactive commands with/without graphic user interface (GUI).
Interactive commands along with GUI environment are easier to navigate through and
allow intuitive understanding of the design and impact of each design decision on
potential outcomes. However, usually design choices and flow details are already
decided, and only need to be executed in a sequential manner. Hence, using GUI mode is
inefficient and is prone to errors since it requires human interaction. Well-designed
command scripts relieve such efforts and prevent human errors, by automating the set of
all tasks through a command script. The purpose of this document is to show some of the
practical exercises to make well-designed command scripts.
Tip1: Prior to running a tool
To run a tool, the location of binary and license files must be set by shell commands.
Location of binary file must be stored in the shell variable “path”.
set path=(Full_path_that_contains_the_binary_file $path)
and the location of license file must be specified as follows.
setenv LM_LICENSE_FILE port1@address1:port2@address2:...
The following is an example of setting up the basic environment variables for Cadence
SOCEncounter within ieng6 machines.
set path=(/software/nonrdist/cadence-soc71/bin $path)
setenv LM_LICENSE_FILE 1704@ieng9.ucsd.edu
Unless path and license file are correctly set, you cannot run the tools. Therefore, make
sure your shell command script points to correct environments.
Tip2: Command line helps to find valid options
Most tools support both command line and GUI modes. You can select one of them by
setting command options. To find appropriate options, you can run the binary wit
您可能关注的文档
- 四年级上册英语M4 U1Do_you_want_some_rice.ppt
- 第模块二单元课件What_do_you_want_to_eat.ppt
- TrustView Client 4.0 安装使用说明书.pdf
- WDZ-5237变频电动机保护测控装置V1.01.pdf
- 以色列 RIT PatchView智能布线管理系统.pdf
- Be What you Wanna Be 歌词讲解.pptx
- VMware Horizon View 5.2配置手册之四:ESXi主机安装配置.pdf
- 再生运动链法.ppt
- RSLogix 5000、FactoryTalk View与Emulator通讯.pdf
- 六上_Do_you_want_to_visit_the_UN_building?.ppt
- [中央]2023年中国电子学会招聘应届生笔试历年参考题库附带答案详解.docx
- [吉安]2023年江西吉安市青原区总工会招聘协理员笔试历年参考题库附带答案详解.docx
- [中央]中华预防医学会科普信息部工作人员招聘笔试历年参考题库附带答案详解.docx
- [保定]河北保定市第二医院招聘工作人员49人笔试历年参考题库附带答案详解.docx
- [南通]江苏南通市崇川区人民法院招聘专职人民调解员10人笔试历年参考题库附带答案详解.docx
- [厦门]2023年福建厦门市机关事务管理局非在编工作人员招聘笔试历年参考题库附带答案详解.docx
- [三明]2023年福建三明市尤溪县招聘小学幼儿园新任教师79人笔试历年参考题库附带答案详解.docx
- [哈尔滨]2023年黑龙江哈尔滨市木兰县调配事业单位工作人员笔试历年参考题库附带答案详解.docx
- [上海]2023年上海市气象局所属事业单位招聘笔试历年参考题库附带答案详解.docx
- [台州]2023年浙江台州椒江区招聘中小学教师40人笔试历年参考题库附带答案详解.docx
最近下载
- 第15课 两次鸦片战争 教学课件(共31张PPT)高中历史人教统编版中外历史纲要上册.pptx VIP
- 电子课件-《GSP实务教程》课题七.pptx VIP
- 电机与电气控制技术 任务后练习题参考答案 赵红顺 .pdf
- PEP人教版小学英语六年级下册教案 全册.pdf VIP
- [北京]2024年北京市文物局局属事业单位招聘笔试历年参考题库附带答案详解.docx
- 【课件】平移(课件)人教版(2024)数学七年级下册.pptx VIP
- 电子课件-《GSP实务教程》课题六.pptx VIP
- 部编版道德与法治五年级下册《读懂彼此的心》练习题.docx VIP
- 《研学旅行课程设计》课件——研学课程方案设计.pptx VIP
- 《Lagrange中值定理.ppt
文档评论(0)