You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fixedPointTest_drc_opted.rpt 3.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. Copyright 1986-2021 Xilinx, Inc. All Rights Reserved.
  2. ---------------------------------------------------------------------------------------------------------------------------------
  3. | Tool Version : Vivado v.2021.2 (win64) Build 3367213 Tue Oct 19 02:48:09 MDT 2021
  4. | Date : Fri May 13 14:41:51 2022
  5. | Host : DESKTOP-PAACOM8 running 64-bit major release (build 9200)
  6. | Command : report_drc -file fixedPointTest_drc_opted.rpt -pb fixedPointTest_drc_opted.pb -rpx fixedPointTest_drc_opted.rpx
  7. | Design : fixedPointTest
  8. | Device : xc7z010clg400-1
  9. | Speed File : -1
  10. | Design State : Synthesized
  11. ---------------------------------------------------------------------------------------------------------------------------------
  12. Report DRC
  13. Table of Contents
  14. -----------------
  15. 1. REPORT SUMMARY
  16. 2. REPORT DETAILS
  17. 1. REPORT SUMMARY
  18. -----------------
  19. Netlist: netlist
  20. Floorplan: design_1
  21. Design limits: <entire design considered>
  22. Ruledeck: default
  23. Max violations: <unlimited>
  24. Violations found: 3
  25. +--------+------------------+----------------------------+------------+
  26. | Rule | Severity | Description | Violations |
  27. +--------+------------------+----------------------------+------------+
  28. | NSTD-1 | Critical Warning | Unspecified I/O Standard | 1 |
  29. | UCIO-1 | Critical Warning | Unconstrained Logical Port | 1 |
  30. | ZPS7-1 | Warning | PS7 block required | 1 |
  31. +--------+------------------+----------------------------+------------+
  32. 2. REPORT DETAILS
  33. -----------------
  34. NSTD-1#1 Critical Warning
  35. Unspecified I/O Standard
  36. 43 out of 43 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: a[7:-6], b[7:-6], c[8:-6].
  37. Related violations: <none>
  38. UCIO-1#1 Critical Warning
  39. Unconstrained Logical Port
  40. 43 out of 43 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: a[7:-6], b[7:-6], c[8:-6].
  41. Related violations: <none>
  42. ZPS7-1#1 Warning
  43. PS7 block required
  44. The PS7 cell must be used in this Zynq design in order to enable correct default configuration.
  45. Related violations: <none>