Forum Discussion

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

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

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

1 Reply

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

    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.