Hi,
I am Using C model in my UVM environment.While in C model I have used one multidimensional Array.Please Refer Following Code:
In C File:
char Memory_array[2][2][4096][256][16384];
It gives Simulation Fatal Error due to large size of Array.
How to solve this problem?
Thanks In Advance.