D
dwerdna
Guest
Hi all
I know of a couple of ways to do this, just after other opinions..
I've instantiated some RAM16X1S RAMin a generate statement, to make a 8
bit wide RAM. When simulating I cannot see what the contents of the
RAM's memory is, because Modelsim instantiates the components
seperately, and of course each component has 1 bit per addr...
Now I could spend some time in adding in what I want to see to my
wave.do - which I have done before, and its pretty user intensive, or I
could write a TCL script to do this - which I plan to do this time. Is
there another option?? I could also have a generate statement or the
like in my actual VHDL which maps out some signals which would only be
used in simulation, except I dont believe that I can get access to the
'mem' signal inside the instantiation..
Any ideas??
Thanks
Andrew
I know of a couple of ways to do this, just after other opinions..
I've instantiated some RAM16X1S RAMin a generate statement, to make a 8
bit wide RAM. When simulating I cannot see what the contents of the
RAM's memory is, because Modelsim instantiates the components
seperately, and of course each component has 1 bit per addr...
Now I could spend some time in adding in what I want to see to my
wave.do - which I have done before, and its pretty user intensive, or I
could write a TCL script to do this - which I plan to do this time. Is
there another option?? I could also have a generate statement or the
like in my actual VHDL which maps out some signals which would only be
used in simulation, except I dont believe that I can get access to the
'mem' signal inside the instantiation..
Any ideas??
Thanks
Andrew