Forum Discussion

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

how to transfer .bdf design file into .v file?

Hi,

I have all the pins assignment configured in the form of verilog file(also my top level entity), however i have my current design file in .bdf (symbol design).

So how do i use my Verilog file as top entity and instantiate my .bdf file in Verilog form?

The reason why i want to do so, is to avoid re-configurating all the pins assignment in .bdf .

Thanks!:)

Michael

2 Replies

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

    TO CREATE VERILOG:

    [file]->[Create/_Update]->[Create HDL File for Current file]

    TO SET TOP LEVEL ENTITY:

    [Assignments]->[settings]->[General](in Category)->Top-Levelentity

    would it help you?