aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/chacha_core.v
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2014-11-06 14:41:01 +0100
committerJoachim StroĢˆmbergson <joachim@secworks.se>2014-11-06 14:41:01 +0100
commit5786690490aa94f76309f6b101883c13fdc96896 (patch)
tree65fcf40c1cf8ed9ce276382418728df3fc273e89 /src/rtl/chacha_core.v
parent18e102cddcad3932c6e46ef0b294312799eee6b8 (diff)
Fixes to nits found using the verilator linter.
Diffstat (limited to 'src/rtl/chacha_core.v')
-rw-r--r--src/rtl/chacha_core.v6
1 files changed, 6 insertions, 0 deletions
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