This is the error message it reports. > fatal error: Top level port 'pin_usbp' assigned to an IO pad 'Y' and internal nodes > Makefile:29: recipe for target 'bootloader.asc' failed It seems to be a regression caused by this commit in arachne-pnr repository. https://github.com/YosysHQ/arachne-pnr/commit/c00a14176e589f5ec4cb3914acc6683c608ac401 It completes successfully if you roll it back to previous commit. (commit id: 969836e) Which side is responsible for fixing the issue?