For a design I am working on i need to deal with large numbers (actually numbers in binary format), and was very surprised to find out that in VCS large numbers are limited to 8 digits, 5 only after float point! I suppose it has to do with the bit depth limit.
Is there a workaround?
Is there a way to type numbers in bin format in the VCS?