Hardware interview practice
Distinguish SC_METHOD from SC_THREAD
Which statement correctly distinguishes the two common SystemC process types?
Choose one
Answer choices
- A. SC_METHOD can call wait() to suspend and resume at the next statement.
- B. SC_THREAD can suspend with wait() and retain execution state; SC_METHOD runs to completion on each trigger.
- C. Neither process type can be sensitive to events.
- D. SC_THREAD is synthesizable Verilog syntax.
