Xilinx System Generator and HDL Workflow Advisor
Mostrar comentarios más antiguos
I use Xilinx Blockset/Basic Elements/Black Box to integrate my hand-writing VHDL code under my "Top" subsystem block, and then I want to use HDL Workflow Advisor to generate my FPGA block. I got the error message.
Error reported by S-function 'sysgen' in 'blackbox_fpga/Top/Black Box': An internal error occurred in the Xilinx Blockset Library.
Thanks in advance for any help.
Respuesta aceptada
Más respuestas (1)
Tim McBrayer
el 30 de En. de 2012
0 votos
I think you are using the wrong block to import your own black box code. As Kaustubha stated, the block you have chosen is specific to Xilinx System Generator and works only with that tool. To bring your custom code into Simulink HDL Coder, you can use a normal Simulink subsystem. Set its HDL Implementation Architecture to 'BlackBox' via the right-click context menu:
- Right-click on the subsystem.
- Choose 'HDL Code -> HDL Block Properties...".
- For the Implementation Architecture, choose "BlackBox".
- Set the parameters of the Black Box to match your code.
- Click 'OK' when done.
Categorías
Más información sobre AMD FPGA and SoC Devices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!