【博客导航】 【导航】FPGA相关html
将使用过程当中遇到的问题随时记录,共享经验心得。post
为避免生成PCS IP以后,仿真时忘记添加参数文件,能够在仿真脚本中添加如下代码实现。this
1 set IP_DIR "E:/project/HDMI2SDI/code/coregen" 2 #------ this is the parameter file of PCS IP 3 file copy -force $IP_DIR/sdi_pcs_txrx/sdi_pcs_txrx.txt . 4 file copy -force $IP_DIR/sdi_pcs_tx/sdi_pcs_tx.txt .
=======================spa
by NicoWei
2019-11-5 14:55:19code
=======================htm