YosysHQ / arachne-pnr

Place and route tool for FPGAs
MIT License
413 stars 73 forks source link

SB_IO and SB_GB_IO PACKAGE_PIN connected to the same port cause fatal error #114

Closed whitequark closed 6 years ago

whitequark commented 6 years ago

Non-reduced testcase: glasgow_6kkz18rn.zip. Caused by clk_if port.

Also, the error message points at the end of blif and is thus useless.

daveshah1 commented 6 years ago

This is not a legal design as far as I know. SB_GB_IO has all of the ports and parameters of SB_IO too, and they should be used instead of adding another SB_IO.

whitequark commented 6 years ago

You're right. Sorry for the noise.