Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

Build Error apr.M0086 Occurs after Locking a Net in the Analog DWR – KBA222974

Build Error apr.M0086 Occurs after Locking a Net in the Analog DWR – KBA222974

Community-Team
Employee
Employee
50 questions asked 10 questions asked 5 questions asked

Version: **

Translation - Japanese: アナログDWRでNetがロックした後、ビルドエラーapr.M0086が発生 – KBA222974 - Community Translated (JA)

Question:

When I lock a route in the analog editor (or perform a “lock all”), the next build produces an error like: “apr.M0086: Locked Route of Net_1 is shorted to \Comp_1:Net_1\ which is also locked”. How do I fix this error?

Answer:

There is an issue with the way the warp synthesis tool applies directives. If a component implementation contains a wire with the same name as a wire at the top level of the design (in this example, both TopDesign and the implementation of Comp_1 contain a wire named “Net_1”), then a directive which is specified on the top-level wire may be also applied to the wire contained within the component implementation.

Workaround:

Rename the wire on the top schematic, so that its name does not match with that of any analog wire contained within another component in the design.

  1. Open the Analog DWR view and fully expand each component in the upper right pane.
    pastedImage_4.png
  2. To unlock the route listed first in the error message, click the corresponding check box in the Locked column.
  3. Select a new unique name for the top-level wire. The component pane lists the wire names used in the implementations of components used in your design. You can refer to this list before choosing a unique name for the top-level wire
  4. Open TopDesign.cysch and right-click the wire that is to be renamed. If the component terminals involved are immediately adjacent to each other, you may need to drag one of them further away, so that a longer wire is drawn.
  5. Select Edit Name and Width.
    pastedImage_7.png
  6. In the Signal Name window, clear the option Use computed name and width.
    pastedImage_9.png
  7. Make sure that the Specify Full Name option is selected. In the text box below, replace “mywire_1” with the new unique name that you have selected.
  8. Click OK.
  9. Build the project.
  10. Return to the Analog DWR, and lock the newly renamed route as desired.
0 Likes
197 Views
Contributors