TODO 不完整,有时间再更新
SystemC 介绍
SystemC不是一门新的语言,而是基于C++开发的library
TLM2 介绍
如果都是SV code的话,结构上类型TLM1
TLM2 提供了下面2中传输接口
Blocking (b_transport) | completes the entire transaction within a single method call |
Non-blocking (nb_transport) | describes the progress of a transaction using multiple nb_transport() method calls going back-and-forth between initiator and target |
Contents
passthrough: 可以直接initiator connect到