Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Newbie
progkev
Posts: 1
Registered: ‎12-09-2008
0

simulation run error

I am trying to run simulink but get error:

 

 Value length (3) does not equal array index length (4).

 

 

trying to intialize it by "force array 0" command.

 

Thanks.

Expert Contributor
bassman59
Posts: 4,741
Registered: ‎02-25-2008
0

Re: simulation run error


progkev wrote:

I am trying to run simulink but get error:

 

 Value length (3) does not equal array index length (4).

 

 

trying to intialize it by "force array 0" command.

 

Thanks.


 

The error is pretty obvious. You're assigning something of one size to an index of a different size. The sizes must match. Fix that.

 

-a


----------------------------------------------------------------
Yes, I do this for a living.