View Single Post
  #1 (permalink)  
Old 07-26-2003, 05:27 AM
Ajeetha Kumari
Guest
 
Posts: n/a
Default Re: signalscan view(modelsim) - content of memory array

Hi Pradeep,
Within Modelsim you can view memory as waveform, it doesn't get
added by default with add wave -r * command, but instead if you
specify:

add wave /tb/dut/mem

it works. You could also browse through your Structure -> Signals ->
Add wave.

Let me know if that works.

Good Luck,
Ajeetha
http://www.noveldv.com

[email protected] (pradeep) wrote in message news:<[email protected] om>...
> hi,
>
> in my coding i have used memory declaration
>
> reg [3:0] myram[15:0],
>
> during simulation(ncsim, signalscan waveform) i am not able to add
> this memory to the waveform viewer,
>
> is there any other way to view the content of the memory
>
> and i also face the same problem with modelsim
>
> with regards
> G.Pradeep.

Reply With Quote