Skip to content

Commit d6ba2df

Browse files
committed
Fix instances of sim preamble
1 parent d40db57 commit d6ba2df

File tree

37 files changed

+38
-38
lines changed

37 files changed

+38
-38
lines changed

fpga/docs/usrp3/sim/writing_sim_makefile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ template for your RFNoC block.
2323
$(error "UHD_FPGA_DIR is not set! Must point to UHD FPGA repository!")
2424
endif
2525
BASE_DIR = $(UHD_FPGA_DIR)/usrp3/top
26-
# Include viv_sim_preample after defining BASE_DIR
26+
# Include viv_sim_preamble after defining BASE_DIR
2727
include $(BASE_DIR)/../tools/make/viv_sim_preamble.mak
2828

2929
#-------------------------------------------------
@@ -104,7 +104,7 @@ You will notice that the Makefile has 5 distinct sections.
104104
$(error "UHD_FPGA_DIR is not set! Must point to UHD FPGA repository!")
105105
endif
106106
BASE_DIR = $(UHD_FPGA_DIR)/usrp3/top
107-
# Include viv_sim_preample after defining BASE_DIR
107+
# Include viv_sim_preamble after defining BASE_DIR
108108
include $(BASE_DIR)/../tools/make/viv_sim_preamble.mak
109109

110110
Before declaring any variables or using any recipes, the following must be

fpga/usrp3/export/x300/radio/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Define BASE_DIR to point to the "top" dir
66
BASE_DIR = $(abspath ../../../top)
7-
# Include viv_sim_preample after defining BASE_DIR
7+
# Include viv_sim_preamble after defining BASE_DIR
88
include $(BASE_DIR)/../tools/make/viv_design_builder.mak
99

1010
#-------------------------------------------------

fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_addsub/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#-------------------------------------------------
1010
# Define BASE_DIR to point to the "top" dir.
1111
BASE_DIR = ../../../../top
12-
# Include viv_sim_preample after defining BASE_DIR
12+
# Include viv_sim_preamble after defining BASE_DIR
1313
include $(BASE_DIR)/../tools/make/viv_sim_preamble.mak
1414

1515
#-------------------------------------------------

fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_ddc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#-------------------------------------------------
1010
# Define BASE_DIR to point to the "top" dir.
1111
BASE_DIR = ../../../../top
12-
# Include viv_sim_preample after defining BASE_DIR
12+
# Include viv_sim_preamble after defining BASE_DIR
1313
include $(BASE_DIR)/../tools/make/viv_sim_preamble.mak
1414

1515
#-------------------------------------------------

fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_duc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#-------------------------------------------------
1010
# Define BASE_DIR to point to the "top" dir.
1111
BASE_DIR = ../../../../top
12-
# Include viv_sim_preample after defining BASE_DIR
12+
# Include viv_sim_preamble after defining BASE_DIR
1313
include $(BASE_DIR)/../tools/make/viv_sim_preamble.mak
1414

1515
#-------------------------------------------------

fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_keep_one_in_n/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Top-of-Makefile
99
#-------------------------------------------------
1010
BASE_DIR = $(abspath ../../../../top)
11-
# Include viv_sim_preample after defining BASE_DIR
11+
# Include viv_sim_preamble after defining BASE_DIR
1212
include $(BASE_DIR)/../tools/make/viv_sim_preamble.mak
1313

1414
#-------------------------------------------------

fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_license_check/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Define BASE_DIR to point to the "top" dir.
1111
BASE_DIR = ../../../../top
1212
LIB_DIR = ../../../../lib
13-
# Include viv_sim_preample after defining BASE_DIR
13+
# Include viv_sim_preamble after defining BASE_DIR
1414
include $(BASE_DIR)/../tools/make/viv_sim_preamble.mak
1515

1616
#-------------------------------------------------

fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_logpwr/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#-------------------------------------------------
1010
# Define BASE_DIR to point to the "top" dir.
1111
BASE_DIR = ../../../../top
12-
# Include viv_sim_preample after defining BASE_DIR
12+
# Include viv_sim_preamble after defining BASE_DIR
1313
include $(BASE_DIR)/../tools/make/viv_sim_preamble.mak
1414

1515
#-------------------------------------------------

fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_moving_avg/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Define BASE_DIR to point to the "top" dir. Note:
1111
# UHD_FPGA_DIR must be passed into this Makefile.
1212
BASE_DIR = ../../../../top
13-
# Include viv_sim_preample after defining BASE_DIR
13+
# Include viv_sim_preamble after defining BASE_DIR
1414
include $(BASE_DIR)/../tools/make/viv_sim_preamble.mak
1515

1616
#-------------------------------------------------

fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_radio/rx_frontend_gen3_tb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#-------------------------------------------------
1010
# Define BASE_DIR to point to the "top" dir.
1111
BASE_DIR = $(abspath ../../../../../top)
12-
# Include viv_sim_preample after defining BASE_DIR
12+
# Include viv_sim_preamble after defining BASE_DIR
1313
include $(BASE_DIR)/../tools/make/viv_sim_preamble.mak
1414

1515
#-------------------------------------------------

0 commit comments

Comments
 (0)