Aerosmith
Results
2
comments of
Aerosmith
> 或者这么算: 总执行时钟数 = Sigma(每个片段所代表的cluster的时钟周期数) 一个片段所代表的cluster的时钟周期数 = 这个片段所代表的cluster的指令数 / 这个片段的CPI 这个片段所代表的cluster的指令数 = 总指令数 * 权重 > > 这个计算方法化简之后和上面说的算加权平均CPI的算法是一样的。 这里的总指令数是NEMU采集simpoint的时候log里打印出来total guest instructions吗? ``` [src/cpu/cpu-exec.c:95,monitor_statistic] total guest instructions = 254,652,097,553 ``` 还有你们给的specCPU2006的分数,在采集simpoint的时候用的--cpt-interval是多少?
I would like to ask if this is already in the development plan of gem5. I recently encountered the need to use sv48 in gem5 in a project