verilog HDLBits刷题[Finite State Machines]“Fsm2”---Simple FSM2(asynchronous reset)
1、题目
This is a Moore state machine with two states, two inputs, and one output. Implement this state machine.
This exercise is the same as fsm2s, but using asynchronous reset. 2、代码
module top_module(input clk,input areset, // Asynchronous reset…
2026/7/27 23:17:47