Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: analogdevicesinc/hdl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fbb381a24f5536586ec3db92b0987d2589fabc09
Choose a base ref
..
head repository: analogdevicesinc/hdl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10da3e748d81367733f9527ccdc0c9faa22ac5a1
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 library/spi_engine/interfaces/Makefile
6 changes: 3 additions & 3 deletions library/spi_engine/interfaces/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
####################################################################################
####################################################################################
## Copyright (c) 2024 Analog Devices, Inc.
## Copyright (c) 2018 - 2024 Analog Devices, Inc.
### SPDX short identifier: BSD-1-Clause
## Auto-generated, do not modify!
####################################################################################
@@ -12,8 +12,8 @@ M_DEPS += ../../scripts/adi_ip_xilinx.tcl

M_VIVADO := vivado -mode batch -source

XML_FLIST := spi_master.xml
XML_FLIST += spi_master_rtl.xml
XML_FLIST := spi_engine.xml
XML_FLIST += spi_engine_rtl.xml
XML_FLIST += spi_engine_ctrl.xml
XML_FLIST += spi_engine_ctrl_rtl.xml
XML_FLIST += spi_engine_offload_ctrl.xml