SpiNNakerManchester / SpiNNFrontEndCommon

Common support code for user-facing front end systems.
Apache License 2.0
12 stars 11 forks source link

(ReInjection) Packet ids vs spin2 #1168

Open Christian-B opened 6 months ago

Christian-B commented 6 months ago

Found by looking at hard code 18 in https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon/blob/92f98cea40852cb36a1cf475cf7449329ec8e42f/spinn_front_end_common/utilities/utility_objs/reinjection_status.py#L242

However the check needs to go much higher.

How is the link_proc_bits created. What does is represent, how is it used ect.

rowleya commented 6 months ago

Ah yes, good way to find potential issues with SpiN 2 in this repo! Reinjection is something that will happen on SpiN2 without user interaction. I don't think it can be turned off, or has a status, so this is just something that needs to be marked SpiN1 only.