mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
896eb09ec3
commit
c5e57ce5d5
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ set -e
|
|||
# clear blackbox cache
|
||||
rm -f blackbox.*.cache
|
||||
|
||||
XLEN=${XLEN:=@XLEN@}
|
||||
|
||||
echo "Vortex Regression Test: XLEN=$XLEN"
|
||||
|
||||
split_file() {
|
||||
if [[ $# -ne 2 ]]; then
|
||||
echo "Usage: $0 <filename> <start_with>"
|
Loading…
Add table
Add a link
Reference in a new issue