In addition to a couple of minor bugfixes, this version adds support for a per-cluster issue-width resource.
To set the per-cluster issue-width resource, you use the IssueWidth.<cluster> resource.
For example, the following machine model configuration models a machine which can issue up to 4 ops/inst, but only 2 ops/inst in cluster 0, and 2 ops/inst in cluster 1.
- Code: Select all
RES: IssueWidth 4
RES: IssueWidth.0 2
RES: IssueWidth.1 2
-- Paolo