[Cryptech-Commits] [core/math/modexp] 02/02: Removed stale switch since we now do s_mem init integrated with calculation.
git at cryptech.is
git at cryptech.is
Thu Jun 25 06:51:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
joachim at secworks.se pushed a commit to branch perfopt
in repository core/math/modexp.
commit cb7251bf4577bab529bcd13e6f8e160069fafe75
Author: Joachim Strömbergson <joachim at secworks.se>
Date: Thu Jun 25 08:51:22 2015 +0200
Removed stale switch since we now do s_mem init integrated with calculation.
---
src/rtl/montprod.v | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/rtl/montprod.v b/src/rtl/montprod.v
index ad72418..b7b4063 100644
--- a/src/rtl/montprod.v
+++ b/src/rtl/montprod.v
@@ -338,11 +338,6 @@ module montprod #(parameter OPW = 32, parameter ADW = 8)
case (s_mux_reg)
- SMUX_ZERO:
- begin
- s_mem_write_data = {OPW{1'b0}};
- end
-
SMUX_ADD:
begin
s_mem_we = b_reg | q_reg | first_iteration_reg;
More information about the Commits
mailing list