Forum Discussion
Altera_Forum
Honored Contributor
13 years agoSymbol Files
Hi,
I use symbol files as the TOP Level of my VHDL designs as it gives a nice visual representation of the modules. I usually edit the block to make the schematic flow logical. However if I change one of the VHDL designs and update the block, there does not appear a way to keep the pins in the same position. I've searched through the old posts and I couldn't find a solution. Is there a way to preserve the position of the pins on a hand edited symbol after updating? I'm using Quartus 13 BTW Regards2 Replies
- Altera_Forum
Honored Contributor
basically, no. It keeps the pin names in the order they appear in the VHDL. You may be able to script it to modify it, but that would be down to you.
Otherwise, its safer just to keep it all VHDL - Altera_Forum
Honored Contributor
I figured as much :-(
Thanks Tricky