File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 4444 if [ ! -z " $( basename $binfile | grep verilator) " ]; then
4545 cat >> $binfile << EOT
4646export VERILATOR_ROOT="\$ release_topdir_abs/share/verilator"
47+ EOT
48+ fi
49+ if [ ! -z " $( basename $binfile | grep surfer) " ]; then
50+ cat >> $binfile << EOT
51+ exec "\$ release_topdir_abs"/libexec/$( basename $binfile ) "\$ @"
4752EOT
4853 fi
4954 if [ ! -z " $( basename $binfile | grep openFPGALoader) " ]; then
Original file line number Diff line number Diff line change 9191 cat >> $binfile << EOT
9292export TCL_LIBRARY="\$ release_topdir_abs/lib/tcl8.6"
9393export TK_LIBRARY="\$ release_topdir_abs/lib/tk8.6"
94+ EOT
95+ fi
96+ if [ ! -z " $( basename $binfile | grep verilator) " ]; then
97+ cat >> $binfile << EOT
98+ export VERILATOR_ROOT="\$ release_topdir_abs/share/verilator"
99+ EOT
100+ fi
101+ if [ ! -z " $( basename $binfile | grep surfer) " ]; then
102+ cat >> $binfile << EOT
103+ exec "\$ release_topdir_abs"/libexec/$( basename $binfile ) "\$ @"
94104EOT
95105 fi
96106 if [ ! -z " $( lddtree -l libexec/$( basename $binfile ) | grep Qt5) " ]; then
You can’t perform that action at this time.
0 commit comments