xflow_script.bat
来自「基于FPGA的防火墙系统设计.rar」· Batch 代码 · 共 26 行
BAT
26 行
@ECHO OFF
@REM ###########################################
@REM # Script file to run the flow
@REM #
@REM ###########################################
@REM #
@REM # Command line for ngdbuild
@REM #
ngdbuild -p xc2vp30ff896-7 -nt timestamp -bm system.bmm "C:/myproj2/firewall/myxps/implementation/system.ngc" -uc system.ucf system.ngd
@REM #
@REM # Command line for map
@REM #
map -o system_map.ncd -pr b 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 + =
减小字号Ctrl + -
显示快捷键?