天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁 > 科技論文 > 計(jì)算機(jī)論文 >

軟件實(shí)現(xiàn)的DSP內(nèi)存保護(hù)技術(shù)

發(fā)布時(shí)間:2018-05-26 18:35

  本文選題:軟加固 + EDAC ; 參考:《國防科學(xué)技術(shù)大學(xué)》2014年碩士論文


【摘要】:在許多高可靠性系統(tǒng)中,設(shè)計(jì)者會(huì)通過硬件方式對(duì)內(nèi)存中的數(shù)據(jù)進(jìn)行編碼保護(hù),其實(shí)現(xiàn)方式主要是增加額外的數(shù)據(jù)校驗(yàn)位以及編碼和解碼電路。然而,在某些空間電子設(shè)備上并不具備上述硬件條件,這時(shí)就需要通過軟件實(shí)現(xiàn)的數(shù)據(jù)編碼方法對(duì)內(nèi)存中的數(shù)據(jù)進(jìn)行保護(hù)。軟件實(shí)現(xiàn)的數(shù)據(jù)編碼保護(hù)方法省去了額外的硬件成本以及功耗開銷,但由于其需要占用設(shè)備的計(jì)算資源,在使用時(shí)應(yīng)控制好其帶來的時(shí)間開銷,以免造成過于嚴(yán)重的性能損失。在空間開銷方面,對(duì)數(shù)據(jù)進(jìn)行編碼產(chǎn)生的校驗(yàn)位的冗余度遠(yuǎn)小于對(duì)數(shù)據(jù)進(jìn)行復(fù)算的冗余度,因此數(shù)據(jù)編碼保護(hù)方式十分適合對(duì)空間開銷限制比較苛刻或者硬件條件受限的情況。內(nèi)存中的代碼和數(shù)據(jù)對(duì)程序正確運(yùn)行有至關(guān)重要的作用,因此有必要在運(yùn)行時(shí)對(duì)內(nèi)存中的關(guān)鍵數(shù)據(jù)進(jìn)行檢查。采用編碼校驗(yàn)的方法對(duì)數(shù)據(jù)進(jìn)行檢查,具有開銷小、檢錯(cuò)快等特點(diǎn),適合在實(shí)時(shí)內(nèi)核中使用。但由于編碼方法的運(yùn)行時(shí)間受限制于讀取內(nèi)存數(shù)據(jù)的速度,當(dāng)數(shù)據(jù)量較大時(shí),執(zhí)行周期較長,在內(nèi)核中完成編碼檢查對(duì)操作系統(tǒng)的實(shí)時(shí)性會(huì)造成嚴(yán)重影響。本課題提出了一種低成本高可靠性的DSP內(nèi)存保護(hù)方案,即在較低時(shí)間開銷和空間開銷下對(duì)DSP上的內(nèi)存數(shù)據(jù)進(jìn)行檢錯(cuò)和糾錯(cuò)。具體地,本課題采用了基于(39,32)最優(yōu)奇權(quán)碼的編碼校驗(yàn)方案,并針對(duì)DSP的體系結(jié)構(gòu)進(jìn)行了線性匯編級(jí)的高效實(shí)現(xiàn),然后提出了一種基于實(shí)時(shí)操作系統(tǒng)的代碼區(qū)和堆棧區(qū)編碼校驗(yàn)機(jī)制,即通過加入低優(yōu)先級(jí)的校驗(yàn)任務(wù),利用系統(tǒng)的空閑時(shí)間對(duì)代碼區(qū)及堆棧區(qū)進(jìn)行編碼和校驗(yàn)。通過實(shí)驗(yàn)結(jié)果分析可知,該方案不會(huì)對(duì)原系統(tǒng)的實(shí)時(shí)性產(chǎn)生影響,且能夠使系統(tǒng)的可靠性得到顯著提升。
[Abstract]:In many high reliability systems, the designer encodes and protects the data in memory by hardware, mainly by adding additional data check bits and encoding and decoding circuits. However, the above hardware conditions are not available in some space electronic devices, and the data in memory need to be protected by the data encoding method implemented by software. The data coding and protection method realized by software saves the extra hardware cost and power cost, but because it needs to occupy the computing resources of the equipment, the time cost should be controlled well when it is used, so as to avoid too serious performance loss. In terms of space overhead, the redundancy of the check bits generated by encoding the data is much less than the redundancy of the complex data, so the data coding protection method is very suitable for the case where the space overhead is very strict or the hardware condition is limited. The code and data in memory is very important for the program to run correctly, so it is necessary to check the critical data in memory at run time. The method of coding check is used to check the data, which has the advantages of low overhead and fast error detection, and is suitable for use in the real time kernel. However, because the running time of the coding method is limited to the speed of reading the memory data, when the amount of data is large, the execution period is longer, and the completion of coding checking in the kernel will seriously affect the real-time performance of the operating system. In this paper, a low cost and high reliability DSP memory protection scheme is proposed, that is, the memory data on DSP is checked and corrected under low time and space overhead. In detail, the scheme of coding check based on the optimal odd weight code is adopted, and the efficient implementation of linear assembly level for the architecture of DSP is carried out. Then, a code and stack coding verification mechanism based on real-time operating system is proposed, which encodes and verifies the code area and stack area by adding low-priority checkout tasks and making use of the idle time of the system. The experimental results show that the proposed scheme has no effect on the real-time performance of the original system and can improve the reliability of the system significantly.
【學(xué)位授予單位】:國防科學(xué)技術(shù)大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2014
【分類號(hào)】:TP333

【相似文獻(xiàn)】

相關(guān)期刊論文 前10條

1 莫建麟;王玉晶;吳U,

本文編號(hào):1938442


資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/jisuanjikexuelunwen/1938442.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶48728***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com
国产又粗又猛又长又大| 精品女同在线一区二区| 国产成人一区二区三区久久| 极品少妇嫩草视频在线观看| 日韩精品一区二区毛片| 高清不卡视频在线观看| 亚洲欧洲一区二区综合精品| 国产又粗又猛又爽又黄| 欧美日韩校园春色激情偷拍 | 日韩丝袜诱惑一区二区| 不卡在线播放一区二区三区| 中字幕一区二区三区久久蜜桃| 日本在线视频播放91| 伊人色综合久久伊人婷婷| 日韩国产亚洲欧美激情| 久热久热精品视频在线观看| 精品欧美国产一二三区| 欧洲精品一区二区三区四区 | 亚洲精品中文字幕无限乱码| 一区二区三区国产日韩| 91熟女大屁股偷偷对白| 亚洲中文字幕视频在线播放| 国产视频福利一区二区| 日韩中文字幕欧美亚洲| 欧美国产精品区一区二区三区| 少妇人妻中出中文字幕| 日韩成人中文字幕在线一区 | 欧美成人精品一区二区久久| 欧美亚洲三级视频在线观看| 国产又粗又爽又猛又黄的| 国产精品夜色一区二区三区不卡| 黄色激情视频中文字幕| 国产成人亚洲精品青草天美| 欧美不卡一区二区在线视频| 免费精品一区二区三区| 不卡中文字幕在线免费看| 免费观看日韩一级黄色大片| 亚洲人妻av中文字幕| 中文字幕在线五月婷婷| 精品久久久一区二区三| 丝袜视频日本成人午夜视频|