HI All,
While generating a video format in UVM, I am facing
** Failure: (vsim-4) ****** Memory allocation failure. *****
Attempting to allocate 1073741840 bytes
Please check your system for available memory and swap space.
Wanted to understand the limitations on the size of the transaction(seq item) should be used.
Currently the transaction item has below fields,
bit [11:0] y[0:1920][0:1080];
bit [11:0] u[0:1920][0:1080];
bit [11:0] v[0:1920][0:1080];
Is this a limitation form UVM or the tool. I am using questasim.
Thanks,
Shalem