Open wwwuxy opened 1 week ago
You can use riscv64-unknown-elf-objdump -DC posit64_testsuite_llvm.elf > posit64_testsuite_llvm.dump
to check the contents of your elf file. Try to see if you can see the posit instructions correctly there. They may be marked as "unknown", but the machine code and asm wrapper should be there.
thanks,you are right,I find some "unknown",can you give me some suggestions?
hello,I check elf file,no relevant information found, Can you give me some debugging suggestions? I would greatly appreciate it~
I'm not sure with that error
when I run
make sim elf-bin=posit64_testsuite_llvm.elf QUESTASIM_FLAGS="-novopt -suppress 12110" batch-mode=1
,get this fault, does my llvm-xposit not installed properly?