📄 _xstclean.bat
字号:
if exist work\vhdllib.ref del work\vhdllib.ref
if exist work\vhpl*.vho del work\vhpl*.vho
if exist work\vhpl*.vhr del work\vhpl*.vhr
if exist work\sub1\vhdllib.ref del work\sub1\vhdllib.ref
if exist work\sub1\vhpl*.vho del work\sub1\vhpl*.vho
if exist work\sub1\vhpl*.vhr del work\sub1\vhpl*.vhr
if exist work\sub2\vhdllib.ref del work\sub2\vhdllib.ref
if exist work\sub2\vhpl*.vho del work\sub2\vhpl*.vho
if exist work\sub2\vhpl*.vhr del work\sub2\vhpl*.vhr
if exist work\sub3\vhdllib.ref del work\sub3\vhdllib.ref
if exist work\sub3\vhpl*.vho del work\sub3\vhpl*.vho
if exist work\sub3\vhpl*.vhr del work\sub3\vhpl*.vhr
if exist work\sub4\vhdllib.ref del work\sub4\vhdllib.ref
if exist work\sub4\vhpl*.vho del work\sub4\vhpl*.vho
if exist work\sub4\vhpl*.vhr del work\sub4\vhpl*.vhr
echo Successfully cleaned up XST temp files > top_level.cup
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -