##// END OF EJS Templates
LFR-EM and MINI-LFR x.1.64
LFR-EM and MINI-LFR x.1.64

File last commit:

r543:cacd7252f42c JC
r550:8c147122ecd4 (MINI-LFR) WFP_MS-0-1-64 (LFR-EM) WFP_MS_1-1-64 JC
Show More
script_run.sh
10 lines | 161 B | application/x-sh | BashLexer
#!/bin/sh
for FILE_NAME in "$@"
do
vsim -c -do "run_nowindow.do" -goutput_file_name=$FILE_NAME".FFT_output" -ginput_file_name=$FILE_NAME
done