Skip to content

Commit 1498093

Browse files
committed
m2k: Restructure hdl
Delete subfolders Move all files in root folder Cosmetic changes & comments Remove unused PS clock Signed-off-by: AndreiGrozav <[email protected]> Signed-off-by: Stanca Pop <[email protected]>
1 parent 3da819a commit 1498093

File tree

8 files changed

+214
-249
lines changed

8 files changed

+214
-249
lines changed

Diff for: projects/m2k/Makefile

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
####################################################################################
2-
## Copyright (c) 2018 - 2023 Analog Devices, Inc.
2+
## Copyright (c) 2018-2023, 2025 Analog Devices, Inc.
33
### SPDX short identifier: BSD-1-Clause
44
## Auto-generated, do not modify!
55
####################################################################################
66

7-
include ../scripts/project-toplevel.mk
7+
PROJECT_NAME := m2k
8+
9+
M_DEPS += m2k_spi.v
10+
M_DEPS += system_bd.tcl
11+
M_DEPS += ../../library/common/ad_iobuf.v
12+
13+
LIB_DEPS += axi_ad9963
14+
LIB_DEPS += axi_adc_decimate
15+
LIB_DEPS += axi_adc_trigger
16+
LIB_DEPS += axi_dac_interpolate
17+
LIB_DEPS += axi_dmac
18+
LIB_DEPS += axi_logic_analyzer
19+
LIB_DEPS += axi_rd_wr_combiner
20+
LIB_DEPS += util_var_fifo
21+
22+
include ../scripts/project-xilinx.mk

Diff for: projects/m2k/common/m2k_spi.v renamed to projects/m2k/m2k_spi.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ***************************************************************************
22
// ***************************************************************************
3-
// Copyright (C) 2017-2023 Analog Devices, Inc. All rights reserved.
3+
// Copyright (C) 2017-2025 Analog Devices, Inc. All rights reserved.
44
//
55
// In this HDL repository, there are many different and unique modules, consisting
66
// of various HDL (Verilog or VHDL) components. The individual modules are

Diff for: projects/m2k/standalone/Makefile

-22
This file was deleted.

Diff for: projects/m2k/standalone/system_bd.tcl

-172
This file was deleted.

0 commit comments

Comments
 (0)