Hi Raul, Since gem5 is an open source project, you're invited to implement riscv32 support yourself! There's some documentation on how to get started on the gem5 wiki and in the CONTRIBUTING and MAINTAINERS files.
32-bit RISC-V shouldn't be too much different than the 64-bit implementation. You should be able to dive into the code in src/arch/riscv and figure out what's going on. We would love more contributors!! Cheers, Jason On Mon, Mar 26, 2018 at 11:44 AM Raul Garcia <[email protected]> wrote: > Hello Robert, > > > Thanks for your reply, some of of us would appreciate the riscv32 support. > > > Regards, > Raul. > > > ________________________________________ > From: gem5-dev [[email protected]] on behalf of Robert Scheffel [ > [email protected]] > Sent: Monday, March 26, 2018 7:31 PM > To: [email protected] > Subject: Re: [gem5-dev] Gem5 support for RISC-V 32-bit binaries > > Hello Raul, > > I wanted to start implementing support for rv32 binaries in a couple of > weeks, but currently I can't estimate the effort. So unfortunately I > can't tell, when it will be available. > > Regards, > Robert > > Am 26.03.2018 um 15:28 schrieb Raul Garcia: > > Hello All, > > > > > > I would like to simulate a RISCV32 binary generated with the > riscv32-unknown-elf-gcc compiler. > > I tried to run this binary on Gem5 but I got an error. According to the > thread below there is support for 64-bit binaries. I would like to know if > is there a GEM5 version that supports RISC-V 32-bit binaries, a workaround > that can be used, or if are there plans in the future to support it. > > > > > > https://www.mail-archive.com/[email protected]/msg13556.html > > > > > > Regards, > > Raul. > > _______________________________________________ > > gem5-dev mailing list > > [email protected] > > http://m5sim.org/mailman/listinfo/gem5-dev > > > _______________________________________________ > gem5-dev mailing list > [email protected] > http://m5sim.org/mailman/listinfo/gem5-dev > _______________________________________________ > gem5-dev mailing list > [email protected] > http://m5sim.org/mailman/listinfo/gem5-dev _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
