NVmain使用

资料链接

1、官方文档:http://wiki.nvmain.org/



安装说明

1、获取NVmain,我是别人直接给的,现在我在网盘上分析给大家:点击这里

2、解压在这里:

NVmain使用_第1张图片

3、进入终端,cd到该目录中:

ctrl+alt+T,进入终端

$ ls 

$ cd mrp5060-nvmain/

4、编译,[fast|debug|prof]选择其中一个如scons –build-type=fast

$ scons –build-type=[fast|debug|prof] 

出现问题:没有安装scons,根据提示安装

The program 'scons' is currently not installed. You can install it by typing:

sudo apt install scons

NVmain使用_第2张图片
安装scons

继续编译:执行上面的scons命令:

NVmain使用_第3张图片
编译成功

产生编译后的文件:nvmain.fast

NVmain使用_第4张图片
nvmain.fast

5、测试:由于结果是文本信息较多,可以加上 | less,或者  > xxx。

$ ./nvmain.fast Config/PCM_ISSCC_2012_4GB.config Tests/Traces/hello_world.nvt 1000000

NVmain使用_第5张图片
结果

你可能感兴趣的:(NVmain使用)