summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bench/tb_base_point_multiplier.v4
-rw-r--r--bench/tb_modular_multiplier.v4
-rw-r--r--rtl/ed25519_core_top.v2
-rw-r--r--rtl/ed25519_operand_bank.v2
4 files changed, 0 insertions, 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,