当前位置: 首页 > news >正文

使用米联客FPGA开发板进行光口开发时遇到的问题总结

使用的开发板型号:米联客MA703FA,

实物图如下

FPGA型号为a35t

米联客提供的开发板资料中的FPGA型号为a100,所以要想使用开发板例程必须进行FPGA的重新选择。如下图

通过对开发板原理图的分析,例程代码不用做任何修改就可使用,

例程手册说明如下:

修改后一直出现如下错误:

[DRC UCIO-1] Unconstrained Logical Port: 20 out of 22 logical ports have no user assigned specific location constraint (LOC). This may cause I/O contention or incompatibility with the board power or connectivity affecting performance, signal integrity or in extreme cases cause damage to the device or the components to which it is connected. To correct this violation, specify all pin locations. This design will fail to generate a bitstream unless all logical ports have a user specified site LOC constraint defined.  To allow bitstream creation with unspecified pin locations (not recommended), use this command: set_property SEVERITY {Warning} [get_drc_checks UCIO-1].  NOTE: When using the Vivado Runs infrastructure (e.g. launch_runs Tcl command), add this command to a .tcl file and add that file as a pre-hook for write_bitstream step for the implementation run.  Problem ports: GTREFCLK0N_I[0], GTREFCLK0P_I[0], GTREFCLK1N_I[0], GTREFCLK1P_I[0], RXN_I[3:0], RXP_I[3:0], TXN_O[3:0], and TXP_O[3:0].
 

经过各种尝试,最后确定IP核需要重新生成才行。

光口不通问题分析:

1、先测试LC光缆的通断;

2、开发板可能与光模块不匹配;

http://www.lryc.cn/news/226745.html

相关文章:

  • 【chat】 1:Ubuntu 20.04.3 编译安装moduo master分支
  • C#基于inpoutx64读写ECRAM硬件信息
  • 图论13-最小生成树-Kruskal算法+Prim算法
  • 免费博客搭建笔记
  • 网络运维Day10
  • @Cacheable 注解的 @CacheManager 示例
  • springboot二维码示例
  • nacos做服务配置和服务器发现
  • KCC@广州与 TiDB 社区联手—广州开源盛宴
  • CSS3 分页、框大小、弹性盒子
  • GEE问题——GEE中循环的使用map()函数,以提取指定范围内的逐日的二氧化氮平均浓度为例
  • 短信验证码实现(阿里云)
  • 如何对element弹窗进行二次封装
  • 【微服务专题】手写模拟SpringBoot
  • 七个优秀微服务跟踪工具
  • redis 问题解决 1
  • odoo16前端框架源码阅读——启动、菜单、动作
  • C/C++(a/b)*c的值 2021年6月电子学会青少年软件编程(C/C++)等级考试一级真题答案解析
  • CIFAR-100数据集的加载和预处理教程
  • C#,数值计算——函数计算,Eulsum的计算方法与源程序
  • ChatGLM3 langchain_demo 代码解析
  • asp.net学院网上报销系统VS开发sqlserver数据库web结构c#编程Microsoft Visual Studio
  • ElasticSearch知识点
  • STM32 GPIO
  • Electron 开发页面应用
  • CSDN写博文的128天
  • Linux学习教程(第二章 Linux系统安装)1
  • vue2手机项目如何使用蓝牙功能
  • 魔兽服务器学习-笔记1
  • 代码随想录day60|84.柱状图中最大的矩形