_xstclean.bat

来自「xilinx reference design for 1553B BUS an」· Batch 代码 · 共 17 行

BAT
17
字号
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 + =
减小字号Ctrl + -
显示快捷键?