Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- The FIFOed UART from http://www.alterawiki.com/wiki/fifoed_avalon_uart Won't allow Qsys to generate the system. It gets the error: Saying it won't run perl. It does build for 13.0sp1. Thr output Qsys message shows. As after exec the correct destination is pointed to for perl. i.e. exec C:/altera/13.0sp1/quartus/bin/perl/bin/perl.exe instead of exec perl -- for 14.0 Any solution for this for 14.0? --- Quote End --- In "fifoed_avalon_uart_hw.tcl" (~line 278), change "set perl $qdr/bin/perl/bin/perl.exe" to "set perl $qdr/bin64/perl/bin/perl.exe" Do a system refresh (F5) and generate in Qsys. Not tried in 14.0 but works in 14.1 HTH B