The latest CoreGen devel tree (IR Spec 1.4.5+) contains an additional, optional parameter "LineSize" that specifies the size of an individual cache line in bytes. This value defaults to "64", but we should be able to set this value from the CoreGenPortal via the SetLineSize(unsigned S) function in the CoreGenCache class.
The latest CoreGen devel tree (IR Spec 1.4.5+) contains an additional, optional parameter "LineSize" that specifies the size of an individual cache line in bytes. This value defaults to "64", but we should be able to set this value from the CoreGenPortal via the
SetLineSize(unsigned S)
function in the CoreGenCache class.