Forum Discussion

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

vhdl code for alter megacore functions

Hello all,

Does anyone know how to get the vhdl code for altera megacore functions??

Please help me......

beaulah

2 Replies

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

    Typically that code is not provided.

    In some cases it is when you generate the core (if it is a no charge core). Just look in the project directory.

    In other cases, it is an encoded piece of code.

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

    Do you want the code that Quartus II uses to synthesize the megafunction or do you want the simulation model so you can simulate your design? If the latter, then look under eda/sim_lib/ for the basic models. For more complex megafunctions, you can often direct the Megafunction Wizard to generate a Verilog or VHDL simulation model for your megafunction instance. The Quartus II Handbook is a good starting point.