Altera_Forum
Honored Contributor
8 years agoVHDL code works when compiled on Quartus Prime V15.1 but breaks on V17.1
Hello,
I have code working on a hardware design that was compiled using Quartus Prime version 15.1. I installed QP version 17.1 and compiled the same code but the code did not work as expected. I have an IO port that was not being used (pins were assigned in top level entity) and added IO port code to help debug and recompiled in 17.1 and it seems to have "fixed" the code (very strange). "ioout" is the port I added and used in the attached code. I am not sure if it is an issue with the code or a compiler issue. Both compiler versions were used with default settings. Any help with understanding the compiler settings would be appreciated.