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

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

sllauce
Beginner
17,683 Views

see attached documents!

0 Kudos
7 Replies
SyafieqS
Moderator
17,668 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
17,656 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
17,628 Views

anybody can resolve my problem????

0 Kudos
Parijat
Beginner
17,586 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
17,511 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
17,444 Views

Hi Sebastian,


Any update from your side regarding this?


0 Kudos
VinodReddy
Beginner
6,286 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