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

	import DynamicConfigTest.System_DynamicConfigTest
	import GenericPhysical.GenericPhysicalSystem

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

Back to the top