Skip to content
Snippets Groups Projects

Mixfixes

Merged Oscar Gustafsson requested to merge mixfixes into master
Files
2
@@ -9,13 +9,13 @@ def simple_collection():
NO_PORT = 0
return ProcessCollection(
{
PlainMemoryVariable(4, NO_PORT, {NO_PORT: 2}),
PlainMemoryVariable(2, NO_PORT, {NO_PORT: 6}),
PlainMemoryVariable(3, NO_PORT, {NO_PORT: 5}),
PlainMemoryVariable(6, NO_PORT, {NO_PORT: 2}),
PlainMemoryVariable(0, NO_PORT, {NO_PORT: 3}),
PlainMemoryVariable(0, NO_PORT, {NO_PORT: 2}),
PlainMemoryVariable(0, NO_PORT, {NO_PORT: 6}),
PlainMemoryVariable(4, NO_PORT, {NO_PORT: 2}, "Proc. 1"),
PlainMemoryVariable(2, NO_PORT, {NO_PORT: 6}, "Proc. 2"),
PlainMemoryVariable(3, NO_PORT, {NO_PORT: 5}, "Proc. 3"),
PlainMemoryVariable(6, NO_PORT, {NO_PORT: 2}, "Proc. 4"),
PlainMemoryVariable(0, NO_PORT, {NO_PORT: 3}, "Proc. 5"),
PlainMemoryVariable(0, NO_PORT, {NO_PORT: 2}, "Proc. 6"),
PlainMemoryVariable(0, NO_PORT, {NO_PORT: 6}, "Proc. 7"),
},
8,
)
Loading