aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/tools
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/usrp3/tools')
-rw-r--r--fpga/usrp3/tools/make/viv_sim_preamble.mak9
1 files changed, 4 insertions, 5 deletions
diff --git a/fpga/usrp3/tools/make/viv_sim_preamble.mak b/fpga/usrp3/tools/make/viv_sim_preamble.mak
index 514b06a0a..f7dfd4503 100644
--- a/fpga/usrp3/tools/make/viv_sim_preamble.mak
+++ b/fpga/usrp3/tools/make/viv_sim_preamble.mak
@@ -12,13 +12,12 @@ SIM_RUNTIME_US = 1000000000
# Define part using PART_ID (<device>/<package>/<speedgrade>)
# and architecture (zynq, kintex7, or artix7)
-#
-# Most simulations are part agnostic, but the user can override
+#
+# Most simulations are part agnostic, but the user can override
# these if needed in the makefile in the simulation directory
#
-# TODO : Update to set from setupenv.sh
ARCH ?= kintex7
-PART_ID ?= xc7k410t/ffg900/-2
+PART_ID ?= xc7k410t/ffg900/-2
# Include makefiles and sources for the DUT and its dependencies
include $(BASE_DIR)/../lib/sim/Makefile.srcs
@@ -48,7 +47,7 @@ vars::
env
@echo "ARCH=$(ARCH)"
@echo "PART_ID=$(PART_ID)"
-
+
all:
$(error "all" or "<empty>" is not a valid target. Run make help for a list of supported targets.)