Forum Discussion
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- You have to build a new project named "adder". You can use the New Project Wizard and follow the hints. I suggest you to use a folder named "adder" and put the vhd files in this folder. During the new project wizard you have to add all the vhdl files in the file list. Then you have to create a top-level design file (can be a bdf schematic or a top-level vhdl file) which will specify the connections between the two modules that you have designed before. After that you will have to compile the new project "adder" and you will have the desired result. --- Quote End --- Tks for your reply.I think I can get your idea.However,I would like to use a package to specify the connections between the two rather than a top-level design file.If that,what I need to do is just to state the package in my design file. So,could tell me how to create a package,specify the connection in the package,compile it and then make use of it in my file. Tks.