KMLM List
View email archives for the history of this mailing list.
|
|
|
|
systemc-forum - [Systemc-forum] ggc error integer constant is too large
|
Message Thread:
Previous |
Next
|
Hi,
I´m using gcc to compile my proyect but when I invoke the following function:
i1.read_dat(0x8, 0x0706050000000000);
It gives me the following error:
./My_Solution.cpp:100: error: integer constant is too large for "long" type.
But the function is declared like:
bool read_dat(my_info_t myinfo, sc_uint<64> data){
......
}
How can I indicate that it is a sc_uint<64> type?
Thanks you in advance:
Armando Sánchez
|
|
By Date:
Previous |
Next
|
Current Thread
|
By Thread:
Previous |
Next
|
- [Systemc-forum] ggc error integer constant is, asanchez (you are here)
|
|