T
teacupfull business
Guest
Hi, we were trying to model soft error effect in verilog testbench.
The behavior of soft error is: you instantly flip a value at a DFF Q
pin from "1 to 0" or "0 to 1".
We were initially try to use force:
If the original value is 0, we force the value to 1; and then release
it and let it run.
But we found it doesn't work, since one released, the Q pin can not
keep the forced value.
Any suggestions?
The behavior of soft error is: you instantly flip a value at a DFF Q
pin from "1 to 0" or "0 to 1".
We were initially try to use force:
If the original value is 0, we force the value to 1; and then release
it and let it run.
But we found it doesn't work, since one released, the Q pin can not
keep the forced value.
Any suggestions?