From d8da3dc0ceb19bc7ec65534c544f7e82cf33d3ab Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Fri, 14 Feb 2025 08:51:17 +0100 Subject: [PATCH] Reformat always_comb statement --- ch4/motorcontrol.sv | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ch4/motorcontrol.sv b/ch4/motorcontrol.sv index 8e62e9f..d66eb83 100644 --- a/ch4/motorcontrol.sv +++ b/ch4/motorcontrol.sv @@ -14,8 +14,7 @@ module motorcontrol #(parameter N=21) else state <= next_state; - always_comb - begin + always_comb begin case (state) reset: begin