上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: 掉电用例一般跟低功耗相关,主要包含三个概念:isolation,retention和level shifter。 根据电源的作用效果,可以分为常开区和掉电区。 当一个芯片中的电源数目不止一个的时候,就需要小心谨慎的描述各个电源之间的关系。这种设计类型被称为Multi-Voltage(MV)。 其中又 阅读全文
posted @ 2017-12-25 16:42 宙斯黄 阅读(3407) 评论(0) 推荐(0) 编辑
摘要: 在Verilog中,设计组合逻辑和时序逻辑时,都要用到always: 仅从关键字上,看不出设计者想要一个什么样的电路。 SystemVerilog把always关键字细化了。对不同的设计要求有不同的关键字: comb是combinational的缩写,always_comb表示设计者想要设计一个组合 阅读全文
posted @ 2017-12-03 18:02 宙斯黄 阅读(24763) 评论(1) 推荐(4) 编辑
摘要: 关于verilog systemverilog等的比较好的网站: http://www.renerta.com/ http://www.asic-world.com/ https://www.doulos.com/ 阅读全文
posted @ 2017-11-15 11:44 宙斯黄 阅读(911) 评论(0) 推荐(0) 编辑
摘要: 最近在分析波形的时候,发现某个PAD模型的行为与想象的不一致,就进入stdcell里面看了下,主要是pmos和nmos相关的东西,暂列如下: 开关级基元14种 是实际的MOS关的抽象表示,分电阻型(前缀r表示)和非电阻型; (1)MOS开关 ·nmos开关:控制信号高,开关导通,否则关闭; ·pmo 阅读全文
posted @ 2017-11-15 10:00 宙斯黄 阅读(8367) 评论(0) 推荐(0) 编辑
摘要: 作为编辑器之神,vim7.4已经发布近两个月了。从vim7.3到vim7.4,时隔两年之久,做了多项改正和性能提升,作为Linux Geeksters的你,怎能错过。由于各大主流linux操作系统都不自带vim7.4,现在就让我们看看如何升级到vim7.4。Hello Linux Geeksters. As you may know,Vim 7.4has been released. It brings many features and improvements to the previous version, Vim 7.3. As you may know, Vim is one of 阅读全文
posted @ 2013-10-12 14:47 宙斯黄 阅读(9529) 评论(0) 推荐(0) 编辑
摘要: VCS是编译型Verilog模拟器,它完全支持OVI标准的Verilog HDL语言、PLI和SDF。VCS具有目前行业中最高的模拟性能,其出色的内存管理能力足以支持千万门级的ASIC设计,而其模拟精度也完全满足深亚微米ASIC Sign-Off的要求。 VCS结合了节拍式算法和事件驱动算法,具有高性能、大规模和高精度的特点,适用于从行为级、RTL到Sign-Off等各个阶段。VCS已经将CoverMeter中所有的覆盖率测试功能集成,并提供VeraLite、CycleC等智能验证方法。VCS和Scirocco也支持混合语言仿真。VCS和Scirocco都集成了Virsim图形用户界面,它.. 阅读全文
posted @ 2013-07-15 11:36 宙斯黄 阅读(2334) 评论(0) 推荐(0) 编辑
摘要: Linux命令目录和文件名的命名规则除了/外,所有字符可用作目录和文件名大小写敏感避免使用非普通字符做文件或目录名以"."开头的文件和目录是隐含的命令基本格式cmd [options] [arguments]cmd 命令名options 选项arguments 参数,也即操作对象选项和参数作为Shell命令执行时的输入,之间用空格隔开单字符参数前使用一个减号(-),单词参数前使用两个减号(--)多个单字符参数前可以只使用一个减号有些命令不遵从以上规则,如dd、find等通配符* 匹配任何字符和任何数目的字符? 匹配单一数目的任何字符[] 匹配[]之内的任意一个字符[!] 匹 阅读全文
posted @ 2013-06-26 17:18 宙斯黄 阅读(558) 评论(0) 推荐(0) 编辑
摘要: By Moataz El-Metwally, Mentor GraphicsCairo EgyptAbstract :With the increasing adoption of OVM/UVM, there is a growingdemand for guidelines and best practices to ensure successful SoCverification. It is true that the verification problems did notchange but the way the problems are approached and the 阅读全文
posted @ 2013-06-20 10:18 宙斯黄 阅读(1672) 评论(0) 推荐(0) 编辑
摘要: 1. Why do you write a program in Perl?Ans : Easy to use and fast execution since perl script undergoes only two phases like compile phase and run phase.2. What is the difference between chop & chomp functions in perl?Ans : Chop removes last character.Chomp removes new line character.3. What is a 阅读全文
posted @ 2013-06-18 19:14 宙斯黄 阅读(483) 评论(0) 推荐(0) 编辑
摘要: 1. What is the race condition in verilog?Ans :The situation when two expressions are allowed to execute at same instance of time without mentioning the order of execution.2. List the levels of abstraction in verilog?Ans : 1. Behavioral level 2. Register-Transfer level 3. Gate level 4. Switch levels3 阅读全文
posted @ 2013-06-18 19:13 宙斯黄 阅读(1162) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页