You are on page 1of 4

VLSI Guru Test-sample-questions - VLSI Guru https://www.vlsiguru.

com/test-sample-questions/

 +91-9986194191  training.vlsiguru@gmail.com Course Calendar Course Registration Training Overview video Internship

Contact us

Home Courses Course E-Learning Placements Resources Corporate Contact


Schedule Training

Home > Test-sample-questions

sample questions

1. Fix a mistake in UVM code

   build_phase called in new is wrong

2. what is data type of rsp in UVM code

   rsp will be same as parameter passed to the uvm_sequence#(seqItem)

   answer is seqItem

3. the starting phase is built in property of ?


Course Registration
   uvm_sequence

1 of 4 10-12-2022, 02:35
VLSI Guru Test-sample-questions - VLSI Guru https://www.vlsiguru.com/test-sample-questions/

4. In a code where $sformatf is called directly inside `uvm_fatal,with fewer arguments, what error do we get?

   compilation error

5. some function defined in class, what is missing

   extern keyword is missing

   endfunction missing for function new

6. There is cross coverage of a Coverpoint, what is wrong in it?

    a : needs to be defined as coverpoint

    we can’t mix variable and coverpint in cross coverage

7. declare an array for string based initialization

   array has 2 arrays, each having 2 strings

   string data [2][3]

8. For loop with bit [1:0] i, i < 4, some display statement, what is the output

   output will be infinite execution of the loop since i never reaches 4 values, following statement never printed

9. some questions on class inheritance

10. question on constraint

    – answer: data between [20:70] and constraint as data%5 && data%9 == 0

11. map.first(s), what is map data type?

    – Associative array

12. how to shrink existing dynamic array

    DA = new[20], DA doesn’t have a method by name shrink Course Registration

2 of 4 10-12-2022, 02:35
VLSI Guru Test-sample-questions - VLSI Guru https://www.vlsiguru.com/test-sample-questions/

13. What code represents shift register code?

    y3<=x3; z3 <= y3; is answer

14.blocking and non-blocking statement in same code, what is output

   b=0;

   b<=1;

   $display(b);

  answer: b is 0

Navigations Support Quick Links

Home Course Enroll Training


VLSIGuru is a top VLSI training Institute based Overview
E-Learning Installment Form
in Bangalore. Setup in 2012 with the motto of
Certificate
‘quality education at affordable fee’ and FAQ's Important Links
Request
providing 100% job oriented courses. Corporate Internship
Course
Training Request
Feedback
Contact Us Course
Course Schedule
Registration
Mock Interview

Course Registration
© 2022 - VLSI Guru. All rights reserved | Design & Developed by Renavo Go To Top

3 of 4 10-12-2022, 02:35
VLSI Guru Test-sample-questions - VLSI Guru https://www.vlsiguru.com/test-sample-questions/

Course Registration

4 of 4 10-12-2022, 02:35

You might also like