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 .....
Because my program storage is small, and it would take some time at power-on. This would not be good for ASIC test. the time it takes is very limited, "discrete" initialization of even a few variables would take much longet. Erik