Thanks for the hint.

opList = [ OpDesc(opClass='IntMult', opLat=3, issueLat=1),
count = 1
It seems this specifies delay for each type of instruction, but what's the
meaning of count, opLat and issueLat?
Also where can I find the opClass definition for ARM instruction set? I
know it should be somewhere under arch/arm/isa, but I still cannot find the
list of ARM opclass definition in gem5.


On Wed, Sep 12, 2012 at 2:00 PM, Amin Farmahini <[email protected]> wrote:

> The instruction delay for ARM O3 is defined in
> configs/common/O3_ARM_v7a.py . You can do something similar for ALPHA.
>
> Amin
>
>
>
> On Wed, Sep 12, 2012 at 12:48 PM, Jianghao Guo <[email protected]> wrote:
>
>> Is there any way I can increase execution delay of some instructions?
>> For example, if I want to increase delay for some specific ALPHA floating
>> point instructions, where I can change it?
>>
>> Thanks
>>
>> _______________________________________________
>> gem5-users mailing list
>> [email protected]
>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>>
>
>
> _______________________________________________
> gem5-users mailing list
> [email protected]
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to