diff options
Diffstat (limited to 'rtl')
-rw-r--r-- | rtl/ed25519_core_top.v | 2 | ||||
-rw-r--r-- | rtl/ed25519_operand_bank.v | 2 |
2 files changed, 0 insertions, 4 deletions
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, |