Edmond Cote
Edmond Cote
I am not convinced that this approach works on scala 2.12, have you tried? I can compile for 2.11.11, but 2.12.4 appears broken.
See a proposed fix: https://github.com/ucb-bar/berkeley-hardfloat/pull/20
I don't know if this is supported by pyvsc. Maybe https://github.com/amiq-consulting/fc4sc/tree/master/tools/coverage_merge .... would work for you? If you have access to a VCS license, you can convert to .vdb format...
@ForrestBlue @eroom1966 @aswaterman ... just hit this as well, do either have updates? I am going to dig a bit now
didn't spike used to issue a test pass indication? my test case passes, same conditions @ForrestBlue ~~~~ // this is RVTEST_PASS --> core 0: 0x00000000800000fc (0x0ff0000f) fence core 0: 0x0000000080000100...
I'm trying to confirm that now ... 1. hack or.S and introduce a failure ~~~~ +++ b/isa/rv64ui/or.S @@ -26,7 +26,7 @@ RVTEST_CODE_BEGIN # Source/Destination tests #------------------------------------------------------------- - TEST_RR_SRC1_EQ_DEST( 6, or,...
nm, I'll go back and look at why make run returns 0 (I tried twice). ~~~~ $ spike rv64ui-v-or *** FAILED *** (tohost = 6) ~~~~ edit: works fine now.......