Design of an Up-Counter using Verilog
What is the purpose of a 2-bit up counter?
In Verilog, what is the basic structure of a flip-flop?
What is the purpose of a 'reg' declaration in Verilog?
Explain how a T flip-flop is different from a D flip-flop.
What is a race condition in digital circuits and how can it be resolved in a Verilog design?
Explain the concept of 'blocking' and 'non-blocking' assignments in Verilog.
What is the purpose of using the 'always @ (posedge clk)' block in Verilog?
Describe the significance of 'synchronous reset' and 'asynchronous reset' in Verilog counter design.
How does a Johnson counter differ from a Ring counter in Verilog?
Explain the purpose and implementation of 'preset' and 'clear' in a Verilog counter design.