摘要:
作為編輯器之神,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 閱讀全文