An error is reported in the schematic diagram of cadence when running DRC, and the error information is as follows.
[cadence-DRC]error: Possible pin type conflict GND/VCC Power Connected to Output
Solution:
Step 1: run DRC to find and analyze the error source
Run DRC. After the above error is output, the green circle is error. Click it to display the error message. We can see the green error reporting circle page. Clicking on the pin attribute is connected to the pin attribute output (the output attribute will generate the VCC on the previous page, resulting in the device sharing a VCC network), but normally, the pin attribute is passive/power. Therefore, we manually change the properties of the device pin to normal.
Step 2: Change [edit part] to power attribute
Select the power component, right-click and select [edit part] to enter pin modification in schematic library mode (it is impossible to change pin attribute in this mode), and change output to power attribute (or passive)
Step 3: run DRC again to solve the problem~
Read More:
- [Solved] throw new Error(“‘output.filename’ is required, either in config file or as –output-filename”);
- [Solved] The method getContextPath() from the type HttpServletRequest refers to the missing type String
- error MSB8011: Failed to register output [How to Solve]
- [Fixed]ERROR: canceling statement due to conflict with recovery
- [Solved] CONDA error: The following specifications were found to be in conflict
- ValueError: Input 0 of node import/save/Assign was passed float from import/beta1_power:0 incompatib
- How to Solve Error: Element ‘dependency’ cannot have character [children], because the type’s content type is element-
- [Solved] Error–dubbo Connect zk Error: zookeeper not connected
- [Solved] Communications–8–Generated resource conflict: two resources of the same name: /Radioxx
- Libtorch Error: Expected object of type Variable but found type CUDALongType for argument #2 ‘index’
- Log jar package conflict error: Class path contains multiple SLF4J bindings
- [Solved] MindSpore Error: ValueError: For ‘AvgPool’ every dimension of the output shape must be greater than zero
- [Solved] Error while extracting response for type [] and content type []…
- [Solved] Chrome submission error: Form submission canceled because the form is not connected
- Hive 3.1.2 startup error reporting and resolution of guava version conflict
- maven Error: Element ‘dependency’ cannot have character [children], because the type’s content type is
- K8S Master Initialize Error: [ERROR CRI]: container runtime is not running: output: E0812
- [Solved] matlab Error: Error in port widths or dimensions. ‘Output Port 1‘ of ‘sl_arm_ibvs/camera‘
- R language learning problem solving error in output $nodeid: $operator is invalid for atomic vectors
- [Solved] Android Error: Compilation failed; see the compiler error output for details