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 ?
   uvm_sequence
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
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

Teacher is an important part of anybody's education.

I completed my post graduation in 2005. During my school and College, I always had difficulty coping up with things in classroom. But my Telugu teacher Mr. Hussain Budde during my 7th class , I used to enjoy his way of teaching, way he used to engage students by teaching lessons as stories. After that, I never found any teacher who kept sessions so much engaging. I don't want to blame my teachers, I always felt they could make sessions more engaging. I always had to spend time outside class hours to cope up with every minute of classroom session.

I as a teacher, adopt a style of teaching which keeps session engaging and ensures that students give 100% focus on the session. I always wanted to be that one teacher, whom my students will remember for lifetime. I am making sure that, rest of trainer's also follow same.

I want your 6 months of education at VLSIGuru to be among your best learning experiences. We at VLSIGuru will do our best to make this a memorable time.

Course Registration