(Qi77)What are the simulation phases in your verification environment?
(Qi78)How to pick a element which is in queue from random index?
(Qi79)What data structure is used to store data in your environment and why ?
(Qi80)What is casting? Explain about the various types of casting available in SV.
(Qi81)How to importuall the items declared inside a package ?
(Qi82)Explain how the timescale unit and precision are taken when a module does not have any timescalerdeclaration in RTL?
(Qi83)What is streaming operator and what is its use?
(Qi84)What are void functions ?
(Qi85)How to make sure that a function argument passed has ref is not changed by the function?
(Qi86)What is the use of \
(Qi87)What is the difference between initial block and final block? Ans:
You can't schedule an event or have delays in final block.
(Qi88)How to check weather a handles is holding object or not ?
(Qi89)How to disable multiple threads which are spawned by fork...join