CMU-SAFARI/MQSim

minor xml tag error and some missing parameters

Closed this issue · 0 comments

c-w-m commented

=========================================================
workload-backend-contention-flow-1.xml
workload-backend-contention-flow-1-flow-2.xml
was
<Generated_Aligned_Addresses>true</<Generated_Aligned_Addresses>
is
<Generated_Aligned_Addresses>true</Generated_Aligned_Addresses>

3rd scenario missing parameters
<Generated_Aligned_Addresses>true</Generated_Aligned_Addresses>
<Address_Alignment_Unit>16</Address_Alignment_Unit>

==========================================================
workload-backend-contention-flow-2.xml
workload-queue-fetch-size-flow-1.xml
workload-queue-fetch-size-flow-2.xml
workload-queue-fetch-size-flow-1-flow-2.xml
workload-datacache-contention-flow-1.xml
workload-datacache-contention-flow-2.xml
workload-datacache-contention-flow-1-flow-2.xml

multiple places
was
<Generated_Aligned_Addresses>true</<Generated_Aligned_Addresses>
is
<Generated_Aligned_Addresses>true</Generated_Aligned_Addresses>

=========================================================