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

cross mob

Locking the Digital Placement in PSoC Creator – KBA223754

Locking the Digital Placement in PSoC Creator – KBA223754

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

Version: **

Translation - Japanese: PSoC Creatorでのデジタル配置のロック – KBA223754 - Community Translated (JA)

Question: How do I lock the digital placement in the design-wide resources of PSoC® Creator™ 4.x if a project fails to build during digital packing?

Answer: Do the following to lock the digital placement if the project fails to build and throws the error: “Fixed location constraints could not be satisfied during placement”

  1. Unlock the pins in design wide resources.
  2. Right-click on the project and select Build settings.
  3. Under Custom fitter options, type -.fftgenctrlfile and click OK.
  4. Build the project.
  5. Navigate to the codegentemp subdirectory of your cydsn directory.
  6. Copy the contents of cyp3fit_results.ctl.
  7. Navigate to the TopDesign subdirectory of your cydsn directory.
  8. Paste the contents copied in Step 6 into TopDesign.ctl.
  9. Re-lock the pins in .dwr (design wide resources)
  10. Build the project. The placement should complete successfully.

Note that if additional UDB resources are added to the design, you must clear the contents of TopDesign.ctl again and repeat the steps to get an updated locked placement.

0 Likes
474 Views
Contributors