I need to store the strength of the signals. (i am using ncverilog to simulate).
At present I am using
$dumpfile("a.vcd")
$dumpvars();
The vcd file generates trn file which when opned shows st0 for we0 signals as well.
I read that $dumpports(); and .evcd file help to save the strenghts.
If some body knows it pls let me this know soon with an example.