Jishuaishuai123

Results 5 comments of Jishuaishuai123

> NEMU_HOME 指向 commit 为 [b56b00f](https://github.com/OpenXiangShan/NEMU/commit/b56b00f80a436b04cf2901f493d06e05974b9fb9) 的 NEMU > > ``` > 我在NEMU目录下输入git log命令查看,报了个fatal, > fatal: Not a git repository (or any parent up to mount point /riscv) > Stopping...

> > > > CONFIG_HAS_FLASH=y > > > > > > > > > 那您看看[configs/riscv64-xs-ref_defconfig](https://github.com/OpenXiangShan/NEMU/blob/b590a5827087cbde639fb3b6cc3afbba3782e954/configs/riscv64-xs-ref_defconfig#L71)是否有这一行: CONFIG_HAS_FLASH=y > > > > > > 有的,这行代码代表什么意思呀? > > 这行配置是设置NEMU的地址空间的,如果没有开启,那就会报主楼贴的那种错误。但是你的有这一行还报这个错就不是很合理了,我们无法重现这个错误,也就无法debug。 您好:使用相同的版本NEMU,你们差分OK,我们这边差分报错(ERROR:invalid mem read from...

1.最开始使用2021/10/17版本,/nexus-am/tests下有11个用例类型,当时使用make进行编译,其中可编译成功7个,另外4个出现一些编译错误; 2.进行下载2022/12/11版本,/nexus-am/tests下有15个用例类型,使用make进行编译,均编译失败; 请问是编译方式进行了改变吗?

我列举2个错误类型: 错误1: /nexus-am/tests/cacheoptest/dcache$ make # Building dcacheop-test [native] with AM_HOME {.../nexus-am} + CC src/main.c .../nexus-am/tests/cacheoptest/dcache/src/main.c: Assembler messages: .../nexus-am/tests/cacheoptest/dcache/src/main.c:11: 错误: no such instruction: `li a0,0' .../nexus-am/tests/cacheoptest/dcache/src/main.c:17: 错误: no such instruction: `li...

> 这两种情况正确结果都应该是负无穷0xff800000,NEMU的判断可能有问题 Hi 您好:我刚下载了2022.12.22版本,尝试运行了一下,这个问题还是存在的