Forum Discussion
anaza3
New Contributor
6 years agoHi,
I resolved the compilation problem by increasing the size of onchip memory and base addresses. But my original problem still exists.
The problem still exists.! I can run hello world on core1 but I face error in when I run it on core2. It looks the picture you posted also shows success on core1 but problem is core2. I am attaching my new project as well which I generated by using your qsf files.
Regards,
Alireza
AnandRaj_S_Intel
Regular Contributor
6 years agoHi Alireza,
Check the core 2 reset signal.
i.e .reset_2_reset_n(1'b0) should be .reset_2_reset_n(1'b1),
Regards
Anand