library: Add `timescale to modules that are missing it

main
Adrian Costina 2019-05-13 10:42:27 +01:00
parent f45408d6a9
commit 168e1951ee
4 changed files with 7 additions and 0 deletions

View File

@ -33,6 +33,8 @@
// ***************************************************************************
// ***************************************************************************
`timescale 1ns/100ps
module adi_jesd204_glue (
input in_pll_powerdown,
output out_pll_powerdown,

View File

@ -33,6 +33,8 @@
// ***************************************************************************
// ***************************************************************************
`timescale 1ns/100ps
reg clk = 1'b0;
reg [3:0] reset_shift = 4'b1111;
reg trigger_reset = 1'b0;

View File

@ -42,6 +42,7 @@
// is copyright © 2016-2017, Analog Devices, Inc.
//
`timescale 1ns/100ps
reg clk = 1'b0;
reg [3:0] reset_shift = 4'b1111;

View File

@ -33,6 +33,8 @@
// ***************************************************************************
// ***************************************************************************
`timescale 1ns/100ps
reg clk = 1'b1;
reg [3:0] reset_shift = 4'b1111;
reg trigger_reset = 1'b0;