Forum Discussion
Altera_Forum
Honored Contributor
12 years agoQsys can't find hps pin info
I have a new Terasic DE1-Soc Rev D. which has a 5CSEMA5F31C6N I am unable to get qsys to find the pin info for the hps component. Thus, it refuses to generate hdl. The error in the tool is ...
Altera_Forum
Honored Contributor
12 years agoHmmm that's odd. To eliminate Quartus from the mix try compiling a design like this as the top level (i.e. no HPS):
module top (
a,
b);
input a;
output wire b;
assign b = ~a;
This will determine if the web version can compile any design that targets an SoC device. If that works then I'm guessing there is a Qsys bug or perhaps the device selected in Qsys doesn't match the device settings for your Quartus project.