mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-10 05:00:52 +00:00
support file locations containing spaces
This commit is contained in:
parent
6c65ca4e50
commit
f4a1906721
6 changed files with 19 additions and 18 deletions
|
@ -17,7 +17,7 @@ generate_target() {
|
|||
generate_ys_test() {
|
||||
ys_file=$1
|
||||
yosys_args=${2:-}
|
||||
generate_target "$ys_file" "$YOSYS_BASEDIR/yosys -ql ${ys_file%.*}.log $yosys_args $ys_file"
|
||||
generate_target "$ys_file" "\"$YOSYS_BASEDIR/yosys\" -ql ${ys_file%.*}.log $yosys_args $ys_file"
|
||||
}
|
||||
|
||||
# $ generate_bash_test bash_file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue