Skip to content
Snippets Groups Projects
Commit 5445dcdc authored by Roel Aaij's avatar Roel Aaij Committed by Dorothea Vom Bruch
Browse files

Fix passthrough

parent 4a487477
No related branches found
No related tags found
1 merge request!814Use proper bank size instead of offsets throughout and propagate bank types
......@@ -10,7 +10,7 @@ from AllenConf.algorithms import data_provider_t
from AllenConf.utils import line_maker
from AllenConf.validators import rate_validation
bank_providers = [decode_odin()['dev_odin'].producer]
bank_providers = [decode_odin()['dev_odin_data'].producer]
# To test memory traffic when copying to the device, add the following
# for det, bt in (("velo", "VP"), ("ut", "UT"), ("scifi", "FT"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment