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

mutliple VHDL designs maneuvering

Altera_Forum
Honored Contributor II
900 Views

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
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
227 Views

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.

0 Kudos
Reply