Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20703 Discussions

verilog and vhdl in one project

Altera_Forum
Honored Contributor II
1,289 Views

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!

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
416 Views

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.
0 Kudos
Altera_Forum
Honored Contributor II
416 Views

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

0 Kudos
Reply