Reformat always_comb statement

This commit is contained in:
xeovalyte 2025-02-14 08:51:17 +01:00
parent 993ca7d0bf
commit d8da3dc0ce
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:kSQDrQDmKzljJzfGYcd3m9RqHi4h8rSwkZ3sQ9kBURo

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