build_routing_tables raises an exception if multiple nets with the exact same key and mask would cause packets to become duplicated at any node; this is generally an indication that the underlying net should be being treated as a multisource net.
This is option (3) from #153.
Clearly this is a somewhat contentious change, for example it will break nengo_spinnaker as stands.
build_routing_tables
raises an exception if multiple nets with the exact same key and mask would cause packets to become duplicated at any node; this is generally an indication that the underlying net should be being treated as a multisource net.This is option (3) from #153.
Clearly this is a somewhat contentious change, for example it will break
nengo_spinnaker
as stands.