Skip to content

Commit 08cdb1d

Browse files
committed
Make axi the default configuration
Signed-off-by: Jan Malek <[email protected]>
1 parent 04d7b4d commit 08cdb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ endif
5353
# I3C configuration
5454
#
5555
CFG_FILE ?= $(I3C_ROOT_DIR)/i3c_core_configs.yaml## Path: YAML file holding configuration of the I3C RTL
56-
CFG_NAME ?= ahb## Valid configuration name from the YAML configuration file
56+
CFG_NAME ?= axi## Valid configuration name from the YAML configuration file
5757
CFG_GEN = $(TOOL_DIR)/i3c_config/i3c_core_config.py
5858

5959
config: config-rtl config-rdl ## Generate RDL and RTL configuration files

0 commit comments

Comments
 (0)