Ashuthosh M R

Results 7 comments of Ashuthosh M R

@Dolu1990 Hi, I compiled the C code which has floats using -mabi=ilp32 -march=rv32imaf, but get error: libc.a(lib_a-memcmp.o): ABI is incompatible with that of the selected emulation: target emulation `elf64-littleriscv' does...

Also, on the hardware side of the story, ```new FpuPlugin( externalFpu = false, p = FpuParameter( withDouble = true ) ) ``` I made withDouble = true. I have changed...

Is litex_vivado_packager feature available in the latest release? Thanks

No. But I got it running on arty a7 board. https://github.com/litex-hub/linux-on-litex-vexriscv/issues/281

Update on this. There was an issue with makefile which always took TestHarness as top-module. I changed it to EvalHarness, it worked. However, I came up with new errors: /home/mypc/chipyard/.conda-env/bin/../lib/gcc/x86_64-conda-linux-gnu/12.1.0/../../../../x86_64-conda-linux-gnu/bin/ld:...

I tried setting 1.9.1 from scratch. I got upto this point with no problems: Setup complete! To generate simulator RTL and run metasimulation simulation, source env.sh To use the manager...

Alright. What might cause on commenting out the references and netrace.h?