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)
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.
AR# 33361 | |
---|---|
日期 | 12/15/2012 |
状态 | Active |
Type | 综合文章 |