Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
Hi..
You can generate symbol file from VHDL code.. In Schematic Design, that symbol file can be loaded.. The step of generating symbol file is as follow. 1. Load the vhdl code that you want to generate. 2. Select : File Menu -> Create/Upload -> Create Symbol Files for Current File Good luck.. - Altera_Forum
Honored Contributor
Note that there is no way to get an editable schematic(the symbol is just a representation of the ports to instantiate the HDL into another schematic.) You can go to Tools -> Netlist Viewers -> RTL Viewer and get an RTL view of your code. It's not editable or re-usable(which makes sense, since the VHDL is your true source), but it's good for getting a visual of what you've written and how Quartus Integrated Synthesis is interpresting it.