Companies Related Questions, Functional Verification, UVM 0 Comments

Welcome to section uvm question and answer part2 , I will try to put around 20 to 30 questions and answer related to UVM Lets Start What are the different arbitration mechanisms available for a Sequencer? Multiple sequences can interact concurrently with a driver connected to a single interface. The sequencer supports an arbitration mechanism

Read More

Companies Related Questions, Functional Verification, Uncategorized, UVM 0 Comments

Welcome to section uvm question and answer part1 , I will try to put around 20 to 30 questions and answer related to UVM Lets Start What are some of the benefits of UVM methodology? UVM is a standard verification methodology which is getting standardized as IEEE 1800.12 standard. UVM consists of a defined methodology

Read More

Companies Related Questions, System Verilog 0 Comments

What is extern ? extern qualifier indicates that the body of the method (its implementation) is to be found outside the class declaration. before the method name, class name should be specified with class resolution operator to specify to which class the method corresponds to. Example-1: In the example below, creating the object of virtual class

Read More

Companies Related Questions, Computer Archtecture 0 Comments

First One need to calculate no of block in cache, by dividing the total cache size by each cache line size and then no of sets is evaluated by dividing no of block by x (x is way set associative )  index bit : no of bit used to represent each cache line size remaining

Read More