Differences between revisions 34 and 41 (spanning 7 versions)
Revision 34 as of 2005-06-01 16:09:14
Size: 1781
Editor: ChunLinZhang
Comment:
Revision 41 as of 2005-06-09 15:23:38
Size: 1716
Editor: ChunLinZhang
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
我是一个芯片验证工程师,在日常工作中,python是我最重要的scripting language。现在我还用python的MyHDL package来搭建testbench, it works well。我的兴趣范围还包括[wiki:Self:ChunLinZhang/SystemC SystemC],{{{SystemVerilog}}},testbench automation,coverage driven verification等,希望能和IC design领域的同行多多交流。 我是一个芯片验证工程师,在日常工作中,python是我最重要的scripting language。现在我还用python的[http://wiki.python.org/moin/MyHDL MyHDL] package来搭建testbench, it works well。我的兴趣范围还包括[wiki:Self:ChunLinZhang/SystemC SystemC], [wiki:Self:ChunLinZhang/Specman Specman], [wiki:Self:ChunLinZhang/SystemVerilog SystemVerilog], testbench automation,coverage driven verification等,希望能和IC design领域的同行多多交流。
Line 11: Line 11:
== Equivalence Check / STA ==
 * FPGA approach
{{{SynplifyPro -> Conformal (lec) -> ISE Timing Analyzer (trce)}}}[[BR]]
set verification mode on in Synplify to generate the .vif file, use vif2conformal to translate the vif file the a format that recognizible by conformal. The inputs of ''trce'' is .ncd and .pcf files
 * ASIC approach
{{{Design Compiler -> Formality -> PrimeTime}}}
Line 12: Line 18:
 * [http://www.python.org python官方网站]
 * [http://www.systemc.org OSCI官方网站]
 * [http://www.51eda.com/bbs 51EDA]
 * [http://www.synplicity.com synplicity]
 * [http://www.xilinx.com xilinx]
 * [http://www.xdush.com/bbs 西电上海校友会]
 * [http://info.cmbchina.com 招商银行]
 * [http://www.shmc.com.cn 上海移动]
 * [http://www.okng.com 数字卡]
 * [http://www.shfft.com 付费通]
 * [https://www.95559.sh.cn:446/pubbank/private/privatelogin.jsp 交通银行]
 * [http://bt.btchina.net/?categoryid=-1 BT Hot List]
 * [http://192.168.8.7/vqwiki/jsp/index.jsp wiki in java]
 * [http://192.168.8.7:10010/cqweb/logon/default.asp ClearQuest]
 * [wiki:Self:ChunLinZhang/bookmark 我经常访问的地方]
[[Include(ChunLinZhang/bookmark)]]
Line 33: Line 25:
= 精品电子书 =
Line 34: Line 27:
 * Professional Verification -- A Guide to Advanced Funcational Verication, by Paul Wilcox, Cadence Design Systems, Inc.

个人主页 TableOfContents 纪录一些自己经常访问的网站

个人兴趣

我是一个芯片验证工程师,在日常工作中,python是我最重要的scripting language。现在我还用python的[http://wiki.python.org/moin/MyHDL MyHDL] package来搭建testbench, it works well。我的兴趣范围还包括[wiki:ChunLinZhang/SystemC SystemC], [wiki:ChunLinZhang/Specman Specman], [wiki:ChunLinZhang/SystemVerilog SystemVerilog], testbench automation,coverage driven verification等,希望能和IC design领域的同行多多交流。

Verification vs. Test

  • Verification Predictive analysis to ensure that the synthesized design, when manufactured, will perform the given I/O function

  • Test A manufacturing step that ensures that the physical device, manufactured from the synthesized design, has no manufacturing defect.

  • [http://www.eng.auburn.edu/~vagrawal/ website about test]

Equivalence Check / STA

  • FPGA approach

SynplifyPro -> Conformal (lec) -> ISE Timing Analyzer (trce)BR set verification mode on in Synplify to generate the .vif file, use vif2conformal to translate the vif file the a format that recognizible by conformal. The inputs of trce is .ncd and .pcf files

  • ASIC approach

Design Compiler -> Formality -> PrimeTime

技术类

Include(ChunLinZhang/bookmark)

   1 from myhdl import *

精品电子书

  • Professional Verification -- A Guide to Advanced Funcational Verication, by Paul Wilcox, Cadence Design Systems, Inc.

{zh} [email protected] :)

MonthCalendar


CategoryHomepage

Nicran (last edited 2009-12-25 07:09:28 by localhost)