[gem5-users] Latency or speed

2023-09-05 Thread via gem5-users
Hello, I would like to ask, in Gem5, will differences in the order of magnitude 
of operations such as Add affect factors such as latency or execution speed?___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


[gem5-users] bit-slice processors?

2023-06-28 Thread via gem5-users
Can gem5 be used to simulate bit-slice processors?___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


[gem5-users] bit-slice processor

2023-06-27 Thread via gem5-users
Can gem5 be used to simulate bit-slice processors?___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


[gem5-users] simulate a multi-core processor with Gem5

2023-06-20 Thread via gem5-users
How to simulate a multi-core processor with Gem5, such as how to write 
configuration files? For example, in the following form:___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


[gem5-users] About Risc-V custom ISA

2023-06-20 Thread via gem5-users
When I have customized a RISC-V instruction, I want to know how to make the 
load program execute it naturally, without using embedded assembly? At present, 
I only know how to use embedded assembly to force this custom instruction to 
run.___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


gem5-users@gem5.org

2023-05-08 Thread via gem5-users
??




--  --
??: "moss"___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


gem5-users@gem5.org

2023-04-20 Thread via gem5-users
Okay, thank you. I have received your suggestion and I will think it over 
tomorrow. It's already midnight here, so I'll go to bed first ?9?6?? Thank you 
again. By the way, it seems that every time I send you an email, you always 
reject it.




--  --
??: "The gem5 Users mailing list"___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


gem5-users@gem5.org

2023-04-20 Thread via gem5-users
Okay, thank you. I have received your suggestion and I will think it over 
tomorrow. It's already midnight here, so I'll go to bed first ?9?6?? Thank you 
again. By the way, it seems that every time I send you an email, you always 
reject it.



--  --
??: "The gem5 Users mailing list"___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


gem5-users@gem5.org

2023-04-20 Thread via gem5-users
Okay, thank you. I have received your suggestion and I will think it over 
tomorrow. It's already midnight here, so I'll go to bed first ?9?6?? Thank you 
again. By the way, it seems that every time I send you an email, you always 
reject it.




--  --
??: "The gem5 Users mailing list"___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


gem5-users@gem5.org

2023-04-20 Thread via gem5-users
Thank you for your reply again, hahahaha. I have been thinking recently whether 
it is possible to design ALU through Verilog, translate it through Verilator or 
other tools, and ultimately use it in Gem5. I'm not sure if it's feasible. I am 
so obsessed with ALU because I need to provide a rough reproduction of an 
article that uses the Residual Number System (RNS) to design a CPU core. Since 
I first learned about Gem5, I wanted to keep working on this tool. But now it 
doesn't seem very good.




--  --
??: "The gem5 Users mailing list"___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


gem5-users@gem5.org

2023-04-20 Thread via gem5-users
Hello everyone, I would like to ask, when executing non memory access 
instructions in Gem5, shouldn't it be executed in ALU? But ALU has not been 
specifically designed and implemented, how is this instruction executed?___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


gem5-users@gem5.org

2023-04-19 Thread via gem5-users
Hello everyone, does anyone know the principle of calculating power consumption 
by McPAT? Can its ALU modeling be modified?___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


[gem5-users] ????????????the definition of IntAlu

2023-04-12 Thread via gem5-users
Thank you, next I will learn about the relevant simulator




--  --
??: "The gem5 Users mailing list"___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


[gem5-users] ??????the definition of IntAlu

2023-04-12 Thread via gem5-users
So my current understanding is that there is no specific implementation of the 
ALU in gem5, but some required attributes are set, such as delay, number of 
functional units, power consumption, etc. So to design the ALU, it doesn't 
work. The feeling is to regard the functional unit as a black box, no matter 
what is done in the middle, only define how long it takes to get out of the 
black box, and how much power is used in the black box, etc. Do you think I 
understand this right?


--  --
??: 
   "The gem5 Users mailing list"

___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


[gem5-users] the definition of IntAlu

2023-04-11 Thread via gem5-users
In gem5, where are the actual definitions of various functional units? For 
example, where is the definition of IntAlu?___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


gem5-users@gem5.org

2023-04-10 Thread via gem5-users
Hello everyone. I wonder if it is possible to customize the ALU in gem5?___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


gem5-users@gem5.org

2023-04-09 Thread via gem5-users
Hi everyone, I'm new to gem5. I wonder if it is possible to make changes to the 
ALU with Gem5? For example, I want to implement the addition of two numbers 
through the Residue Number System instead of binary. Or is there any way to 
implement addition based on Residue Number System? Such as modifying 
instructions?___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org