Below are the most frequently asked SystemC interview questions,
- What is SystemC SC_HAS_Process?
- What is the difference between SystemC sc_int and sc_bigint ?
- What is the difference between SystemC SC_METHOD and SC_THREAD?
- what are different types of sensitivity in SystemC?
- SC_METHOD is preferable over SC_THREAD. Why?
- what is context switching in SC_THREAD?
- Explain the SystemC simulation kernel?
- what is virtual prototyping?
- What is the end of elaboration and before the end of elaboration?
- what is SC_ZERO_TIME?
- What is the difference between sc_port and sc_export?
- What are the features of TLM 2.0
- What is the difference between TLM 1.0 to TLM 2,0?
- What are the different transport interfaces in TLM 2.0?
- Difference between method and thread?
- Which one you choose for implementation?
- what is sc_zero_time in System C and what is the use?
- What is the use of dont_initilazie?
- Explain SystemC next_trigger and wait difference?
- Why is utility sockets are under the non-interoperable layer?
- Explain the Debug and Direct memory interface?
- What is temporal decoupling?
- Explain mutex and semaphore?