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