Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16556 Discussions

How can i solve: # can't read "Startup(-L)": no such element in array

sllauce
Beginner
16,461 Views

see attached documents!

0 Kudos
7 Replies
SyafieqS
Moderator
16,446 Views

Hi Llauce,


Have you able to simulate your design? Is there any issue when simulate? The reason is I see compile is successful there I wonder if " # can't read "Startup(-L)": no such element in array" can be ignored. 


Thanks,

Regards


0 Kudos
sllauce
Beginner
16,434 Views

I'm not able to simulate my design

this message:  " # can't read "Startup(-L)": no such element in array" shows after I press the button "start simulation"

0 Kudos
sllauce
Beginner
16,406 Views

anybody can resolve my problem????

0 Kudos
Parijat
Beginner
16,364 Views

Go to the "Library". Find the your verilog file. It should be under work folder. Right click and  then click Simulate. This should initialize simulation.

Parijat_0-1602742340222.png

 

 

 

 

 

 

 

 

 

 

0 Kudos
SyafieqS
Moderator
16,289 Views

Hi Llauce,


Could you provide the design files and steps taken for me to replicate it? Can attached it here in .qar or email/private message for privacy.


Thanks,

Regards


0 Kudos
SyafieqS
Moderator
16,222 Views

Hi Sebastian,


Any update from your side regarding this?


0 Kudos
VinodReddy
Beginner
5,064 Views
This error manly occurs when using another module in main module without instance name.

For example in tb

Module tb

Ram (); //wrong way

Ram dut(); // correct way

0 Kudos
Reply