Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Hello everybody, I have a DE2-115, and i am trying to port my working application from my DE0-CV. If i try to compile the "DE2_115_NIOS_HOST_MOUSE_VGA demonstration from the Terrasic cd (downloaded even last version) in QSYS, i get. "Error: Port Phasecounterselect has Width 4 in TCL, but 3 in the design file" If i make a new instance of th PLL i get indeed (file DE2_115_SOPC_pll.v)
.phasecounterselect({3{1'b0}}), Whereas a newly generated Pll in quartus shows: .phasecounterselect ({4{1'b1}}), Any comments would be appreciated. Best Regards, Johi. --- Quote End --- The error might have something to do with the Quartus II version. The demonstrations in Terasic's CD-ROM is for Quartus II 11.1 SP2 version. You used Quartus 16.0 to compile; from Quartus II 11.1 SP2 to Quartus II 16.0, I thought it's because of the widely across gap between the two versions. Due to compatibility issue, IP cannot be updated directly. You may try to cancel PLL IP and change a new PLL IP to have a try again.