NaxRiscv icon indicating copy to clipboard operation
NaxRiscv copied to clipboard

Some Riscv-Tests Can't Pass

Open xie-1399 opened this issue 1 year ago • 3 comments

Hi ! When I excute riscv-tests with the config

    val l = Config.plugins(
      sideChannels = false, //WARNING, FOR TEST PURPOSES ONLY, turn to false for real stuff <3
      xlen = 64,
      withRdTime = false,
      aluCount = 2,
      decodeCount = 2,
      withRvc = true,
      withDebug = false,
      withEmbeddedJtagTap = false,
      debugTriggers = 0,
      withFloat = true,
      withDouble = true,
      lqSize = 16,
      sqSize = 16,
      resetVector = 0x80000000l
    )

I find the rv64si-p-wfi rv64mi-p-csr can't pass the test,can you tell me how to solve the problem? Thank You!

xie-1399 avatar Jul 10 '23 08:07 xie-1399