Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

If Quartus II Supscription Edition is necessary for desiging with Stratix IV GT

Dear all,

First, thank you for reading this and thanks in advance for any of your feedback. I am about to start learning how to design with the Transceiver Signal Integrity Development Kit, Stratix IV GT and using Quartus II web edition. But it is not possible to compile designs with this web edition. I will need to buy the subsription edition later. But for now, I wonder if it is possible to simulate design for Stratix IV GT in the web edition of Quartus? And if yes, what else is the limitation of the web edition beside compilation?

Thank you and look forward to any of your words.

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    You cannot synthesize for Stratix IV devices in the web edition of Quartus.

    You should be able to simulate with the Modelsim Altera Starter Edition. However, if any of the IP is generated in Verilog format, then you must write all your simulation code in Verilog (or SystemVerilog) format, as the starter edition only supports single-language compilation.

    Cheers,

    Dave
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    You cannot synthesize for Stratix IV devices in the web edition of Quartus.

    You should be able to simulate with the Modelsim Altera Starter Edition. However, if any of the IP is generated in Verilog format, then you must write all your simulation code in Verilog (or SystemVerilog) format, as the starter edition only supports single-language compilation.

    Cheers,

    Dave

    --- Quote End ---

    Thank you very much for your reply and explanation. Does it mean that it is not possible with the Modelsim starter to simulate the design that uses the predefined functions in Megarfunction? Starter only supports single-language compilation, does this mean without a license, we can only simulate the pure HDL-based designs?

    Regarding to HDL language, both Verilog and VHDL are new for me, which do you recommend me to learn for working with Stratix IV GT?

    Thank you again.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    Does it mean that it is not possible with the Modelsim starter to simulate the design that uses the predefined functions in Megarfunction?

    --- Quote End ---

    The MegaFunctions come with simulation models. Lots of the lower-level components have both Verilog and VHDL support. However, components such as the Avalon-MM bus BFMs and other SOPC/Qsys components are only available in Verilog.

    --- Quote Start ---

    Starter only supports single-language compilation, does this mean without a license, we can only simulate the pure HDL-based designs?

    --- Quote End ---

    All designs are pure HDL. The MegaFunctions have HDL simulation models.

    --- Quote Start ---

    Regarding to HDL language, both Verilog and VHDL are new for me, which do you recommend me to learn for working with Stratix IV GT?

    --- Quote End ---

    Learn SystemVerilog. Verilog is a subset of that language.

    Cheers,

    Dave