Main

11.3 System Generator for DSP - Why do I receive a standard exception error message when I try to generate my FSL PCORE?

AR# 33361

Search For Another Answer

Topic SW-SysGen
Last Updated 11/16/2009
Status Active
Description

Keywords: EDK, SysGen, fatal

When I try to generate my EDK FSL PCORE, I receive a message as follows:

standard exception: XNetlistEngine:
An exception was raised:
com.xilinx.sysgen.netlist.NetlistInternal:
java.io.FileNotFoundException:
g:\xbuilds\ids_11.3_L.56.1.1\nt\11.1\DSP_Tools\nt\sysgen\data\prociface\Xilinx\fsl\bus_info
(The system cannot find the path specified)

Solution

This can be because of a known issue in System Generator for DSP 11.3 that will be fixed in the next release.

To work around this issue:

1. Go to the SysGen installation directory. In MATLAB, this can be done by typing "cd(xlFindSysGenRoot)" on the command console.

2. Go to the "plugins\compilation\EDK Export Tool" directory.

3. Edit the file "xledkprecompile.m" and add the following code after line 11 (right after "procblock_handle = find_procblock();"):

% CR#532179: disable Java Pcore wrapper for FSL
bus_type = get_param(procblock_handle, 'bus_type');
if strcmpi(bus_type, 'fsl'); return; end
%End CR#532179 Edit

This issue is fixed in 11.4.
 
 
/csi/footer.htm