⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xflow_script.bat

📁 本系统由服务器软件控制平台和fpga硬件处理系统组成
💻 BAT
字号:
@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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -