Altera_Forum
Honored Contributor
16 years agoQuestion on Schematic to VHDL conversion.
I'm new to programable logic, most of my experience has been with microcontrollers. I know a little about VHDL but not enough right now to program with it. I do know schematics and so I designed my project using schematic files. I would like to learn VHDL and I thought it could be helpful to look at the VHDL that Quartus II generated from my schematic design. First thing I noticed is the VHDL is smaller that I expected. I have multiple pages that interconnect. Do I need to create a VHDL file for each page or does Quartus use the sub pages in generating the output code? I was able to follow some of the code as it talks about DFF_inst2 <='1' and I can find inst2 in my schematic. But it also has a bunch of
SIGNAL SYNTESIZED_WIRE_22; etc. I understand what is going on but I would like to know which line in my schematic is SYNTHESIZED_WIRE_22. Some are obvious and I can follow those but when something has nothing but synthesized inputs and outputs I have no clue where those lines are. Is there an easy way to find out and more important can I pre-name all of the lines before I convert it to VHDL? Any help would be greatly appreciated. Thanks Steve