I have designed a 16-Bit multiplier in Hspice and I got .tr file after simulation. While I try to load it in Matlab and extract circuit's information I receive below error in Matlab:
"error in hs_allocate_sf: too many header blocks!
must increase MAX_HEADER_BLOCKS value in source code
One or more output arguments not assigned during call to "loadsig".
my code is:
sig=loadsig('E:\Multiplier\mult_16\mult_16.tr0');
can anyone help me?
Tnx...