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

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

sllauce
Beginner
23,336 Views

see attached documents!

0 Kudos
7 Replies
SyafieqS
Employee
23,321 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
23,309 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
23,281 Views

anybody can resolve my problem????

0 Kudos
Parijat
Beginner
23,239 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
Employee
23,164 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
Employee
23,097 Views

Hi Sebastian,


Any update from your side regarding this?


0 Kudos
VinodReddy
Beginner
11,939 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