diff options
author | Joachim StroĢmbergson <joachim@secworks.se> | 2018-09-18 14:02:07 +0200 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@secworks.se> | 2018-09-18 14:02:07 +0200 |
commit | 77fb7c4d456d71c08eeb09f62d0d544c7693ab6b (patch) | |
tree | 00412b430c3d0a9238d969343f18136cc896aa1d /src/tb | |
parent | 965a2d4c023bc00c3e37f39953c3137d8679bb86 (diff) |
Removed unneeded directives.
Diffstat (limited to 'src/tb')
-rw-r--r-- | src/tb/tb_mkmif.v | 5 | ||||
-rw-r--r-- | src/tb/tb_mkmif_core.v | 5 | ||||
-rw-r--r-- | src/tb/tb_mkmif_spi.v | 5 |
3 files changed, 0 insertions, 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(); //---------------------------------------------------------------- |