Forum Discussion

RZhen11's avatar
RZhen11
Icon for Occasional Contributor rankOccasional Contributor
6 years ago

Tcl command to generate HDL from .qsys, .qip

I have a project created with Quartus generated .tcl.

At the beginning all added .qsys .qip files doesn't have HDL generated. Is there a .tcl command I can call to regenerate all the IPs?

As of now, I have to manually click each IP to get HDL generated.

Thanks,

3 Replies

  • RZhen11's avatar
    RZhen11
    Icon for Occasional Contributor rankOccasional Contributor

    I found for some IPs I can right-click and "Generate Synthesis Files" "quartus_sh -t mega_ipqsys_gen.tcl" script in message window.

    The pattern seems such option is only available for IPs has version column empty rather than Quartus Version number for example "18.1".

    But others don't have such option, I still have to open IP Parameter Editor to Generate HDL....

    Thanks,