axi_adrv9001/intel: Add dummy parameter IODELAY_ENABLE in adrv9001_rx
- Issue introduced by commit 173f4a83d4
- When IODELAY_ENABLE was inserted in axi_adrv9001_if for adrv9001_rx (Xilinx instance),
for Intel instance (intel/adrv9001_rx.v) was omitted and caused a build error for
adrv9001/a10soc
Signed-off-by: Iulia Moldovan <Iulia.Moldovan@analog.com>
main
parent
4c1f68b119
commit
a88215abc1
|
@ -1,6 +1,6 @@
|
||||||
// ***************************************************************************
|
// ***************************************************************************
|
||||||
// ***************************************************************************
|
// ***************************************************************************
|
||||||
// Copyright 2014 - 2020 (c) Analog Devices, Inc. All rights reserved.
|
// Copyright 2014 - 2023 (c) Analog Devices, Inc. All rights reserved.
|
||||||
//
|
//
|
||||||
// In this HDL repository, there are many different and unique modules, consisting
|
// In this HDL repository, there are many different and unique modules, consisting
|
||||||
// of various HDL (Verilog or VHDL) components. The individual modules are
|
// of various HDL (Verilog or VHDL) components. The individual modules are
|
||||||
|
@ -40,6 +40,7 @@ module adrv9001_rx #(
|
||||||
parameter FPGA_TECHNOLOGY = 0,
|
parameter FPGA_TECHNOLOGY = 0,
|
||||||
parameter NUM_LANES = 3,
|
parameter NUM_LANES = 3,
|
||||||
parameter DRP_WIDTH = 5,
|
parameter DRP_WIDTH = 5,
|
||||||
|
parameter IODELAY_ENABLE = 0,
|
||||||
parameter IODELAY_CTRL = 0,
|
parameter IODELAY_CTRL = 0,
|
||||||
parameter USE_BUFG = 0,
|
parameter USE_BUFG = 0,
|
||||||
parameter IO_DELAY_GROUP = "dev_if_delay_group"
|
parameter IO_DELAY_GROUP = "dev_if_delay_group"
|
||||||
|
|
Loading…
Reference in New Issue