##// END OF EJS Templates
Issue JIRA : RPWMEB-467...
Issue JIRA : RPWMEB-467 cnv falling edge must launch the adc data read sequence

File last commit:

r543:cacd7252f42c JC
r616:81bdd2b4261c simu_with_Leon3
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