You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all integers are assumed to be 32-bits wide.
What if we create our own int wrapper class that keeps track of the max number of bits used. This max number of bits used can then be the bit-width when translated to Verilog.