[Cryptech-Commits] [core/pkey/ed25519] branch master updated: Minor cleanup.

git at cryptech.is git at cryptech.is
Thu Dec 20 10:47:20 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.

The following commit(s) were added to refs/heads/master by this push:
     new b6f5d96  Minor cleanup.
b6f5d96 is described below

commit b6f5d96cd730f243f76115e972faf295346bdc06
Author: Pavel V. Shatov (Meister) <meisterpaul1 at yandex.ru>
AuthorDate: Wed Dec 19 15:43:34 2018 +0300

    Minor cleanup.
---
 bench/tb_base_point_multiplier.v | 4 ----
 bench/tb_modular_multiplier.v    | 4 ----
 rtl/ed25519_core_top.v           | 2 --
 rtl/ed25519_operand_bank.v       | 2 --
 4 files changed, 12 deletions(-)

diff --git a/bench/tb_base_point_multiplier.v b/bench/tb_base_point_multiplier.v
index 0f6bf15..6c1727b 100644
--- a/bench/tb_base_point_multiplier.v
+++ b/bench/tb_base_point_multiplier.v
@@ -36,10 +36,6 @@
 //
 //------------------------------------------------------------------------------
 
-//------------------------------------------------------------------------------
-`timescale 1ns / 1ps
-//------------------------------------------------------------------------------
-
 module tb_base_point_multiplier;
 
 
diff --git a/bench/tb_modular_multiplier.v b/bench/tb_modular_multiplier.v
index 8a29088..77a04c9 100644
--- a/bench/tb_modular_multiplier.v
+++ b/bench/tb_modular_multiplier.v
@@ -36,10 +36,6 @@
 //
 //------------------------------------------------------------------------------
 
-//------------------------------------------------------------------------------
-`timescale 1ns / 1ps
-//------------------------------------------------------------------------------
-
 module tb_modular_multiplier;
 
 
diff --git a/rtl/ed25519_core_top.v b/rtl/ed25519_core_top.v
index 6bd1c41..90231e6 100644
--- a/rtl/ed25519_core_top.v
+++ b/rtl/ed25519_core_top.v
@@ -30,8 +30,6 @@
 //
 //======================================================================
 
-`timescale 1ns / 1ps
-
 module ed25519_core_top
 (
     input    wire        clk,
diff --git a/rtl/ed25519_operand_bank.v b/rtl/ed25519_operand_bank.v
index 21ebbfc..c380ca5 100644
--- a/rtl/ed25519_operand_bank.v
+++ b/rtl/ed25519_operand_bank.v
@@ -30,8 +30,6 @@
 //
 //======================================================================
 
-`timescale 1ns / 1ps
-
 module ed25519_operand_bank
 (
     input               clk,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list