UVM TLM2: SystemC和SV 通信

本文深入解析了SystemC,一种基于C++的库,以及TLM2(Transaction Level Modeling),介绍了其Blocking和Non-blocking传输接口的工作原理。通过具体的initiator和target实现示例,展示了如何使用SystemC进行SV(SystemVerilog)代码的结构类型设计。

TODO 不完整,有时间再更新

SystemC 介绍

SystemC不是一门新的语言,而是基于C++开发的library

TLM2 介绍

如果都是SV code的话,结构上类型TLM1

tlm-socket

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到

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值