issue in HDL coding tutorial on Matlab R2012a
Mostrar comentarios más antiguos
Hi all,
I Just installed the HDL coder and was going through the tutorial (sfir filter function and relevant testbench). Float-to-Fixed Workflow ended smoothly but code generation ended with:
### Begin VHDL Code Generation ### Working on mlhdlc_sfir_FixPt as mlhdlc_sfir_FixPt.vhd ### Generating Resource Utilization Report resource_report.html Error occurred when running post codegeneration tasks Error: failed to run post code generation tasks: MATLAB:save:invalidVarName 'Documents\MATLAB\filter_sfir\codegen\mlhdlc_sfir\hdlsrc\codegen_info.mat' is not a valid variable name.
Any idea?
Thanks
Respuestas (2)
Tim McBrayer
el 18 de Abr. de 2014
0 votos
'Documents\MATLAB\filter_sfir\codegen\mlhdlc_sfir\hdlsrc\codegen_info.mat' is a partial path. This path probably won't work unless the curfrent working direcctory of MATLAB is the one containing the referenced 'Documents' subdirectory. is that the case?
What are you specifying for your code generation directory, if any? Can you specify an absolute path?
1 comentario
Kiran Kintali
el 17 de Mayo de 2014
0 votos
This is a known issue in R2012a and has been in subsequent releases.
Categorías
Más información sobre AMD FPGA and SoC Devices en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
