refactoring fixes
This commit is contained in:
11
driver/tests/dogfood/Memcpy/hw/sim/setup_ase
Executable file
11
driver/tests/dogfood/Memcpy/hw/sim/setup_ase
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
##
|
||||
## Setup ASE environment using ../rtl/sources.txt.
|
||||
##
|
||||
|
||||
# Absolute path to this script
|
||||
SCRIPT=$(readlink -f "$0")
|
||||
SCRIPT_PATH=$(dirname "$SCRIPT")
|
||||
|
||||
afu_sim_setup --sources="${SCRIPT_PATH}/../rtl/sources.txt" $@
|
||||
Reference in New Issue
Block a user