Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > Merging arrays in Modelsim

Reply
Thread Tools

Merging arrays in Modelsim

 
 
RobertP.
Guest
Posts: n/a
 
      12-15-2006
Hi everybody!
Is there an easy way to merge two signals of type array (for instance
128 x 8 bits memories) to get one signal array of 128 x 16 bits in Modelsim?

I'm trying and what I could get was only an array of 256 x 8 (two arays
one above another), after executing this command:

add wave {MEM {uut/cr_mem_up uut/cr_mem_lo}}

Any ideas?

--
Regards
RobertP.


 
Reply With Quote
 
 
 
 
Mike Treseler
Guest
Posts: n/a
 
      12-15-2006
RobertP. wrote:

> Is there an easy way to merge two signals of type array (for instance
> 128 x 8 bits memories) to get one signal array of 128 x 16 bits in
> Modelsim?


I would do the merging in the testbench process.

-- Mike Treseler
 
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
Merging two arrays -> array of arrays Allen Walker Ruby 6 05-21-2010 04:53 AM
sorting and merging of arrays of unknown sizes ramu C Programming 2 11-16-2009 06:52 PM
Merging byte arrays Gabriel Python 0 04-11-2009 02:02 PM
Multidimensional arrays and arrays of arrays Philipp Java 21 01-20-2009 08:33 AM
Merging two arrays Chris Chris Ruby 4 09-22-2008 01:51 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