blob: 8c224df8044964002cbc7b3d25c32744bba5507c [file] [log] [blame]
MappingModel cgenRef {
import cGenRef.* from "cGenRef.room"
import cGenRef.* from "cGenRef.etphys"
Mapping cGenRef.LS -> cGenRef.Sys {
SubSystemMapping sys1 -> node1 {
ThreadMapping dflt_thread -> PhysicalThread1
ThreadMapping other_thread -> PhysicalThread1
//ThreadMapping other_thread -> PhysicalThread2
}
// SubSystemMapping sys2 -> node2 {
// ThreadMapping dflt_thread -> PhysicalThread1
// ThreadMapping other_thread -> PhysicalThread2
// }
}
}