Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

in digital design, how to save only part of memory

Status
Not open for further replies.

liletian

Full Member level 6
Joined
Mar 5, 2008
Messages
337
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,298
Activity points
3,790
Hi All

In my digital design, the memory size is 65536 16bits memory. However, in the simulation, I would like to save the first 100 memory 16bits.


Can anyone tell me how to do it in script?

probe -create -unpacked 65536 top.cpu.m[0]
?

Thanks
 

Hi All

In my digital design, the memory size is 65536 16bits memory. However, in the simulation, I would like to save the first 100 memory 16bits.


Can anyone tell me how to do it in script?

probe -create -unpacked 65536 top.cpu.m[0]
?

Thanks

this question is not related to digital design, it is either related to a specific simulator or to a language. Why can't you write a little code snippet that reads only the addresses that you care about? A simple for loop would do it.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top