Skip to content

Commit e0a34eb

Browse files
committed
library: jesd204: Add missing .v dependencies
Signed-off-by: Bogdan Luncan <[email protected]>
1 parent 6bba191 commit e0a34eb

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

library/jesd204/jesd204_rx/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ LIBRARY_NAME := jesd204_rx
88

99
GENERIC_DEPS += ../../common/ad_pack.v
1010
GENERIC_DEPS += ../../common/ad_upack.v
11+
GENERIC_DEPS += ../../common/ad_mem_dist.v
1112
GENERIC_DEPS += align_mux.v
1213
GENERIC_DEPS += elastic_buffer.v
1314
GENERIC_DEPS += jesd204_ilas_monitor.v
@@ -18,6 +19,9 @@ GENERIC_DEPS += jesd204_rx_ctrl.v
1819
GENERIC_DEPS += jesd204_rx_frame_align.v
1920
GENERIC_DEPS += jesd204_rx_lane.v
2021
GENERIC_DEPS += ../jesd204_common/jesd204_crc12.v
22+
GENERIC_DEPS += ../jesd204_common/lfsr_input.sv
23+
GENERIC_DEPS += jesd204_rx_fec_lfsr.sv
24+
GENERIC_DEPS += jesd204_fec_decode.sv
2125
GENERIC_DEPS += error_monitor.v
2226

2327
XILINX_DEPS += bd/bd.tcl

library/jesd204/jesd204_rx/jesd204_rx_ip.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,14 @@ adi_ip_files jesd204_rx [list \
2525
"jesd204_rx_constr.ttcl" \
2626
"jesd204_rx_ooc.ttcl" \
2727
"jesd204_rx.v" \
28+
"jesd204_fec_decode.sv" \
29+
"jesd204_rx_fec_lfsr.sv" \
30+
"../jesd204_common/lfsr_input.sv" \
2831
"jesd204_rx.xdc" \
2932
"../../common/ad_pack.v" \
3033
"../../common/ad_upack.v" \
3134
"../../common/util_pipeline_stage.v" \
35+
"../../common/ad_mem_dist.v" \
3236
"bd/bd.tcl"
3337
]
3438

library/jesd204/jesd204_tx/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ LIBRARY_NAME := jesd204_tx
88

99
GENERIC_DEPS += ../../common/ad_pack.v
1010
GENERIC_DEPS += ../../common/ad_upack.v
11+
GENERIC_DEPS += ../../common/ad_mem_dist.v
1112
GENERIC_DEPS += jesd204_tx.v
1213
GENERIC_DEPS += jesd204_tx_ctrl.v
1314
GENERIC_DEPS += jesd204_tx_gearbox.v
1415
GENERIC_DEPS += jesd204_tx_lane.v
16+
GENERIC_DEPS += jesd204_fec_encode.sv
17+
GENERIC_DEPS += ../jesd204_common/lfsr_input.sv
1518

1619
XILINX_DEPS += bd/bd.tcl
1720
XILINX_DEPS += jesd204_tx_constr.ttcl

library/jesd204/jesd204_tx/jesd204_tx_ip.tcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@ adi_ip_files jesd204_tx [list \
1515
"jesd204_tx_header.v" \
1616
"jesd204_tx_gearbox.v" \
1717
"jesd204_tx_ctrl.v" \
18+
"jesd204_fec_encode.sv" \
19+
"../jesd204_common/lfsr_input.sv" \
1820
"jesd204_tx_constr.ttcl" \
1921
"jesd204_tx_ooc.ttcl" \
2022
"jesd204_tx.xdc" \
2123
"../../common/ad_pack.v" \
2224
"../../common/ad_upack.v" \
2325
"../../common/util_pipeline_stage.v" \
26+
"../../common/ad_mem_dist.v" \
2427
"jesd204_tx.v" \
2528
"bd/bd.tcl"
2629
]

0 commit comments

Comments
 (0)