I have run some verilog simulations in questa simulator and while viewing the waveforms i see that it would have been easier for me to debug the signals had there been some enums defined for them (To look at strings instead of bit streams).
Is there a way i can add enum definition for signals without re-running the sims say for example using some do file or using a feature in simulator (If there exists a generic solution)