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

Reply

VHDL - bit vector to std_logic conversion query

 
Thread Tools Search this Thread
Old 06-08-2006, 10:01 AM   #1
Default bit vector to std_logic conversion query


i am looking for a function to covert bit vector to std_logic_vector.
i hope i can find help on the same soon.



pavithrashinde@gmail.com
  Reply With Quote
Old 06-08-2006, 05:12 PM   #2
Ralf Hildebrandt
 
Posts: n/a
Default Re: bit vector to std_logic conversion query
wrote:

> i am looking for a function to covert bit vector to std_logic_vector.


There is the

function to_stdlogicvector ( b : bit_vector ) return std_logic_vector;

declared in std_logic_1164. For conversion problems look into your
libraries! You will most times find something useful.

Ralf


Ralf Hildebrandt
  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
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
Problem accessing query in the design mode MS access shieldguy Software 0 11-07-2006 02:45 PM
ASP.net 2.0 C# dynamic query paulnf Software 0 10-03-2006 04:46 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