Searched hist:10172 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/o3/
H A Ddecode_impl.hhdiff 10172:790a214be1f4 Wed Apr 23 05:18:00 EDT 2014 Dam Sunwoo <dam.sunwoo@arm.com> cpu: Add O3 CPU width checks

O3CPU has a compile-time maximum width set in o3/impl.hh, but checking
the configuration against this limit was not implemented anywhere
except for fetch. Configuring a wider pipe than the limit can silently
cause various issues during the simulation. This patch adds the proper
checking in the constructor of the various pipeline stages.
H A Drename_impl.hhdiff 10172:790a214be1f4 Wed Apr 23 05:18:00 EDT 2014 Dam Sunwoo <dam.sunwoo@arm.com> cpu: Add O3 CPU width checks

O3CPU has a compile-time maximum width set in o3/impl.hh, but checking
the configuration against this limit was not implemented anywhere
except for fetch. Configuring a wider pipe than the limit can silently
cause various issues during the simulation. This patch adds the proper
checking in the constructor of the various pipeline stages.
H A Diew_impl.hhdiff 10172:790a214be1f4 Wed Apr 23 05:18:00 EDT 2014 Dam Sunwoo <dam.sunwoo@arm.com> cpu: Add O3 CPU width checks

O3CPU has a compile-time maximum width set in o3/impl.hh, but checking
the configuration against this limit was not implemented anywhere
except for fetch. Configuring a wider pipe than the limit can silently
cause various issues during the simulation. This patch adds the proper
checking in the constructor of the various pipeline stages.
H A Dcommit_impl.hhdiff 10172:790a214be1f4 Wed Apr 23 05:18:00 EDT 2014 Dam Sunwoo <dam.sunwoo@arm.com> cpu: Add O3 CPU width checks

O3CPU has a compile-time maximum width set in o3/impl.hh, but checking
the configuration against this limit was not implemented anywhere
except for fetch. Configuring a wider pipe than the limit can silently
cause various issues during the simulation. This patch adds the proper
checking in the constructor of the various pipeline stages.

Completed in 52 milliseconds