Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > VHDL Vector Assignment

Reply
Thread Tools

VHDL Vector Assignment

 
 
falcon734 falcon734 is offline
Junior Member
Join Date: Oct 2006
Posts: 1
 
      10-26-2006
I'm trying to write VHDL structurals of some circuits. One really stupid problem I've come up against: some of the circuit vector outputs are declared such as wordline<1:63:2> and wordline<0:62:2>, which indicates assignment to the 32 odd and even bits of a 64 bit vector. I've been trying to figure out how to do that in VHDL without portmapping each individual bit, and I haven't found a good answer. Any advice?
 
Reply With Quote
 
 
 
Reply

Thread Tools

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
vector assignment in VHDL Vadim Rusu VHDL 3 10-02-2007 09:40 PM
const vector<A> vs vector<const A> vs const vector<const A> Javier C++ 2 09-04-2007 08:46 PM
Initializing vector<vector<int> > and other vector questions... pmatos C++ 6 04-26-2007 05:39 PM
Free memory allocate by a STL vector, vector of vector, map of vector Allerdyce.John@gmail.com C++ 8 02-18-2006 12:48 AM
why vector assignment operator not invoked on const vector& ? zhou C++ 9 09-02-2003 08:19 PM



Advertisments
 



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 47 48 49 50 51 52 53 54 55 56 57