This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Array Initialization

Dear All:

I use a array in my program like this.

int a[256];

But I found that, at program start phase,
the system would initialize the array.
Because my program storage is small, and
it would take some time at power-on.
This would not be good for ASIC test.

Could someone give me a hint that how
to remove the array initilzation action()?

Best regards .....

0