- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
System generator: MATLAB HW co-cimulat ion + additional library
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-05-2010 12:59 AM
I'm trying to do a hardware co-simulation of a System Generator model in the MATLAB software.
The modul contains a Black Box element (VHDL files) .
These VHDL files use an additional library:
LIBRARY MY_LIBRARY;
USE MY_LIBRARY.ALL;
How is it possible to add the library to the model?
At the moment the synthesis tool (xst) called by MATLAB (system generator block -> generate) reports an error on:
ERROR:HDLParsers:3317 - "path/file.vhd" Line 1790. Library MY_LIBRARY cannot be found.
I'm able to add the library manually in the generated ISE but this unfortunately doesn't solve the problem because every time I click the "generate" button in the System Generator model, a new ISE project is generated, the library is lost and the HW co-simulation doesn't work.
Thanks very much!
Torben
Solved! Go to Solution.
Re: System generator: MATLAB HW co-cimulat ion + additional library
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-12-2010 12:08 PM
Jim
Re: System generator: MATLAB HW co-cimulat ion + additional library
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-08-2011 02:12 PM
Does this limitation still hold in ISE13.1?
I have Synplicity generated VHDL that uses a separate library, so blackbox will be eliminated as an option for me if I can't pull in a separate library. I have already experimented with modifying the code to use a single library for a different tool flow but it isn't guaranteed to be free of name conflicts in that case.
Re: System generator: MATLAB HW co-cimulat ion + additional library
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-20-2011 02:32 PM
Within the System Generator Help (within Matlab) I find the document titled "Importing HDL Modules: Black Box Configuration M-Function". This help document includes a heading on Black Box VHDL Library Support and describes how to compile files into a user library and include the libraries for use in black box code.
Re: System generator: MATLAB HW co-cimulat ion + additional library
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-20-2011 05:11 PM
Thanks for pointing this out. Yes, VHDL Library Support for Black Box Import is a new feature added in 13.1.
wpadgett wrote:
Within the System Generator Help (within Matlab) I find the document titled "Importing HDL Modules: Black Box Configuration M-Function". This help document includes a heading on Black Box VHDL Library Support and describes how to compile files into a user library and include the libraries for use in black box code.
Jim











