Mark Melvin
Mark Melvin
We have been struggling with random segmentation faults with our verification suite and VCS and until now we had assumed it was a problem with our code. However, recently I...
I have the following C code: ``` #define NUMBER_A 64 #define NUMBER_B 4 #define SUMMATION (NUMBER_A + NUMBER_B) int some_function(uint8_t valuesOut[2][SUMMATION], uint8_t valuesIn[NUMBER_B]); ``` This code compiles fine, but autopxd2...
I'm using it to drive a JTAG port and the speed of it is much slower that I expected. Is there any way to improve performance? It is running the...