chaitusvk Posted March 29, 2023 Report Posted March 29, 2023 Hi i want to deallocate the memory for TLM generic packet with extension , please let me know that "release" will work .or i have to inheret tlm memory manager Quote
chaitusvk Posted March 29, 2023 Author Report Posted March 29, 2023 How de allocate tlm generic payload Quote
Eyck Posted March 29, 2023 Report Posted March 29, 2023 acquire/release only deal with the payload and the extensions, not with the data array. And it works only if ypu use a tlm memory manager. An example can be seen at https://github.com/Minres/SystemC-Components/blob/develop/examples/axi-axi/sc_main.cpp#L58 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.