Now I'm trying to use the function of snapshot of ncelab of cadence. I found some special function about SNAPSHOT, so I tried so much with this. but I can't use the SNAPSHOT.
So Would you let me know what about the usages of SNAPSHOT of ncelab of cadence?
my verilog code is like as below.
module top();
reg a;
reg b;
wire c;
assign c = a+b;
endmodule