Update sw/common/make_image.bat

adding changes to install the vhd to the core folder on windows
main
FPGALover 2024-02-29 22:28:18 +00:00
parent cb07fdb2d9
commit 3c2a913175
1 changed files with 2 additions and 2 deletions

View File

@ -55,10 +55,10 @@ if exist %1\image_gen.exe (
echo "Memories Generated"
echo "Installing application image to ..\..\..\rtl\core\neorv32_application_image.vhd"
cp %3\neorv32_application_image.vhd %2
copy %3\neorv32_application_image.vhd %2
echo "Installing application image to ..\..\..\rtl\core\neorv32_bootloader_image.vhd"
cp %3\neorv32_bootloader_image.vhd %2
copy %3\neorv32_bootloader_image.vhd %2
) else (
echo "GCC is not configured, please install GCC and register on the PATH"