摘要:
作为编辑器之神,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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文