1
0
mirror of https://github.com/pConst/basic_verilog.git synced 2025-01-28 07:02:55 +08:00
basic_verilog/scripts/convert_sof_to_rbf.bat

11 lines
344 B
Batchfile
Raw Normal View History

@echo off
rem ------------------------------------------------------------------------------
rem convert_sof_to_fbf.bat
rem Konstantin Pavlov, pavlovconst@gmail.com
rem ------------------------------------------------------------------------------
echo "Converting .SOF to .RBF"
2019-03-30 18:16:28 +03:00
quartus_cpf -c PRJ_NAME.sof PRJ_NAME.rbf
pause
2019-03-30 18:16:28 +03:00
exit