Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b20a3beca40853597fd187ab24ca3e894c3395e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
MappingModel StaticConfigTest {

	import StaticConfigTest.System_StaticConfigTest
	import GenericPhysical.GenericPhysicalSystem

	Mapping System_StaticConfigTest -> GenericPhysicalSystem {
		SubSystemMapping main -> node {
			ThreadMapping defaultThread -> DefaultPhysicalThread
		}
	}

}

Back to the top