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

Vivado生成bitstream时报[DRC CFGBVS-1]警告的问题

目录

  • 警告信息
  • 解决方法

警告信息

[DRC CFGBVS-1] Missing CFGBVS and CONFIG_VOLTAGE Design Properties: Neither the CFGBVS nor CONFIG_VOLTAGE voltage property is set in the current_design. Configuration bank voltage select (CFGBVS) must be set to VCCO or GND, and CONFIG_VOLTAGE must be set to the correct configuration voltage, in order to determine the I/O voltage support for the pins in bank 0. It is suggested to specify these either using the ‘Edit Device Properties’ function in the GUI or directly in the XDC file using the following syntax:

set_property CFGBVS value1 [current_design]
#where value1 is either VCCO or GND

set_property CONFIG_VOLTAGE value2 [current_design]
#where value2 is the voltage provided to configuration bank 0

Refer to the device configuration user guide for more information.

解决方法

打开Tool->Edit Device Properties在这里插入图片描述
Configuration选项卡中Configuration VoltageConfiguration Bank Voltage Selection参数修改为下图。
在这里插入图片描述


http://www.mrgr.cn/news/4993.html

相关文章:

  • 代码随想录算法训练营第六十天 | dijkstra(堆优化版)、Bellman_ford 算法精讲
  • MSO和WPS文档图标那些事儿
  • [C语言]-基础知识点梳理-文件管理
  • 从0开始构建HTML页面(2)
  • 【C++ Primer Plus习题】2.5
  • Golang | Leetcode Golang题解之第355题设计推特
  • 连锁门店收银系统源码+电子发票
  • PHP进阶篇(奇怪的知识又增加了)
  • 【回文数判断】输入一个5位数,判断它是不是回文数
  • 【Leetcode 1436 】旅行终点站—— 哈希表
  • xss靶场详解
  • Java笔试面试题AI答之线程(2)
  • 笔记分享: 香港中文大学CSCI5610高级数据结构——最邻近查询
  • 软件定义网络(SDN):网络架构的未来
  • 【pyside6】添加应用图标
  • Java-什么是缓存线程池?
  • 政务大数据解决方案(六)
  • 提升职业竞争力,亚马逊云科技认证助你云端腾飞
  • QT-贪吃蛇小游戏
  • 信号特征之希尔伯特变换(Python、C++、MATLAB实现)