Skip to content

Commit

Permalink
[config] Adjust default VLEN values for 2, 8, 16 lanes
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Oct 14, 2022
1 parent 77fa887 commit e9804c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/16_lanes.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ nr_lanes ?= 16

# Length of each vector register (in bits)
# Constraints: VLEN > 128
vlen ?= 4096
vlen ?= 16384
2 changes: 1 addition & 1 deletion config/2_lanes.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ nr_lanes ?= 2

# Length of each vector register (in bits)
# Constraints: VLEN > 128
vlen ?= 4096
vlen ?= 2048
2 changes: 1 addition & 1 deletion config/8_lanes.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ nr_lanes ?= 8

# Length of each vector register (in bits)
# Constraints: VLEN > 128
vlen ?= 4096
vlen ?= 8192

0 comments on commit e9804c0

Please sign in to comment.