[Cryptech-Commits] [core/pkey/ed25519] 03/08: Updated testbench.

git at cryptech.is git at cryptech.is
Fri Nov 9 15:56:40 UTC 2018


This is an automated email from the git hooks/post-receive script.

meisterpaul1 at yandex.ru pushed a commit to branch master
in repository core/pkey/ed25519.

commit ed66db06547055192dba5de618d16ddca543ae82
Author: Pavel V. Shatov (Meister) <meisterpaul1 at yandex.ru>
AuthorDate: Fri Nov 9 17:59:54 2018 +0300

    Updated testbench.
---
 bench/tb_modular_multiplier.v | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bench/tb_modular_multiplier.v b/bench/tb_modular_multiplier.v
index 46e8790..8a29088 100644
--- a/bench/tb_modular_multiplier.v
+++ b/bench/tb_modular_multiplier.v
@@ -125,7 +125,7 @@ module tb_modular_multiplier;
         //
         // UUT
         //
-    ed25519_modular_multiplier uut
+    curve25519_modular_multiplier uut
     (
         .clk        (clk),
         .rst_n      (rst_n),



More information about the Commits mailing list