As per my understanding, you are using the HDL Workflow Advisor and would like to utilize the "FPGA Synthesis and Analysis" step.
I was able to replicate the issue and noticed that this step is only applicable when the "Synthesis tool" and "Tool version" settings are specified in the "Set Target Device and Synthesis Tool" window.
Use the hdlsetuptoolpath command to set up the "Tool version" settings and configure the system environment to access the FPGA synthesis software Note that MathWorks currently supports "Vivado 2023.1" as the most recent version for HDL synthesis. I recommend using this version to synthesize the Simulink model.
Refer to the following MathWorks documentation links for more information on hdlsetuptoolpath and MathWorks' supported Third-Party HDL synthesis tools:
- https://www.mathworks.com/help/hdlcoder/ref/hdlsetuptoolpath.html
- https://www.mathworks.com/help/hdlcoder/gs/language-and-tool-version-support.html
I hope this is beneficial!