AMBA, Companies Related Questions, Computer Archtecture 0 Comments

Difference between AHB and AXI? Difference between AXI3 and AXI4? What is AXI Lite? Name five special features of AXI? Why streaming support,it’s advantages? Write an assertion on handshake signals ­ ready and valid, ready comes after 5 cycles from the start of valid high? Explain AXI read transaction What is the AXI capability of

Read More

Companies Related Questions, System Verilog 0 Comments

What is coverage ? Coverage is defined as the percentage of verification objectives that have been met. It is used as a metric for evaluating the progress of a verification project. Coverage metric forms an important part of measuring progress in constrained random testbenches and also provides good feedback to the quality and effectiveness of

Read More

Companies Related Questions, Formal Verification 0 Comments

1  What is Formal Verification? Formal Verification is a process where we use mathematical modelling to verify a Design implementation meets a specification. It uses mathematical reasoning and algorithms to prove that a design meets a specification. In formal verification, all cases (inputs and state) are covered implicitly by the tool without the need for

Read More

AMBA, Companies Related Questions, Computer Archtecture 0 Comments

AMBA AHB – Arbitration Questions 1.When should a master assert and deassert the HLOCK signal for a locked transfer? The HLOCK signal must be asserted at least one cycle before the start of the address phase of a locked transfer. This is required so that the arbiter can sample the HLOCK signal as high at

Read More

Companies Related Questions, Verilog 0 Comments

Verilog language supports two types of assignments: blocking and nonblocking. In blocking assignments, evaluation and assignment happens immediately. Thus, if there are multiple blocking assignments in a sequential block, each statement execution follows in a blocking way as shown below. always @(posedge clk) begin x = a|b; y = a&b; z = x|y; end In

Read More

Career Oppurtunity, Companies Related Questions 0 Comments

Design Engineer : The responsibility of logic design Er is to implement architecture given by architect . For better design , design engineer puts much effort on bug free quality design, less number of logic gates which implements the design, so that it will have low power consumption. Most of design have clock disable feature ,

Read More