artecs-group / PERCIVAL

Open-Source Posit RISC-V Core with Quire Capability
Other
46 stars 12 forks source link

Error: VHDL 2008 and pedanticerrors switch cannot be used together #5

Closed wwwuxy closed 2 weeks ago

wwwuxy commented 3 weeks ago

when i run make sim elf-bin=$RISCV/riscv64-unknown-elf/bin/pk target-options=posit64_testsuite_llvm.elf batch-mode=1,i get a fault, i remove all of -pedanticerrors in makefile, then success running,but later i get issue #4 , I'm confused right now Snipaste_2024-11-04_14-35-42

davidmallasen commented 3 weeks ago

This should be solved by removing the -pedanticerrors from the makefile as suggested

wwwuxy commented 3 weeks ago

thank you very much~

davidmallasen commented 2 weeks ago

Fixed in #8