amitk3553
Advanced Member level 4
- Joined
- Jul 20, 2012
- Messages
- 117
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,298
- Location
- DELHI, INDIA
- Activity points
- 1,982
I have to develop memory locations like fifo or something to store in SystemC:
we have by default sc_fifo in systemC
We create queues(linked list) using pointer in c++.So which approach would be most useful? sc_fifo or queues as in C++.as we can perform same operation through both approaches and we can use both in systemC.
Regards
cam
we have by default sc_fifo in systemC
We create queues(linked list) using pointer in c++.So which approach would be most useful? sc_fifo or queues as in C++.as we can perform same operation through both approaches and we can use both in systemC.
Regards
cam