diff options
author | Wade Fife <wade.fife@ettus.com> | 2022-03-21 16:27:07 -0500 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2022-03-23 08:55:36 -0500 |
commit | febf339e0df412e54cf43a204c280128d8ca1ec3 (patch) | |
tree | 8e1c8473a70f526f68b061fd886152a7aefa522b | |
parent | 6fb6a6bdf109b4d3eaa4247a38f736912d640d06 (diff) | |
download | uhd-febf339e0df412e54cf43a204c280128d8ca1ec3.tar.gz uhd-febf339e0df412e54cf43a204c280128d8ca1ec3.tar.bz2 uhd-febf339e0df412e54cf43a204c280128d8ca1ec3.zip |
fpga: e31x: Fix DRAM traffic gen IP name
Change name in DRAM IP Makefile from IP_MIG_7SERIES_TG_SRCS to
IP_DDR3_16BIT_TG_SRCS to match the naming of other variables.
-rw-r--r-- | fpga/usrp3/top/e31x/ip/ddr3_16bit/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp3/top/e31x/ip/ddr3_16bit/Makefile.inc b/fpga/usrp3/top/e31x/ip/ddr3_16bit/Makefile.inc index 66187c699..b3141e177 100644 --- a/fpga/usrp3/top/e31x/ip/ddr3_16bit/Makefile.inc +++ b/fpga/usrp3/top/e31x/ip/ddr3_16bit/Makefile.inc @@ -12,7 +12,7 @@ ddr3_16bit/user_design/rtl/ddr3_16bit.v \ ddr3_16bit/user_design/rtl/ddr3_16bit_mig.v \ ) -IP_MIG_7SERIES_TG_SRCS = $(addprefix $(IP_BUILD_DIR)/ddr3_16bit/, \ +IP_DDR3_16BIT_TG_SRCS = $(addprefix $(IP_BUILD_DIR)/ddr3_16bit/, \ ddr3_16bit/example_design/rtl/example_top.v \ ddr3_16bit/example_design/rtl/traffic_gen/mig_7series_v4_2_axi4_tg.v \ ddr3_16bit/example_design/rtl/traffic_gen/mig_7series_v4_2_axi4_wrapper.v \ |