Skip to content

Commit

Permalink
correct yaml file name typo in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed Oct 16, 2024
1 parent aed076e commit f31b06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verify/uvm-python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else ifeq ($(BUS_TYPE),WISHBONE)
endif
SKIP_SYNTHESIS = 1
# RTL_MACROS ?= "-DSKIP_WAVE_DUMP"
YAML_FILE = $(PWD)/../../EF_SRAM_1024X32.yaml # TODO: update yaml file path
YAML_FILE = $(PWD)/../../EF_SRAM_1024x32.yaml # TODO: update yaml file path
MAKEFLAGS += --no-print-directory

# List of tests
Expand Down

0 comments on commit f31b06c

Please sign in to comment.