- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am trying to debug my ip by simulating its behavior in full system via modelsim. My ip acts like a memory controller : receives read/write requests from processor and delivers them to on-chip memory. Problem is that when i try to simulate system with custom component , on-chip memory does not get initialized. I have already enabled manual selection of initialization file in qsys but it did not resolve the problem. Does anyone have an idea about what should i do? ThanksLink Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did modelsim give you a warning message about not being able to find the initialization file? If so, try copying the initialization file to the modelsim working directory and try again.
You can also always fall back to the "mem load" command.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your answer , i solved problem by making my IP transparent to memory by setting property s0 bridgestomaster m0 in .tcl file.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page