1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- Copyright 1986-2022 Xilinx, Inc. All Rights Reserved. Copyright 2022-2023 Advanced Micro Devices, Inc. All Rights Reserved.
- ---------------------------------------------------------------------------------------------------------------------------------------------
- | Tool Version : Vivado v.2023.1 (win64) Build 3865809 Sun May 7 15:05:29 MDT 2023
- | Date : Thu Jun 8 10:54:21 2023
- | Host : DESKTOP-5QEHRRG running 64-bit major release (build 9200)
- | Command : report_drc -file basys3top_drc_routed.rpt -pb basys3top_drc_routed.pb -rpx basys3top_drc_routed.rpx
- | Design : basys3top
- | Device : xc7a35tcpg236-1
- | Speed File : -1
- | Design State : Fully Routed
- ---------------------------------------------------------------------------------------------------------------------------------------------
- Report DRC
- Table of Contents
- -----------------
- 1. REPORT SUMMARY
- 2. REPORT DETAILS
- 1. REPORT SUMMARY
- -----------------
- Netlist: netlist
- Floorplan: design_1
- Design limits: <entire design considered>
- Ruledeck: default
- Max violations: <unlimited>
- Violations found: 1
- +----------+----------+-----------------------------------------------------+------------+
- | Rule | Severity | Description | Violations |
- +----------+----------+-----------------------------------------------------+------------+
- | CFGBVS-1 | Warning | Missing CFGBVS and CONFIG_VOLTAGE Design Properties | 1 |
- +----------+----------+-----------------------------------------------------+------------+
- 2. REPORT DETAILS
- -----------------
- CFGBVS-1#1 Warning
- 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.
- Related violations: <none>
|