We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was looking at why IPtagResource, LivePacketGatherParameters and sim.external_devices.activate_live_output_for have a "tag" parameter.
Turns out it is so the number matches the the number given to from spinnman.utilities.utility_functions import reprogram_tag
Used in spinn_gym/games/breakout/visualiser/visualiser.py and spynnaker_integration_tests/test_external_devices/test_live_spike_translator.py
Discussing with @rowleya he things it was a hack.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was looking at why IPtagResource, LivePacketGatherParameters and sim.external_devices.activate_live_output_for have a "tag" parameter.
Turns out it is so the number matches the the number given to
from spinnman.utilities.utility_functions import reprogram_tag
Used in
spinn_gym/games/breakout/visualiser/visualiser.py
and
spynnaker_integration_tests/test_external_devices/test_live_spike_translator.py
Discussing with @rowleya he things it was a hack.
The text was updated successfully, but these errors were encountered: