- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
chip synthesis芯片综合课件
Chip Synthesis;Agenda
Introduction to Synthesis
Partitioning for Synthesis
Coding for Synthesis
Timing and Area
Environmental Attributes
Time and Load Budgeting
Timing Analysis
Compiling a Hierarchical Design
Compiling a Large Design
Conclusion;Synthesis is the transformation of an idea into a manufacturable device to carry out an intended function
Designers have synthesized circuits for years---by hand
Transformation from abstract to concrete;Levels of Abstraction;For EDA, Synthesis is …;Why Synthesis?;Synthesis is Constraint-Driven;Synthesis is Path-based;;Chip Synthesis Process;Tools for Chip Synthesis;Tools for Chip Synthesis – cont.;A technology library contains
a set of primitive cells which be used by DC to build a circuit
The timing and electrical characteristics of these cells
Net delay and net parasitic information
Definition of capacitance, time and resistance units
Technology libraries are created by vendor; Target Library
set target_library {smic_018.db}
Link Library
set link_library {* smic_018.db dw_foundation.sldb}
Synthetic Library
set synthetic_library { dw_foundation.sldb}
Symbol Library
set symbol_library { smic018.sdb}
Search Path
set search_path [list . ${smic_std_cell} ];Agenda
Introduction to Synthesis
Partitioning for Synthesis
Coding for Synthesis
Timing and Area
Environmental Attributes
Time and Load Budgeting
Timing Analysis
Compiling a Hierarchical Design
Compiling a Large Design
Conclusion;Partitioning is the process of dividing complex designs into smaller parts;Partitioning is driven by many needs:
Separate distinct functions
Achieve workable size and complexity
Manage project in team environment
Design Reuse
Meet physical constraints
And many, many others….;What do we gain by “partitioning for synthesis”:
Better results – smaller and faster design
Easier synthesis process – simplified constraints and scripts
Faster compiles – quicker turnaround;module ADR_BLK (…);
DEC U1 (ADR, CLK, INST);
OK U2 (ADR, CLK, AS, OK1
文档评论(0)