system verilgog questions

2
(Q84)What are void functions ? (Q85)How to make sure that a function argument passed has ref is not changed by the function? (Q86)What is the use of "extern"? (Q87)What is the difference between initial block and final block? Ans: You can't schedule an event or have delays in final block. (Q88)How to check weather a handles is holding object or not ? (Q89)How to disable multiple threads which are spawned by fork...join

Upload: kesireddy-naren-bittu

Post on 12-Feb-2018

217 views

Category:

Documents


0 download

TRANSCRIPT

7/23/2019 System Verilgog Questions

http://slidepdf.com/reader/full/system-verilgog-questions 1/1

(Q84)What are void functions ?

(Q85)How to make sure that a function argument passed has ref is not changed bythe function?

(Q86)What is the use of "extern"?

(Q87)What is the difference between initial block and final block?Ans:

You can't schedule an event or have delays in final block.

(Q88)How to check weather a handles is holding object or not ?(Q89)How to disable multiple threads which are spawned by fork...join