Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

8 Byte Integers

marcellocattaneo
Beginner
645 Views
Could anyone inform how can one read an 8 Byte integer from a binary file?

long-long integers are a default kind in CVF on Alpha processors, but not on PC's.

The obvious solution would be to create a user-defined type containing two 4-byte integers, but how does one then go about combining the two and representing them?

Any help is appreciated.

Marcello Cattaneo Adorno, London
0 Kudos
3 Replies
Intel_C_Intel
Employee
645 Views
Marcello,
help is on the way. CVF Version 6.6 due out shortly has 8 byte integers.

Guy
0 Kudos
marcellocattaneo
Beginner
645 Views
Thanks for your reply.

Can you inform when CVF 6.6 will come out?

In the mean time, is there any workaround?

Regards, marcello
0 Kudos
Steven_L_Intel1
Employee
645 Views
CVF 6.6 will be out in August. It's a free update for 6.5 users.

Steve
0 Kudos
Reply