Reformat always_comb statement
This commit is contained in:
parent
993ca7d0bf
commit
d8da3dc0ce
@ -14,8 +14,7 @@ module motorcontrol #(parameter N=21)
|
||||
else
|
||||
state <= next_state;
|
||||
|
||||
always_comb
|
||||
begin
|
||||
always_comb begin
|
||||
case (state)
|
||||
reset:
|
||||
begin
|
||||
|
Loading…
x
Reference in New Issue
Block a user