دانلود مقاله ISI انگلیسی شماره 144271
ترجمه فارسی عنوان مقاله

با استفاده از اکتشاف فضای طراحی برای پیدا کردن برنامه ها با زمان تکرار برنامه های همزمان بر روی معماری چند هسته ای

عنوان انگلیسی
Using design space exploration for finding schedules with guaranteed reaction times of synchronous programs on multi-core architecture
کد مقاله سال انتشار تعداد صفحات مقاله انگلیسی
144271 2017 16 صفحه PDF
منبع

Publisher : Elsevier - Science Direct (الزویر - ساینس دایرکت)

Journal : Journal of Systems Architecture, Volume 74, March 2017, Pages 30-45

پیش نمایش مقاله
پیش نمایش مقاله  با استفاده از اکتشاف فضای طراحی برای پیدا کردن برنامه ها با زمان تکرار برنامه های همزمان بر روی معماری چند هسته ای

چکیده انگلیسی

The synchronous model of computation is well suited for real-time systems, because it allows static analysis in order to find and guarantee their reaction times. Today’s multi-core systems are becoming the predominant computing platforms. Synchronous programs are typically compiled into single threaded code, which makes them unsuitable for exploiting parallelism of the multi-core platforms. Moreover, static timing analysis becomes highly intractable for multi-core systems. This article proposes a novel methodology that aims at finding the mapping and schedule of synchronous programs that guarantees, statically, reaction times when mapped onto a multi-core system consisting of two types of time-predictable cores. The proposed methodology combines design space exploration based on evolutionary algorithm and scheduling of parts of synchronous programs. It allows minimizing the resource usage in terms of number of cores by finding the mapping and schedule with the guaranteed reaction time for architectures with different number of cores. In particular, we: (a) transform a synchronous program written in synchronous SystemJ to a graph-based model represented with two types of computation nodes suitable for execution on two types of time-predictable cores, (b) perform mapping of computation nodes on a customizable multi-core platform using genetic operations, and (c) generate a resulting static schedule of computation nodes for each mapping as part of the design space exploration. The design flow, from program specification and node mapping to the design space exploration and multi-core scheduling is completely automated.