[Cryptech-Commits] [user/js/mkmif] branch master updated: Removed unneeded directives.
git at cryptech.is
git at cryptech.is
Tue Sep 18 12:02:16 UTC 2018
This is an automated email from the git hooks/post-receive script.
joachim at secworks.se pushed a commit to branch master
in repository user/js/mkmif.
The following commit(s) were added to refs/heads/master by this push:
new 77fb7c4 Removed unneeded directives.
77fb7c4 is described below
commit 77fb7c4d456d71c08eeb09f62d0d544c7693ab6b
Author: Joachim Strömbergson <joachim at secworks.se>
AuthorDate: Tue Sep 18 14:02:07 2018 +0200
Removed unneeded directives.
---
src/tb/tb_mkmif.v | 5 -----
src/tb/tb_mkmif_core.v | 5 -----
src/tb/tb_mkmif_spi.v | 5 -----
3 files changed, 15 deletions(-)
diff --git a/src/tb/tb_mkmif.v b/src/tb/tb_mkmif.v
index 4142574..2aee0d7 100644
--- a/src/tb/tb_mkmif.v
+++ b/src/tb/tb_mkmif.v
@@ -36,11 +36,6 @@
//
//======================================================================
-//------------------------------------------------------------------
-// Compiler directives.
-//------------------------------------------------------------------
-`timescale 1ns/100ps
-
module tb_mkmif();
//----------------------------------------------------------------
diff --git a/src/tb/tb_mkmif_core.v b/src/tb/tb_mkmif_core.v
index 48042f4..766bc12 100644
--- a/src/tb/tb_mkmif_core.v
+++ b/src/tb/tb_mkmif_core.v
@@ -36,11 +36,6 @@
//
//======================================================================
-//------------------------------------------------------------------
-// Compiler directives.
-//------------------------------------------------------------------
-`timescale 1ns/100ps
-
module tb_mkmif_core();
//----------------------------------------------------------------
diff --git a/src/tb/tb_mkmif_spi.v b/src/tb/tb_mkmif_spi.v
index 763defe..1aee36e 100644
--- a/src/tb/tb_mkmif_spi.v
+++ b/src/tb/tb_mkmif_spi.v
@@ -36,11 +36,6 @@
//
//======================================================================
-//------------------------------------------------------------------
-// Compiler directives.
-//------------------------------------------------------------------
-`timescale 1ns/100ps
-
module tb_mkmif_spi();
//----------------------------------------------------------------
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list