enchanter Posted December 20, 2015 Report Share Posted December 20, 2015 I am learning the TLM example at_4_phase in the SystemC 2.3.1 package. But I don't know why there are 16 WRITE commands are generated by the traffic_generator? From my understanding, the m_transaction_queue is enqueue-ed twice. So I think it should only generate 2 commands then the queue should be empty. Why it generate 16 WRITE and 16 READ commands instread? Quote Link to comment Share on other sites More sharing options...
apfitch Posted December 20, 2015 Report Share Posted December 20, 2015 Have a look at line 109 of traffic_generator.cpp, that's where the number 16 is set, Alan Quote Link to comment Share on other sites More sharing options...
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.