You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I am trying to synthesize PICORV32 onto DE0 Nano FPGA using Quartus Prime Lite.
I have no problem synthesizing with synth_area_top.v it was successful.
However when it comes to hx8kdemo.v I get an error as shown below.
Verilog HDL Module Instantiation error at hx8kdemo.v(65): cannot elaborate array of instances because the declaration for the instantiated module has not been analyzed.
I am not sure if I missed adding any files into the project that caused so? Appreciate if anyone could provide me a guide in this case.