I am designing a chip using Verilog. I have a 3-bit counter. I want that when the counter is in its 8th loop, there should be a clock glitch, and thereafter work normally. What could be the possible ways of producing a clock glitch in a Verilog design?
Share
One way to inject glitches on a clock signal is to use
forceandreleasefrom your testbench: