mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-28 07:02:55 +08:00
Added scripts
This commit is contained in:
parent
3d0bb13dda
commit
2543bcd567
18
scripts/compile_flow_quartus.bat
Normal file
18
scripts/compile_flow_quartus.bat
Normal file
@ -0,0 +1,18 @@
|
||||
@echo off
|
||||
rem ----------------------------------------------------------------------------
|
||||
rem compile_flow_quartus.bat
|
||||
rem Konstantin Pavlov, pavlovconst@gmail.com
|
||||
rem ----------------------------------------------------------------------------
|
||||
|
||||
rem The simplest way to compile Quartus project from commandline
|
||||
|
||||
|
||||
for /R %%f in (*.qpf) do (
|
||||
echo "Project name is %%~nf"
|
||||
|
||||
quartus_sh --flow compile %%~nf
|
||||
)
|
||||
echo "DONE!"
|
||||
|
||||
pause
|
||||
exit
|
11
scripts/convert_sof_to_jic.bat
Normal file
11
scripts/convert_sof_to_jic.bat
Normal file
@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
rem ----------------------------------------------------------------------------
|
||||
rem convert_sof_to_jic.bat
|
||||
rem Konstantin Pavlov, pavlovconst@gmail.com
|
||||
rem ----------------------------------------------------------------------------
|
||||
|
||||
|
||||
echo "onverting .SOF to .JIC"
|
||||
del /s /q .\out\SYNC_MM_PG_prj_128.jic
|
||||
quartus_cpf -c -d EPCQ128 -s 5CGXFC4C7 .\out\PRJ_NAME.sof .\out\PRJ_NAME_128.jic
|
||||
|
Loading…
x
Reference in New Issue
Block a user