Skip to content

Commit

Permalink
axi_dmac,axi_pwm_gen: add missing sync_event dep
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Marques <[email protected]>
  • Loading branch information
gastmaier committed Sep 25, 2023
1 parent f3195b4 commit 91d3d02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions library/axi_dmac/axi_dmac_ip.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ adi_ip_create axi_dmac
adi_ip_files axi_dmac [list \
"$ad_hdl_dir/library/common/ad_mem_asym.v" \
"$ad_hdl_dir/library/common/up_axi.v" \
"$ad_hdl_dir/library/util_cdc/sync_event.v" \
"inc_id.vh" \
"resp.vh" \
"axi_dmac_burst_memory.v" \
Expand Down
1 change: 1 addition & 0 deletions library/axi_pwm_gen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ XILINX_DEPS += axi_pwm_gen_ip.tcl
XILINX_LIB_DEPS += util_cdc

INTEL_DEPS += ../intel/common/up_rst_constr.sdc
INTEL_DEPS += ../util_cdc/sync_event.v
INTEL_DEPS += ../util_cdc/sync_bits.v
INTEL_DEPS += ../util_cdc/sync_data.v
INTEL_DEPS += axi_pwm_gen_constr.sdc
Expand Down
1 change: 1 addition & 0 deletions library/axi_pwm_gen/axi_pwm_gen_ip.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ adi_ip_files axi_pwm_gen [list \
"$ad_hdl_dir/library/common/ad_rst.v" \
"$ad_hdl_dir/library/common/up_axi.v" \
"$ad_hdl_dir/library/xilinx/common/ad_rst_constr.xdc" \
"$ad_hdl_dir/library/util_cdc/sync_event.v" \
"axi_pwm_gen_constr.ttcl" \
"axi_pwm_gen_regmap.v" \
"axi_pwm_gen_1.v" \
Expand Down

0 comments on commit 91d3d02

Please sign in to comment.