aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/sim/general/Makefile.srcs
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/usrp3/sim/general/Makefile.srcs')
-rw-r--r--fpga/usrp3/sim/general/Makefile.srcs13
1 files changed, 13 insertions, 0 deletions
diff --git a/fpga/usrp3/sim/general/Makefile.srcs b/fpga/usrp3/sim/general/Makefile.srcs
new file mode 100644
index 000000000..90ce1a028
--- /dev/null
+++ b/fpga/usrp3/sim/general/Makefile.srcs
@@ -0,0 +1,13 @@
+#
+# Copyright 2015 Ettus Research LLC
+#
+
+##################################################
+# General Simulation Libraries/Headers
+##################################################
+SIM_GENERAL_SRCS = $(abspath $(addprefix $(BASE_DIR)/../sim/general/, \
+sim_clks_rsts.vh \
+sim_exec_report.vh \
+sim_math.vh \
+sim_file_io.svh \
+))