Forum Discussion

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

integrate analog and digital circuits in quartus prime

Hi I am working in FPGA based project as my university completion project. I prefer to use altera quartus prime lite edition.

Since my design uses analog amplifiers and digital devices, is it possible to design both analog and digital devices in altera quartus prime lite edition?

Thanks

5 Replies

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

    In a word, no.

    Quartus supports FPGA/CPLD digital design only for Altera devices.

    The included ModelSim simulator is a digital design simulator, it has no analog capabilites.

    What you need for the analog portion of your design is something like LTspice and the appropriate device models that is a true analog simulator.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi,

    Quartus is an IDE for PLD (FPGA/CPLD) development, i.e. it allows you to create/edit HDL code (VHDL/Verilog) and IP, parametrize subcircuits on your PLD, synthesize the design, program it into the PLD, and debug the PLD (e.g. using SignalTap).

    It is not a generic electronics design tool. It is limited to PLD devices from Altera. The most "analog" Quartus can do is parametrize the PLLs on your FPGA.

    It sounds like you're looking for some schematic and layout editor, or some circuit simulation tool, for which I'd suggest KiCad and LTspice as a starting point, but Google knows many other, and many more sophisticated.

    Best regards,

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

    Thanks very much for your clear information. What about using vhdl-ams? is it possible in ModelSim?

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

    Hi,

    as far as I know ModelSim Altera doesn't support AMS, but the full version does, see here: http://www.alteraforum.com/forum/showthread.php?t=2495 (http://www.alteraforum.com/forum/showthread.php?t=2495).

    I once used SMASH, which is a free VHDL-AMS simulator: http://www.dolphin.fr/index.php/eda_solutions/products/smash/evolution_over_time (http://www.dolphin.fr/index.php/eda_solutions/products/smash/evolution_over_time).

    What exactly is it that you want to do with VHDL-AMS? You said you want to "design both analog and digital devices"?

    Best regards,

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

    Dear GooGooCluster,

    Thanks again for your help. Based on the information you gave me I will try SMASH (VHDL-AMS) or OrCAD/PSPICE (mixed signal schematic design and simulation).

    Best Regards,

    Abreha Teklu