Commit 4e2b486e by Tobias Fuchs

dataflow_cpp: fix in unit test

parent 43c19c49
...@@ -158,7 +158,7 @@ void SimpleTest::TestBasic() { ...@@ -158,7 +158,7 @@ void SimpleTest::TestBasic() {
128, // max groups (default: 128) 128, // max groups (default: 128)
// Currently needs to be initialized // Currently needs to be initialized
// with (max_queues + 1), see defect embb449 // with (max_queues + 1), see defect embb449
num_cores, // max queues (default: 16) num_cores + 1, // max queues (default: 16)
1024, // queue capacity (default: 1024) 1024, // queue capacity (default: 1024)
4 // num priorities (default: 4) 4 // num priorities (default: 4)
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment