From 9dc9fd4ea3cf9683362a82f5e4fcf37416846e2e Mon Sep 17 00:00:00 2001 From: Tim Hutt Date: Fri, 30 Aug 2024 22:24:07 +0100 Subject: [PATCH] Fix spacing in Makefile Group xlen/flen/vlen together. Co-authored-by: Alexander Richardson Signed-off-by: Tim Hutt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 521072bdb..fd94513ec 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ else ifeq ($(ARCH),RV64) else $(error '$(ARCH)' is not a valid architecture, must be one of: RV32, RV64) endif -SAIL_XLEN += riscv_xlen.sail +SAIL_XLEN += riscv_xlen.sail SAIL_FLEN := riscv_flen_D.sail SAIL_VLEN := riscv_vlen.sail