From 5786690490aa94f76309f6b101883c13fdc96896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Thu, 6 Nov 2014 14:41:01 +0100 Subject: Fixes to nits found using the verilator linter. --- src/rtl/chacha_core.v | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/rtl/chacha_core.v') diff --git a/src/rtl/chacha_core.v b/src/rtl/chacha_core.v index c46b5b1..0e1158b 100644 --- a/src/rtl/chacha_core.v +++ b/src/rtl/chacha_core.v @@ -1327,6 +1327,12 @@ module chacha_core( chacha_ctrl_we = 1; end end + + + default: + begin + + end endcase // case (chacha_ctrl_reg) end // chacha_ctrl_fsm endmodule // chacha_core -- cgit v1.2.3