xpleng的个人空间 https://blog.eetop.cn/554165 [收藏] [复制] [分享] [RSS]

空间首页 动态 记录 日志 相册 主题 分享 留言板 个人资料

日志

target library&link library

已有 3337 次阅读| 2011-10-25 17:36 |个人分类:知识积累

The target_library variable specifies the library that Design Compiler
uses to select cells for optimization and re-mapping. It is typically set
to only the standard cells library.

The link_library variable specifies every library that has cells referenced
by the netlist. The tool uses the libraries specified in the link_library
variable for resolving references (linking). The link_library can include
memory (RAM, ROM or any macro) libraries, in addition to the standard cell
library. For example,

set synthetic_library "dw_foundation.sldb"
set target_library "gates.db"
set link_library "* $synthetic_library $target_library io.db rams.db"

The "*" stands for all designs that have already been loaded into
Design Compiler. The synthetic_library variable specifies the
DesignWare library, which contains more complex cells.

The input design files for Design Compiler are often written using a
hardware description language (HDL) such as Verilog or VHDL.
Design Compiler uses technology libraries, synthetic or DesignWare
libraries during the synthesis process.

During the synthesis process, Design Compiler translates the HDL
description to components extracted from the generic technology
(GTECH) library and DesignWare library. The GTECH library consists
of basic logic gates and flip-flops. The DesignWare library contains
more complex cells such as adders and comparators. Both the GTECH and
DesignWare libraries are technology independent, that is, they are not
mapped to a specific technology library.

After translating the HDL description to gates, Design Compiler
optimizes and maps the design to a specific technology library,
known as the target library. The process is constraint driven.
Constraints are the designer's specification of timing and
environmental restrictions under which synthesis is to be performed.

Design Compiler uses the link library to resolve references. For a
design to be complete, it must connect to all the library components
and designs it references. This process is called linking the design or
resolving references.

点赞

全部作者的其他最新日志

评论 (0 个评论)

facelist

您需要登录后才可以评论 登录 | 注册

  • 关注TA
  • 加好友
  • 联系TA
  • 0

    周排名
  • 0

    月排名
  • 0

    总排名
  • 0

    关注
  • 1

    粉丝
  • 0

    好友
  • 10

    获赞
  • 6

    评论
  • 536

    访问数
关闭

站长推荐 上一条 /1 下一条

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-4-26 20:22 , Processed in 0.026176 second(s), 14 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
返回顶部