Merging arrays in Modelsim

R

RobertP.

Guest
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.
 
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
 

Welcome to EDABoard.com

Sponsor

Back
Top