【心得】Lattice EPC3 PCS使用经验

【博客导航】 【导航】FPGA相关

一、目的

将使用过程中遇到的问题随时记录,共享经验心得。

二、心得随笔

1、仿真脚本

为避免生成PCS IP之后,仿真时忘记添加参数文件,可以在仿真脚本中添加以下代码实现。

1     set IP_DIR        "E:/project/BIT_C_HDMI2SDI/code/coregen"2 
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 .

=======================

by NicoWei
2019-11-5 14:55:19

=======================

猜你喜欢

转载自www.cnblogs.com/free123/p/11798493.html
今日推荐