URL
https://opencores.org/ocsvn/amber/amber/trunk
Subversion Repositories amber
Compare Revisions
- This comparison shows the changes necessary to convert path
/amber/trunk/hw/tools
- from Rev 40 to Rev 36
- ↔ Reverse comparison
Rev 40 → Rev 36
/run.sh
149,18 → 149,10
#-------------------------------------------------------- |
|
if [ $SET_G == 1 ]; then |
if [ $SET_5 == 1 ]; then |
RUN_OPTIONS="-do cmd_a25.do" |
else |
RUN_OPTIONS="-do cmd_a23.do" |
fi |
RUN_OPTIONS="-do cmd.do" |
else |
if [ $SET_L == 1 ]; then |
if [ $SET_5 == 1 ]; then |
RUN_OPTIONS="${RUN_OPTIONS} -c -do run_log_a25.do" |
else |
RUN_OPTIONS="${RUN_OPTIONS} -c -do run_log_a23.do" |
fi |
RUN_OPTIONS="${RUN_OPTIONS} -c -do run-log.do" |
else |
RUN_OPTIONS="${RUN_OPTIONS} -c -do run.do" |
fi |