diff options
author | Pavel V. Shatov (Meister) <meisterpaul1@yandex.ru> | 2018-12-19 15:43:34 +0300 |
---|---|---|
committer | Pavel V. Shatov (Meister) <meisterpaul1@yandex.ru> | 2018-12-19 15:43:34 +0300 |
commit | b6f5d96cd730f243f76115e972faf295346bdc06 (patch) | |
tree | f974b9848d5e8d6babdc4942a765080c5a401196 | |
parent | e125020d698d5fe69f7820cf0d0731c82afef7a0 (diff) |
-rw-r--r-- | bench/tb_base_point_multiplier.v | 4 | ||||
-rw-r--r-- | bench/tb_modular_multiplier.v | 4 | ||||
-rw-r--r-- | rtl/ed25519_core_top.v | 2 | ||||
-rw-r--r-- | rtl/ed25519_operand_bank.v | 2 |
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, |