UVM 0 Comments

Questions What are some of the benefits of UVM methodology? What are some of the drawbacks of UVM methodology? What is the concept of Transaction Level Modelling? What are TLM ports and exports? What are TLM FIFOs? What is the difference between a get() and peek() operation on a TLM ? What is the difference

Read More

Companies Related Questions, Computer Archtecture 0 Comments

Q What is difference between write-thru and write-back caches? What are the advantages and disadvantages?  Write Thru Cache: In a write-thru cache, every write operation to the cache is also written to the main memory. This is simple to design as memory is always up to date with respect to cache, but comes with the

Read More

Companies Related Questions 0 Comments

Architecture Questions ============= 1. Mesi protocol,directory structure 2. Pipleline hazards 3. Memory organization/y we need cache 4. Cache coherancy 5. Branch Predictions 6. Transactional Memory 7. Slbie 8. Translation 9. Virtual address/real /Pysical 10. Types of cache set associative like that 11. Out of oreder Execution 12. Register 5 13. Risc vs Cisc 14. Caches

Read More

System Verilog 0 Comments

1. What is the difference between a reg, wire and logic in SystemVerilog? 2. What is the difference between a bit and logic data type? 3. What is the difference between logic[7:0] and byte variable in SystemVerilog? 4. Which of the array types: dynamic array or associative array, are good to model really large arrays,

Read More