We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75b999 commit b08195aCopy full SHA for b08195a
tests/various/fsm-arst.ys
@@ -81,7 +81,7 @@ module self_rs_fsm (
81
localparam [7:0] S2 = 8'b11000111;
82
83
reg [7:0] next_state;
84
- wire reset = (reset_reg || next_state == S1);
+ wire reset = next_state == S1;
85
86
always @(posedge clk or posedge reset) begin
87
if (reset) begin
0 commit comments