Hi,
I'm newbie to SystemC TLM, coming from SystemVerilog UVM world. I would like to model our RTL in SystemC using TLM2.0 to speed up our Software Development process.
Our RTL is not memory mapped bus architecture and we would like to use custom transaction class instead of generic payload.
Is it possible to do that using TLM2.0? If yes, could you please provide me with an example. Also, I have four TLM ports communicating with each other in the same model. How does one b_transport method works with all four ports?
Is it a good idea to make a model in SystemC rather than having it in SV UVM?
Thanks
Zubin