After editing and modifying the schematic in Capture CIS, the following error occurs when you export the network table:
#192 error (ORCAP-36004): conflicting values of part name found on different sections of "U1 ".
Conflicting values: ep4ce75f23c8n_fg484_1d0_12x 12MM _ (S1 + S2 + S3 + S4) _ ep4ce75f23c8n & found 12MM _ (S1 + S2 + S3 + S4) _ ep4ce75f23c8n
Property values of "device", "PCB footprint", "class" and "value" shocould be identical
On all sections of the part.
#193 error (ORCAP-36018): Aborting netlisting... please correct the above errors and retry.
Problem:
In CIS, I want to modify the schematic encapsulation of one of the components (change one pin name of the chip). The FPGA component is divided into four parts, right-click the part4. select Edit part.
After editing, close and select update current in the pop-up window. When the schematic is saved and the network table is generated, the above error occurs.
Solution:
1. Right-click the modified FPGA component's part4 and click Edit part to go to the component editing page and jump to the component's part4;
2. Select Options> package properties, as shown in:
3. The following window is displayed;
The part name is changed to ep4ce75f23c8n._ 4, With an additional suffix_ 4Remove the suffix, save and update the component;
Then export the network table to solve the above error.
Summary:
The root cause of the above problem is that after the component is edited, the software automatically adds the suffix _ 4 to the name of the part, which leads to the difference between the part name and the other three parts, however, their other attributes (such as device, PCB footprint, class, and value) are the same, causing a conflict.
You can solve this problem by changing the part name as described above.
In the future, when the schematic package of a component is modified online (especially when a component is divided into multiple parts), pay special attention to avoid this problem.