Reformat always_comb statement

This commit is contained in:
2025-02-14 08:51:17 +01:00
parent 993ca7d0bf
commit d8da3dc0ce

View File

@@ -14,8 +14,7 @@ module motorcontrol #(parameter N=21)
else
state <= next_state;
always_comb
begin
always_comb begin
case (state)
reset:
begin