Skip to content

Commit 3d31e29

Browse files
committed
Fixed comment typo
1 parent aef3684 commit 3d31e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fsmd/bit_diff.sv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -908,8 +908,8 @@ module bit_diff_fsmd_4p
908908

909909
assign result = result_r;
910910

911-
// In the 1-process model, one process is always just an always_ff for
912-
// the state register.
911+
// Like the 3-process model, in the 4-process model, one process is always
912+
// just an always_ff for the state register.
913913
always @(posedge clk or posedge rst)
914914
if (rst == 1'b1) state_r <= START;
915915
else state_r <= next_state;

0 commit comments

Comments
 (0)