Forum Discussion

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

mutliple VHDL designs maneuvering

Hello all,

i have 4 VHDL files i wrote (4 different modes to my project).

and i've built a c# program that allows the user to choose which mode to operate.

i think i did it wrong when i created 4 different projects for each mode

how can i combine all of the code files to be under one project and evantually burn them all to the board.?

cheers,

kobi

1 Reply

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

    You will need to create a single project that has a top level file to select which one to use based on whatever the software requires.