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

How to generate .v from .bdf to include all modules?

Altera_Forum
Honored Contributor II
1,508 Views

Hi, I am trying to create .v file from .bdf file, the bdf file has several modules. The generated .v file has just one top level module. How to setup so that .v file can include all the modules? this is on quartus II 9.1, thanks

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
747 Views

Why do you want to have everything in one file? 

I think you'll have to copy/paste the code of the modules in your main verilog file. Bit it will take some time, and you'll probably have to rename some signals.
0 Kudos
Reply