Skip to content
Snippets Groups Projects
Commit 31ccaa39 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Moved location of former 'temp_options_file' to the user's home dir (also a

 hidden file now: '.run_rbf_temp_options_file').
parent fe697c9f
No related branches found
No related tags found
No related merge requests found
...@@ -106,11 +106,11 @@ if [ ! -f "${sof_file}" ]; then ...@@ -106,11 +106,11 @@ if [ ! -f "${sof_file}" ]; then
exit 1 exit 1
fi fi
echo "Bitstream_compression=on" > /tmp/temp_options_file echo "Bitstream_compression=on" > ${HOME}/.run_rbf_temp_options_file
unb_info $0 "Converting ${quartusdir}/${project_rev}.sof to compressed Raw Binary File" unb_info $0 "Converting ${quartusdir}/${project_rev}.sof to compressed Raw Binary File"
unb_exec $0 quartus_cpf -c --option=/tmp/temp_options_file ${quartusdir}/${project_rev}.sof ${quartusdir}/${project_rev}.rbf unb_exec $0 quartus_cpf -c --option=${HOME}/.run_rbf_temp_options_file ${quartusdir}/${project_rev}.sof ${quartusdir}/${project_rev}.rbf
unb_info $0 "Done" unb_info $0 "Done"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment