synthesis.cmd
来自「自学ZedBoard:使用IP通过ARM PS访问FPGA(源代码)」· CMD 代码 · 共 16 行
CMD
16 行
@echo offif exist xst rmdir /s /q xstecho "xst -ifn "system_xst.scr" -intstyle silent"echo "Running XST synthesis ..."xst -ifn "system_xst.scr" -intstyle silentif errorlevel 1 exit 1echo "XST completed"if exist xst rmdir /s /q xstexit 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?