Hi everyone, in precheck XOR check failed. Nearly ...
# shuttle-precheck
b
Hi everyone, in precheck XOR check failed. Nearly all io pins are mismatching and I realized there are power pins at layer met2 and met3 located like an io pin. They are connected to no load but they are there though. Also when running user_project_wrapper, I need to define USE_POWER_PINS to make my modules synthesize, otherwise yosys returns an error and says there is no pin named vssd1. In my previous projects I never needed it. So I think in power pins are wrongly defined somewhere and makes wrapper consider power pins as io pins, but I couldn't find it.. In my github repository you can find all reproducibles and gds files inside. @jeffdi @Tim Edwards
Solved. One of my verilog blackbox files had `define USE_POWER_PINS line, it affected user_project_wrapper to add power pins as io pins somehow.