Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - 64bit integer conversion

 
Thread Tools Search this Thread
Old 06-02-2008, 02:06 AM   #1
Question 64bit integer conversion


hi!
i was trying to create a processor that could run at 32 or 64 bits
for the 32 bits part, no problems
however, while synthetising for the 64 one, it fails with
Code:
ERROR:Xst:808 - "rom.vhd" line 81: Argument of 'to_integer' function must have size less than 32.

from what i understand, the to_integer function from numeric_std works with 32 bits vectors max!
is there a way to make it accept 64 bits vectors?
or is there some other function i should use?

thanks a lot!
Koda


tanukichu
tanukichu is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Error: expected constructor, destructor or type conversion before '(' token suse Software 0 03-09-2009 03:25 AM
How to convert string contain Hex data into integer asifjavaid Software 0 09-09-2008 08:50 AM
Conversion tool:Flash2Video hely0123 Software 0 11-01-2007 03:30 AM
VOB Conversion Help Request Ryton DVD Video 1 03-19-2007 10:37 AM
VHS conversion: PC capture card, or standalone burner? Patrick Neve DVD Video 10 05-16-2006 09:34 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46