KMLM List
View email archives for the history of this mailing list.
|
|
|
|
systemc-forum - [Systemc-forum] bind interface to port failed : maximum reached
|
Message Thread:
Previous |
Next
|
- To: "Forum SystemC (E-mail)" <systemc-forum@xxxxxxxxxxx>
- From: Lee Ah-Lam-R58840 <lam@xxxxxxxxxxxx>
- Date: Wed, 24 Apr 2002 16:42:55 +0100
- Send Email to systemc-forum@osci.kavi.com:
- Send new message
- Reply to this message
|
Hi,
In a sc_module I have declared a port
sc_port<sc_fifo_out_if<char> , 0 > out;
in a separate sc_module I also declared
sc_fifo<char> link[2][16];
and I tried to bind this fifo to the port
xxx.out( link[0][0] );
xxx.out( link[0][1] );
xxx.out( link[0][2] );
.......
xxx.out( link[0][15] );
but when I run the simulation, i get the following message:
(E7021) bind interface to port failed : maximum reached
any idea? it seems to me there is a maximum number of binding
allowed per port.
has anyone encounter a similar problem? any suggestion!
cheers,
lam
--
Ah-Lam LEE
Motorola, Northwich, United Kingdom
Tel:+44(0)1606-815427 Fax:+44(0)1606-815401
[X]Motorola General Business Information
[ ]Motorola Internal Use Only
[ ]Motorola Confidential Proprietary
|
|
By Date:
Previous |
Next
|
Current Thread
|
By Thread:
Previous |
Next
|
- [Systemc-forum] bind interface to port failed, Lee Ah-Lam-R58840 (you are here)
|
|
|
Mail converted by the most-excellent MHonArc 2.6.10
|