hdl coder led blinking example

5 views (last 30 days)
Bence
Bence on 5 Mar 2018
Commented: Manish Shetty on 23 Mar 2019
Hi!
I would like to complete this workflow example:
https://www.mathworks.com/help/hdlcoder/examples/define-and-register-custom-board-and-reference-design-for-soc-workflow.htmlefine and Register Custom Board and Reference Design for SoC Workflow
Like in the tutorial, I made a custom reference block design, without any AXI peripheral, because hdl coder will provide that. But at this point I am not able to validate my design in vivado, with axi_interconnect_0/M00_AXI port unconnected.
Later, when the hdl workflow advisor tries to "create project" (at workflow stage 4.1), the generated "vivado_create_prj.tcl" runs "validate design", and fails. (workspace/hdl_prj/vivado_ip_prj/vivado_create_prj.tcl)
Is there any way to workaround this issue?
  1 Comment
Manish Shetty
Manish Shetty on 23 Mar 2019
I am having the same problem, did you get any workaround for this issue?

Sign in to comment.

Accepted Answer

Wang Chen
Wang Chen on 6 Mar 2018
Edited: Wang Chen on 6 Mar 2018
Hi Bence, are you using Vivado 2017.4? We noticed that Vivado 2017.4 starts to error out on unconnected AXI Master ports in the validate_bd_design. If you are using Vivado 2017.2 or earlier versions, the "create project" should not error out.

More Answers (1)

Bence
Bence on 6 Mar 2018
Thank you for the fast reply! Yes, I am using Vivado 2017.4. Is there some way to access the script, that runs vivado (and "validate bd design"), when I click on "create project" in the workflow advisor?
  1 Comment
Wang Chen
Wang Chen on 6 Mar 2018
Hi Bence, R2017b or R2018a version of HDL Coder does not support Vivado 2017.4 yet. Please use Vivado 2017.2 instead.
The Vivado 2017.4 will be supported in the future release, then the "create project" script will adapt to Vivado 2017.4.
HTH, Wang

Sign in to comment.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!