Skip to content

Commit

Permalink
Fix spacing in Makefile
Browse files Browse the repository at this point in the history
Group xlen/flen/vlen together.

Co-authored-by: Alexander Richardson <mail@alexrichardson.me>
Signed-off-by: Tim Hutt <tdhutt@gmail.com>
  • Loading branch information
Timmmm and arichardson authored Aug 30, 2024
1 parent 707a202 commit 9dc9fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9dc9fd4

Please sign in to comment.