Skip to content

Commit

Permalink
Add short identifier: .v
Browse files Browse the repository at this point in the history
Signed-off-by: Iulia Moldovan <[email protected]>
  • Loading branch information
IuliaCMoldovan committed Aug 16, 2023
1 parent 4ba26f9 commit 6036f71
Show file tree
Hide file tree
Showing 69 changed files with 207 additions and 69 deletions.
4 changes: 3 additions & 1 deletion library/common/tb/tb_base.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2020, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

reg clk = 1'b0;
reg [3:0] reset_shift = 4'b1111;
Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/axi_jesd204_common/jesd204_up_common.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/axi_jesd204_common/jesd204_up_sysref.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/axi_jesd204_rx/axi_jesd204_rx.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/axi_jesd204_rx/jesd204_up_ilas_mem.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/axi_jesd204_rx/jesd204_up_rx.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/axi_jesd204_rx/jesd204_up_rx_lane.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/axi_jesd204_tx/axi_jesd204_tx.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/axi_jesd204_tx/jesd204_up_tx.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_common/jesd204_crc12.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_common/jesd204_eof_generator.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_common/jesd204_frame_align_replace.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

// Limitations:
// DATA_PATH_WIDTH = 4, 8
Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_common/jesd204_frame_mark.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

// Limitations:
// for DATA_PATH_WIDTH = 4, 8
Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_common/jesd204_lmfc.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_common/jesd204_scrambler.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_common/jesd204_scrambler_64b.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_common/pipeline_stage.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_common/sync_header_align.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2021, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_rx/align_mux.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_rx/elastic_buffer.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_rx/error_monitor.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_rx/jesd204_ilas_monitor.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_rx/jesd204_lane_latency_monitor.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_rx/jesd204_rx.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_rx/jesd204_rx_cgs.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_rx/jesd204_rx_ctrl.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_rx/jesd204_rx_ctrl_64b.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2020, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_rx/jesd204_rx_frame_align.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_rx/jesd204_rx_header.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_rx/jesd204_rx_lane.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_rx/jesd204_rx_lane_64b.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2020, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_soft_pcs_rx/jesd204_8b10b_decoder.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_soft_pcs_rx/jesd204_pattern_align.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_soft_pcs_rx/jesd204_soft_pcs_rx.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
4 changes: 3 additions & 1 deletion library/jesd204/jesd204_soft_pcs_tx/jesd204_8b10b_encoder.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2016, 2022 Analog Devices, Inc. All rights reserved.
//
// SPDX short identifier: ADIJESD204
// ***************************************************************************
// ***************************************************************************

`timescale 1ns/100ps

Expand Down
Loading

0 comments on commit 6036f71

Please sign in to comment.