Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
0a8dcf10219ceecb9d0b3e304cd0e987faea9c17
/
.
/
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