Evaluate - update Channel: sc_signal.
1. notify(SC_ZERO_TIME), the notification 发生在 evaluation结束后的update phase.
2. sc_signal<T> 也是systemC的 primitive channel, 他利用request-update作为同步的机制。
3. sc_signal<T>重载了=,但不建议使用,这样比较危险。
4. sc_buffer<T> 类似于 sc_signal<T> 是 evaluate-update channel. 而且在一个delta cycle内只允许single process 写,不允许多个process写。
5. systemc引入了sc_