I'm trying to simulate analog & digital simulation (Cadence Virtuoso version 6)
I make simple counter in verilog code and I succeed to check digital simulation. But when I tried mixed signal simulation (using only 2 inverter chain for analog part for Clk // reset to digital counter), I found that the digital output only changed with multiple time of 1ns (1ns, 2ns, 3ns, 4ns)
Even I make Clk period 100ps, counter changes only 1ns, 2ns, 3ns. (In verilog simulation, it was perfectly OKAY.)