在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 3960|回复: 16

Top-down digital design flow

[复制链接]
发表于 2007-12-2 01:28:11 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
最近在做final project,发现一个非常好的pdf
感觉很适合初学,拿出来跟大家分享

下面是目录

Chapter 1: Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1 Top-down design flow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Design project organisation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.3 EDA tools and design kit configuration . . . . . . . . . . . . . . . . . . . . . . . . 4
1.4 Installation of the AMS design kit . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.5 VHDL example: Adder-subtractor . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.6 Text editing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.7 Design flow steps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
Chapter 2: VHDL and Verilog simulation . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
2.1 Starting the Modelsim graphical environment . . . . . . . . . . . . . . . . . . . 9
2.2 Simulation of (pre-synthesis) RTL VHDL models . . . . . . . . . . . . . . . . . .10
2.3 Simulation of the post-synthesis VHDL model with timing data . . . . . . . .12
2.4 Simulation of the post-route Verilog model with timing data . . . . . . . . .14
Chapter 3: Logic synthesis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
3.1 Starting the Design Vision graphical environment . . . . . . . . . . . . . . . . .17
3.2 RTL VHDL model analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .18
3.3 Design elaboration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .18
3.4 Design environment definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . .19
3.5 Design constraint definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .20
3.6 Design mapping and optimization . . . . . . . . . . . . . . . . . . . . . . . . . . .21
3.7 Report generation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .23
3.8 VHDL/Verilog gate-level netlist generation and post-synthesis timing data
(SDF) extraction 26
3.9 Design constraints generation for placement and routing . . . . . . . . . . .27
3.10 Design optimization with tighter constraints . . . . . . . . . . . . . . . . . . . .28
3.11 Using scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .28
Chapter 4: Standard cell placement and routing . . . . . . . . . . . . . . . . . . . . . 33
4.1 Starting the Encounter graphical environment . . . . . . . . . . . . . . . . . .33
4.2 Design import . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .35
4.3 Floorplan Specification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .37
4.4 Power ring/stripe creation and routing . . . . . . . . . . . . . . . . . . . . . . .38
4.5 Global net connections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .40
4.6 CAP cell placement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .40
4.7 Operating conditions definition . . . . . . . . . . . . . . . . . . . . . . . . . . . .41
4.8 Core cell placement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .42
4.9 Post-placement timing analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . .43
4.10 Clock tree synthesis (optional) . . . . . . . . . . . . . . . . . . . . . . . . . . . . .44
4.11 Design routing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .47
4.12 Post-routing timing optimization and analysis . . . . . . . . . . . . . . . . . . .48
4.13 Filler cell placement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .48
4.14 Design checks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .49
4.15 Report generation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .50
4.16 Post-route timing data extraction . . . . . . . . . . . . . . . . . . . . . . . . . . .51
4.17 Post-route netlist generation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .51
4.18 GDS2 file generation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .51
4.19 Design import in Virtuoso . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .52
4.20 Using scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .53

Topdown_DF_3.1c[1].pdf

1.56 MB, 下载次数: 119 , 下载积分: 资产 -2 信元, 下载支出 2 信元

头像被屏蔽
发表于 2007-12-2 08:30:54 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2007-12-2 11:56:17 | 显示全部楼层
正好在進行project
需要用到
謝謝分享
发表于 2007-12-2 11:58:27 | 显示全部楼层
kankan
发表于 2007-12-20 18:09:27 | 显示全部楼层
好东东阿!谢了!
发表于 2007-12-21 13:16:52 | 显示全部楼层
发表于 2007-12-21 19:21:12 | 显示全部楼层

hello

3q3q3q3q
发表于 2008-1-7 13:05:16 | 显示全部楼层
多谢了!!!!!
发表于 2009-2-8 06:53:30 | 显示全部楼层
Thanks for sharing
发表于 2009-2-8 06:55:00 | 显示全部楼层
Thanks for sharing
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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


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

GMT+8, 2024-11-8 00:10 , Processed in 0.029692 second(s), 9 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表