报错如下

[Drc 23-20] Rule violation (NSTD-1) Unspecified I/O Standard - 4 out of 142 logical ports use I/O standard (IOSTANDARD) value 'DEFAULT', instead of a user assigned specific value. 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 I/O standards. This design will fail to generate a bitstream unless all logical ports have a user specified I/O standard value defined. To allow bitstream creation with unspecified I/O standard values (not recommended), use this command: set_property SEVERITY {Warning} [get_drc_checks NSTD-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: USBIND_0_port_indctl[1:0], USBIND_0_vbus_pwrfault, USBIND_0_vbus_pwrselect.

新建记事本,添加以下三句:

set_property SEVERITY {Warning} [get_drc_checks NSTD-1]

set_property SEVERITY {Warning} [get_drc_checks RTSTAT-1]

set_property SEVERITY {Warning} [get_drc_checks UCIO-1]

重命名为  name.tcl文件(确定后缀格式有效)

我用的是vivado2017.4 ,在generate bitstream 界面如下,右键进入setting

将新建的.tcl文件添加进来

再一次Generate bitstream  ,大功告成!

————————————————
版权声明:本文为CSDN博主「Ocean_VV」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_41634276/article/details/82750794

最新文章

  1. WPF整理-为控件添加自定义附加属性
  2. 修改oracle占用的8080端口
  3. 【重要更新】Senparc.Weixin.Open v1.5.1
  4. PIC32MZ tutorial -- Timer Interrupt
  5. virsh常用命令
  6. 【IOS】3. OC 类声明和实现
  7. 黑马程序员——C语言基础语法 关键字 标识符 注释 数据及数据类型
  8. 使用JsonObject解析json
  9. WPF实现渐变淡入淡出的动画效果
  10. hdu 3790 最短路径问题(两个限制条件的最短路)
  11. 46. Permutations
  12. PM【terminal】
  13. 作业三 ATM
  14. 【转】win7与ubuntu双系统,删除ubuntu后,启动错误error:no such partition grub rescue的修复--不错
  15. AngularJs学习笔记3-服务及过滤器
  16. 沉迷 Docker,无法自拔(在 Docker 中运行 MySQL)
  17. [js] 如何 在 jQuery 中的 $.each 循环中使用 break 和 continue
  18. heartbeat错误排查
  19. memcached实战系列(五)Memcached: List all keys 查询所有的key
  20. KindEditor 开源得富文本编辑器

热门文章

  1. Docker容器基本命令注意点
  2. CodeForce-807C Success Rate(二分数学)
  3. Git(2) - git安装、本地仓库与远程仓库使用详细指南
  4. JavaScript进阶面向对象ES6
  5. LR进行内外网附件上传并发——实践心得
  6. Hive——安装以及概述
  7. (目录)Fortran学习笔记:开坑!!!
  8. == 和 equals区别
  9. 峰值利用率80%+,视频云离线转码自研上云TKE实践
  10. 洛谷2805 [NOI2009]植物大战僵尸 (拓扑排序+最小割)