Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17267 Discussions

how to add user vhdl files into quartus top level entity

Altera_Forum
Honored Contributor II
2,375 Views

how to add user vhdl entities into quartus top level entity? 

I created the main entity from the pin planner with some megafuntions  

and now I want to add my own entities into it ' I know how to write them into the file quartus created ' but whenever I will update my top entity ' the entity I created will be erased . 

 

thanks///
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
1,297 Views

Hi, 

 

Updating your top level entity from pin planner will erase all your modifications you have made in this. Obviously. 

 

In your top level entity, you may instantiate your other entities with port mapping. 

In quartus, Menu Project->Add/Remove files... 

Don't update your top level entity from pin planner. 

 

... 

 

And compile... 

 

...
0 Kudos
Reply