f7a0d9729dd8b9cab9ff1221d50d4aab442d223a.svn-base
来自「FPGA与ARM EPI通信,控制16路步进电机和12路DC马达 VHDL编写的」· SVN-BASE 代码 · 共 25 行
SVN-BASE
25 行
@echo off
REM Create the Log file
echo ------Start-------
cd ..
cd ..
REM Copy the nessceacery files to the current folder
copy project\projtest.bit output\projtest.bit
copy source\cdc\cs_test.cdc output\cs_test.cdc
REM Convert the BIT File to MCS File
promgen -b -w -s 16384 -p hex -o output/temp -u 00 output/projtest.bit -c -data_width 8
promgen -w -p mcs -r output/temp.hex -o output/FinalMCS
REM Delete the unused files
del output\FinalMCS.prm
del output\FinalMCS.cfi
del output\temp.hex
del output\temp.prm
del output\temp.cfi
echo Finish convertion
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?