blob: 2439e8b403c49a7a42e6d095a42e13195505f93e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# Copyright 2018 Ettus Research, a National Instruments Company
#
# SPDX-License-Identifier: LGPL-3.0-or-later
#
##################################################
# DB COMMON Sources
##################################################
DB_COMMON_SRCS = $(abspath $(addprefix $(BASE_DIR)/n3xx/dboards/common/, \
PkgRegs.vhd \
sync/CrossTrigger.vhd \
sync/Pulser.vhd \
sync/TdcTop.vhd \
sync/TdcWrapper.vhd \
sync/TdcCore.edf \
sync/SyncRegsIfc.edf \
))
|