Thank you for your excellent work!
I have a question : I was running the TLM example in Catgory: "systemc/examples/tlm/at_1_phase/"
But when I set the variable "max_txns" to 1 , that is, “m_transaction_queue”only has one trans in it.
There is only one active transactions.
I change here : systemc/examples/tlm/at_1_phase/src/at_1_phase_top.cpp
m_initiator_1 ( "m_initiator_1", 101, 0x0000000000000100 , 0x0000000010000100, 1)
I found that the program would exit prematurely before it was fully executed. Is that a problem ?
Thank you for your excellent work!
I have a question : I was running the TLM example in Catgory: "systemc/examples/tlm/at_1_phase/"
But when I set the variable "max_txns" to 1 , that is, “m_transaction_queue”only has one trans in it.
There is only one active transactions.
I change here :
systemc/examples/tlm/at_1_phase/src/at_1_phase_top.cppI found that the program would exit prematurely before it was fully executed. Is that a problem ?