Companies Related Questions 0 Comments

what is difference between uvm_config_db and uvm_resource_db ? where we use task in uvm phases? difference between posedge and rise ? what is property in assertion ? what will be output of below code fork add(2,3); #10 add(3,3); join task add(int a, int b) int c = a +b; display(“a= %0d, b=%0d, c=%0d”, a,b,c); endtask

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