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 aef3684 commit 3d31e29Copy full SHA for 3d31e29
fsmd/bit_diff.sv
@@ -908,8 +908,8 @@ module bit_diff_fsmd_4p
908
909
assign result = result_r;
910
911
- // In the 1-process model, one process is always just an always_ff for
912
- // the state register.
+ // Like the 3-process model, in the 4-process model, one process is always
+ // just an always_ff for the state register.
913
always @(posedge clk or posedge rst)
914
if (rst == 1'b1) state_r <= START;
915
else state_r <= next_state;
0 commit comments