It appears that, for xilinx devices, the (0, 0) tile contains one wire named DUMMYFOO. This PR fixes the assertion to not fail if all wires in the null_tile_type are dummy in reality.
This PR also syncs the setup version with the current tag.
Agreed, these checks do feel a bit fragile at the moment. As soon as more archs get added, we need to revisit this. For the moment I have added a FIXME comment
It appears that, for xilinx devices, the
(0, 0)
tile contains one wire namedDUMMYFOO
. This PR fixes the assertion to not fail if all wires in thenull_tile_type
are dummy in reality.This PR also syncs the setup version with the current tag.