Re: [gem5-users] How are registers modelled in gem5?

2019-10-22 Thread Libo Zhou
was lost. The "Hello World" was printed all of a sudden. -- Original -- From: "Ciro Santilli";; Send time: Monday, Oct 21, 2019 0:28 AM To: "gem5 users mailing list"; "Libo Zhou"; Subject: Re: [gem5-users] How are

[gem5-users] How are registers modelled in gem5?

2019-10-20 Thread Libo Zhou
Hi all, I didn't find any thorough documentation on how the registers are modelled in gem5. I would like to use a gem5 as a simple instruction set simulator. I found the documentation how to create my own isa, but I just don't know how to create my own

Re: [gem5-users] Fw: [gem5]: SHA2 and SHA3 on gem5

2019-10-17 Thread Libo Zhou
You can refer to Syscall Emulation mode on gem5's documentation page if you would like to run any binary programs. The documentation page should be thorough enough. Cheers, Libo -- Original -- From: "ABD ALRHMAN ABO ALKHEEL";; Send time: Friday, Oct 18,

[gem5-users] How to implement an Instruction Set Simulator with gem5?

2019-10-16 Thread Libo Zhou
Hi all, We need to implement an instruction set simulator for a very simple CPU, and I think gem5's SE mode looks promising to me. Our ISA is a subset of MIPS-I, except that SW and LW instructions have their original opcodes changed. To begin with, I removed all the unused instructions in