Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

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

Altera_Forum
Honored Contributor II
1,518 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
757 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