Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
2854baa3881e8dfdc7ef53e888a83e8a4f3ef33c
/
.
/
vtr_flow
/
tasks
/
run_all.sh
blob: 99941cb8fca1e18ca9c0fe213a4262ec7c1115ac [
file
] [
log
] [
blame
]
# find all tasks with a config
tasks
=
$
(
find
.
-
name
"regression_titan*"
-
prune
-
o
-
name
"config"
-
print
)
for
task
in
$tasks
do
striped
=
"${task%/config}"
striped
=
"${striped#./}"
~/
vtr
/
vtr_flow
/
scripts
/
run_vtr_task
.
pl $striped
done