- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
problem in black box configurat ion file in matlab for verilog modules containing instances of sub modules
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-02-2010 10:56 PM
hi there :-)
I had a problem in using verilog modules containing sub-modules and i suspect my matlab configuration file is improper.
I included the submodules in the matlab configuration fie using the command 'this_block.add_file('<name of the submodule>.v')
but still while simulating the design there is an error reading "there are unknown files/instances ".I had even included all the verilog files in my matlab directory.
Is there anything else I need to add to my matlab configuration files?
any suggestions are appreciated :-)
Thank you :-)
Solved! Go to Solution.
Re: problem in black box configurat ion file in matlab for verilog modules containing instances of sub modules
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-04-2010 06:59 AM
Jim
Re: problem in black box configurat ion file in matlab for verilog modules containing instances of sub modules
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-07-2010 04:13 AM
hi jim :-)
The veriog module containing submodules seems to be working.
I suppose I had added the command this_block.addfile('<filename.v>') for the submodules after the command of this_block.addfile('<top_module.v>'). I added the submodule addfile commands ahead of the topmodule commands and now it seems to be working fine :-)
Thank you :-)
Re: problem in black box configurat ion file in matlab for verilog modules containing instances of sub modules
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-07-2010 04:43 AM
hi jim :-)
I had another question.
everytime I change the verilog source code is it necessary to change the matlab configuration file as well ?
Re: problem in black box configurat ion file in matlab for verilog modules containing instances of sub modules
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-01-2011 04:21 AM
Yes you to need to change the config also, if u change the verilog source code. The config file has to updated about the changes in the code.











