Forum Discussion
Altera_Forum
Honored Contributor
20 years agoOk, things are up to speed, this is what I had to do:
1. edit em_epcs.pm Line 68: <span style="color:red">-my $default_extradelay = "1"; +my $default_extradelay = "0";</span> Line 344: <span style="color:red">-extradelay = "1"; +extradelay = "0";</span> 2. edit class.ptf Line 83: <span style="color:red">-extradelay = "1"; +extradelay = "0";</span> 3. update in sopc builder -remove epcs controller. -add epcs controller back in again. -regenerate. 4. rebuild design in quartus After that all was well. Regards, --Scott