KMLM List
View email archives for the history of this mailing list.
|
|
|
|
systemc-forum - how to pass name parameter while dynamically creating systemc module
|
Message Thread:
Previous |
Next
|
- To: systemc-forum@xxxxxxxxxxxxxxxxx
- From: erkan diken <erkandiken@xxxxxxxxx>
- Date: Thu, 14 Jan 2010 19:11:28 +0100
- Send Email to systemc-forum@lists.systemc.org:
- Send new message
- Reply to this message
|
Dear all,
As far as know, when creating the module in SystemC name parameter has to be
passed, what I want to do is
dynamically create the module during run-time:
"Node" is module or class whatever you call
char node_name="node";
Node *t;
t=new Node[N];
I don't know how to pass the name parameter(node_name) while creating the
node array?
Thanks in advance.
Bests.
|
|
By Date:
Previous |
Next
|
Current Thread
|
By Thread:
Previous |
Next
|
- how to pass name parameter while dynamically , erkan diken (you are here)
|
|