summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorPavel V. Shatov (Meister) <meisterpaul1@yandex.ru>2018-12-19 15:43:34 +0300
committerPavel V. Shatov (Meister) <meisterpaul1@yandex.ru>2018-12-19 15:43:34 +0300
commitb6f5d96cd730f243f76115e972faf295346bdc06 (patch)
treef974b9848d5e8d6babdc4942a765080c5a401196 /bench
parente125020d698d5fe69f7820cf0d0731c82afef7a0 (diff)
Minor cleanup.HEADmaster
Diffstat (limited to 'bench')
-rw-r--r--bench/tb_base_point_multiplier.v4
-rw-r--r--bench/tb_modular_multiplier.v4
2 files changed, 0 insertions, 8 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;