Forum Discussion

sllauce's avatar
sllauce
Icon for New Contributor rankNew Contributor
5 years ago

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

see attached documents!

7 Replies

  • SyafieqS's avatar
    SyafieqS
    Icon for Super Contributor rankSuper Contributor

    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


    • sllauce's avatar
      sllauce
      Icon for New Contributor rankNew Contributor

      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"

    • Parijat's avatar
      Parijat
      Icon for New Contributor rankNew Contributor

      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.

  • SyafieqS's avatar
    SyafieqS
    Icon for Super Contributor rankSuper Contributor

    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


  • SyafieqS's avatar
    SyafieqS
    Icon for Super Contributor rankSuper Contributor

    Hi Sebastian,


    Any update from your side regarding this?


  • VinodReddy's avatar
    VinodReddy
    Icon for New Contributor rankNew Contributor
    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