System Verilog 0 Comments

Write system verilog code to generate packet value between 10 to 100, if packet type is “Good” // Code your testbench here // or browse Examples // Run randomized classs //testbench4u.com typedef enum {good, bad} packet1; class txn_crc; rand bit [7:0] crc; rand bit [8:0] packet; rand packet1 packet_type ; constraint packet_width { if (packet_type==good)

Read More

Companies Related Questions 0 Comments

VLSI: As its full name is “ Very large scale integration” , something to do with large no of transistors integration. Where VLSI is used : it is used to develop any electronic device with a lot of functionalities Like : Mobile processor , Computer processor /server , Bluetooth device /Wireless Device /Memory Now if

Read More

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