five

Robustness assessment via simulation-based fault injection of the implementation level models of the LEON3, MC8051, and PIC microcontrollers in presence of stuck-at, bit-flip, pulse, and delay fault models

收藏
Mendeley Data2024-06-25 更新2024-06-28 收录
下载链接:
https://zenodo.org/record/891316
下载链接
链接失效反馈
官方服务:
资源简介:
This dataset package contains the results of fault injection experiments for RTL and implementation-level models 3 microprocessors (LEON3, MC8051, PIC). 1. Package contents: - raw traces of fault injection experiments: *.lst files - analysis results grouped by fault models: *.html files in the /REPORT subfolders - summary for each targeted HDL model and fault model: index.html in each design folder To facilitate the navigation through the contents, it is organized as a tree of *.html pages. The root page is 'index.html' in the archive root. Additionally, to observe the raw traces for each experiment in the convenient form, the *.lst files are processed on the fly by custom python-script, returning the interactive *.html page. Each observation trace is a table, where: - each row represents an observation vector, comprising {simulation time stamp}, {flags}, {internal state}, {outputs}. - each cell is highlighted: a) green if matches with reference trace (fault-free simulation), b) red if mismatches with reference trace, denoting error for internals / failure for outputs, c) violet in case of vector whose timestamp was not in reference (unexpected transition). These highlighting options can be customized by modifying the linked *.css files. 2. Installation 2.1 Ensure to have Web-Server installed (Apache preferable). For instance, XAMPP: https://www.apachefriends.org/index.html 2.2 Ensure to have python ver. 2.x installed. Type in terminal (cmd console in Windows): “python --version” – if the output looks like > Python 2.x.x – python is installed. Otherwise install the relevant 2.x.x distribution: https://www.python.org/ Add python installation path to environment path variable. 2.2 Ensure that Web-server is configured to execute CGI scripts, particularly python-scripts: In the 'httpd.conf' file (XAMMP control panel – button config in front of apache module): – search for line Options Indexes FollowSymLinks and add ExecCGI, so the resulting line looks like this: Options Indexes FollowSymLinks ExecCGI – search for #AddHandler cgi-script .cgi, uncomment (remove #), and append “.py” to this line, so the resulting line: AddHandler cgi-script .cgi .pl .asp .py 2.3 Unpack the *.zip package into the folder on the Web Server. For instance 'Web-server root folder'/ExperimentalResults. The Web-Server root can be configured in the ‘httpd.conf’ file in the DocumentRoot section, for instance: DocumentRoot "F:/HTWEB" <Directory "F:/HTWEB"> ... 2.4 In the web-browser navigate to the root directory of extracted package: http://localhost/ExperimentalResults/index.html 3. How to read the contents The root page contains links to different analysis reports, for each HDL design under study and considered fault models. The pages on the first tree level, represent the summary for each injection campaign, describing the rate of failure modes, number of experiments, latencies, and supplementary info. The pages on the second tree level are the detailed analysis reports for each experiment, detailing the fault target, parameters of injected fault, detected failure mode, number of errors, etc. The cells of the first column are highlighted a) in green if injection did not cause the failure, b) in red otherwise. The links in this first column navigate to the detailed traces for each experiment. The latter requires that Web-server is configured to execute the python-scripts (see section 2 - Installation); otherwise the raw traces (*.lst files in ./results folders) can be observed by any text editor (notepad++, etc.).
创建时间:
2023-06-28
二维码
社区交流群
二维码
科研交流群
商业服务