KMLM List
View email archives for the history of this mailing list.
|
|
|
|
systemc-forum - ambiguous overload error
|
Message Thread:
Previous |
Next
|
- To: systemc-forum@xxxxxxxxxxxxxxxxx
- From: Emily Dong <emily.dong1@xxxxxxxxx>
- Date: Wed, 24 Nov 2010 11:23:26 +0800
- Send Email to systemc-forum@lists.systemc.org:
- Send new message
- Reply to this message
|
Hi all,
when I define SC_INCLUDE_FX, the following code will error out:
ambiguous overload for 'operator<' in 'i < n'
sc_uint<10> n;
for (int i=0;i<n;++i)
this is really boring, how to get rid of it in a easy way?
thanks!
Emily
|
|