mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
fixed minor typo
This commit is contained in:
parent
c265ff97b8
commit
df8355ac76
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ rm -f blackbox.*.cache
|
|||
|
||||
XLEN=${XLEN:=@XLEN@}
|
||||
|
||||
XSIZE=$(XLEN/8)
|
||||
XSIZE=$((XLEN / 8))
|
||||
|
||||
echo "Vortex Regression Test: XLEN=$XLEN"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue