Forum Discussion

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

verilog and vhdl in one project

I used vhdl in my fpga project before,but I want to use veriog now. Is there any conflict problem when I use vhdl and veriog in the same project,because I need the modual which I had finished before.and I write my new programe in verilog.thank you!

2 Replies

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

    There is no problem in mixing code.

    You only need to export the instantiation code of the module in order to import it in the different language.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    The only problem will be Modelsim. You won't be able to simulate a mixed project with the basic edition of Modelsim-Altera.