mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-14 06:42:54 +08:00
11 lines
344 B
Batchfile
11 lines
344 B
Batchfile
@echo off
|
|
rem ------------------------------------------------------------------------------
|
|
rem convert_sof_to_fbf.bat
|
|
rem Konstantin Pavlov, pavlovconst@gmail.com
|
|
rem ------------------------------------------------------------------------------
|
|
|
|
echo "Converting .SOF to .RBF"
|
|
quartus_cpf -c PRJ_NAME.sof PRJ_NAME.rbf
|
|
pause
|
|
exit
|