[gem5-users] Re: simulation error in gem5 v21.1

2021-08-27 Thread Boya Chen via gem5-users
Hi, Gabriel

Thanks for telling me the reason.

Best Regards
Boya
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s


[gem5-users] Re: simulation error in gem5 v21.1

2021-08-13 Thread Boya Chen via gem5-users
found the fail was caused by the -I./lib, if put -I directly after quote, then 
the se will fail.
if add one space between quote and -I,  the simulator can run.
while previous versions don't have this problem.
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s


[gem5-users] simulation error in gem5 v21.1

2021-08-12 Thread Boya Chen via gem5-users
Hi, All users
when I using latest gem5 v21.1.0.0 to run a simple se mode simulation like this:
./build/ARM/gem5.fast ./configs/example/se.py --cpu-type=AtomicSimpleCPU -c 
./400.perlbench -o '-I./lib checkspam.pl 2500 5 25 11 150 1 1 1 1'
gem5 will report error like this:
se.py: error: argument -o/--options: expected one argument

the exactly same command can work by using the previous version v21.0.1.0
Could anyone tell me what happened to this latest version? and what is the new 
style to input the bin options?

Best Regards
Boya
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s


[gem5-users] illegal instruction in RISCV mode

2021-07-29 Thread Boya Chen via gem5-users
Hi, all

I use the latest v21.1 gem5 to run RISCV simulation, using the workloads 
provided by gem5-resources
but for a simple simulation like this: ./build/RISCV/gem5.opt 
configs/example/se.py -c qsort.riscv
there will be a panic as below
"panic: Illegal instruction 0x3002a073 at pc 0x8040"
which is a CSR instruction.

The qsort.riscv is pre-built binary provided officially here 
http://dist.gem5.org/dist/v21-1/test-progs/riscv-tests/qsort.riscv
Did I miss something?
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s


[gem5-users] Re: gem5-graphics Emerald Build Syntax Error

2021-07-02 Thread Boya Chen via gem5-users
Hi, Kenneth
I have met the same problem when compiling gem5-graphic, did you finally fix 
this problem ?
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s


[gem5-users] Re: gem5 GCN3 GPU model docker build issue

2021-03-09 Thread Boya Chen via gem5-users
the reason is latest pip may not be compatible
try to use it: python -m pip install -U pip==20.3
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s


[gem5-users] Re: Preferred way of dumping checkpoints for Aarch64

2020-12-02 Thread Boya Chen via gem5-users
Using KVM mode can be faster.
You can use the amazon cloud server with ARM CPU.
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s


[gem5-users] Re: 答复: 答复: Re: Looking for Linux disk image for 64-bit ARM with Ubuntu 18.04 or GLIBC 2.27

2020-12-02 Thread Boya Chen via gem5-users
This image can work.
The offset of the image is 65536, not 32256
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s