1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-01-13 15:27:37 +00:00
Sean Anderson df99b4ff6c ice40: Add debugs to isBelLocationValid for SB_IO
When there is a constraint conflict while placing IOs, the user gets an
error message such as

ERROR: Bel 'X0/Y27/io1' of type 'SB_IO' is not valid for cell 'my_pin' of type 'SB_IO'

While this identifies the problematic cell, it does not explain why
there is a problem. Add some verbose messages to allow users to
determine where the problem is. This can result in something like

Info: Net '$PACKER_VCC_NET' for cell 'my_pin' conflicts with net 'ce' for 'ce_pin'

which provides something actionable.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
2022-12-07 10:32:38 +01:00
..
2018-06-13 12:30:15 +02:00
2020-06-27 13:18:06 +02:00
2022-12-07 10:00:53 +01:00
2018-06-12 13:09:36 +02:00
2018-07-21 12:22:41 +02:00
2018-07-21 17:02:53 +02:00