Update sw/common/make_image.bat
adding changes to install the vhd to the core folder on windowsmain
parent
5cc4695ab4
commit
cb07fdb2d9
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue