我是浪子的个人空间 https://blog.eetop.cn/yawnspring [收藏] [复制] [分享] [RSS]

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

日志

转:Creating Debussy Symbol Libraries

已有 8356 次阅读| 2012-3-16 10:32

Creating Debussy Symbol Libraries from Synopsys Liberty (.lib) files - syn2SymDB

Debussy can display gate-level schematics using the proper symbols for the cells used in the netlist.  To enable this, you must set up a Debussy symbol library for the target cell library.  The symbol library can be created by running the utility syn2SymDB on the equivalent Synopsys Liberty (.lib) library.

Example:

The following example illustrates how you can create a symbol library from an existing Synopsys library foo.lib.  Note that syn2SymDB is included in the bin/ directory of your Debussy installation.

Steps:

1. Type "syn2SymDB -h". This shows the options supported by the syn2SymDB utility.

2. The component and pin names in the symbol library must have the same case as those in the netlist. syn2SymDB provides various options to set the case of the names in the created symbol library.  Assume that the component and pin references in the netlist are all in upper-case.  In this case, you would run syn2SymDB as follows:

     syn2SymDB -u -U -o foo_u foo.lib

     -u:  Converts all pin names to uppercase

     -U:  Converts all cell names to Uppercase

     -o:  Specifies output library name

      foo.lib:  Synopsys library name

This will create a symbol library (directory) called foo_u.lib++.

3. You must reference this symbol library by setting the following two environment variables:

     setenv TURBO_LIBS "foo_u"

     setenv TURBO_LIBPATHS <path to the directory containing the symbol library directory>

4. Invoke Debussy and compile/load your netlist.  When you generate a schematic, you should see the proper symbols.  If you wish to see a list of the symbol libraries, simply invoke shift+L in the schematic window.


点赞

评论 (0 个评论)

facelist

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

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

    周排名
  • 0

    月排名
  • 0

    总排名
  • 0

    关注
  • 0

    粉丝
  • 0

    好友
  • 0

    获赞
  • 44

    评论
  • 2923

    访问数
关闭

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

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

GMT+8, 2024-5-18 02:51 , Processed in 0.016962 second(s), 6 queries , Gzip On, Redis On.

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