Update sw/common/make_image.bat

adding changes to install the vhd to the core folder on windows
main
FPGALover 2024-02-29 22:26:49 +00:00
parent 5cc4695ab4
commit cb07fdb2d9
1 changed files with 7 additions and 1 deletions

View File

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