KMLM List
View email archives for the history of this mailing list.
|
|
|
|
systemc-forum - RE: [systemc-forum] Hi need help regarding executing process and methods
|
Message Thread:
Previous |
Next
|
- To: Rama krishna Reddy <krisreddi46@xxxxxxxxx>, "systemc-forum@xxxxxxxxxxxxxxxxxxx" <systemc-forum@xxxxxxxxxxxxxxxxxxx>
- From: Sumit Adhikari <adhikari@xxxxxxxxxxxxxxxx>
- Date: Thu, 9 Feb 2012 22:33:18 +0000
- Send Email to systemc-forum@lists.accellera.org:
- Send new message
- Reply to this message
|
Rama :
Reporting a problem without a test case will not help.
Can you please send us a minimal test case of your issue ?
Regards,
-------
Sumit Adhikari,
Institute of Computer Technology,
Vienna University of Technology,
Gußhausstraße 27-29,1040 Vienna
________________________________________
From: systemc-forum@xxxxxxxxxxxxxxxxxxx [systemc-forum@xxxxxxxxxxxxxxxxxxx] on
behalf of Rama krishna Reddy [krisreddi46@xxxxxxxxx]
Sent: Thursday, February 09, 2012 11:06 PM
To: systemc-forum@xxxxxxxxxxxxxxxxxxx
Subject: [systemc-forum] Hi need help regarding executing process and methods
sequentially rather then concurrently.
Hello Friends,
I am modelling an FSM related to some communication cycle. Each cycle has
some duration and this cycles are repeated for a particular simulation time.
Each cycle is divided into 3 parts static, dynamic and idle. The static and idle
duration is fixed dynamic changes depending on number of slots it has. I
implemented each of them in separate header files and source respectively; and
if i start the simulation they are executed in concurrently. But i need to
execute in sequential way as static,dynamic,idle and this should carry on till
simulation time finishes.
Thanks you.
|
|