]> git.sesse.net Git - pistorm/commitdiff
Make rtl/make.bat not anger people unnecessarily
authorbeeanyew <beeanyew@gmail.com>
Thu, 13 May 2021 07:27:36 +0000 (09:27 +0200)
committerbeeanyew <beeanyew@gmail.com>
Thu, 13 May 2021 07:27:36 +0000 (09:27 +0200)
rtl/make.bat

index 40da913542c3352cafab37592ed1f9904648c3ad..7a9b9ac657030c4db4710880b8bdb42a9ce232a4 100644 (file)
@@ -7,7 +7,7 @@ if %errorlevel% neq 0 GOTO ERRORCOMPILE
 %quartus_bin_path%\quartus_cpf -c -q 100KHz -g 3.3 -n p output_files\pistorm.pof bitstream.svf
 if %errorlevel% neq 0 GOTO ERRORSVF
 
-echo y | pscp -l pi -pw raspberry -P 22 bitstream.svf %piaddress%:./pistorm/bitstream.svf
+echo y | pscp -l pi -pw raspberry -P 22 bitstream.svf %piaddress%:./pistorm/rtl/bitstream.svf
 if %errorlevel% neq 0 GOTO ERRORSCP
 
 echo y | plink -l pi -pw raspberry -P 22 %piaddress% "cd pistorm && ./nprog.sh"