📄 xflow_script.bat
字号:
@ECHO OFF
@REM ###########################################
@REM # Script file to run the flow
@REM #
@REM ###########################################
@REM #
@REM # Command line for ngdbuild
@REM #
ngdbuild -p xc7z020clg484-1 -nt timestamp -bm system.bmm "D:/_prj/Xilinx/Blog/Lab3/implementation/system.ngc" -uc system.ucf system.ngd
@REM #
@REM # Command line for map
@REM #
map -o system_map.ncd -w -pr b -ol high -timing -detail system.ngd system.pcf
@REM #
@REM # Command line for par
@REM #
par -w -ol high system_map.ncd system.ncd system.pcf
@REM #
@REM # Command line for post_par_trce
@REM #
trce -e 3 -xml system.twx system.ncd system.pcf
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -