You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to simulate a 16 core heterogenous processor with 16 L1 caches and 1 shared L2.
In the README it says to have an instance for all the heterogeneous components and the corresponding hetero flags must be set in the XML file. I have done the first part (creating a separate instance for each component) and I'm not sure how to do the second part(hetero flags). Also I have set the value for all homogeneous_* to 0.
But I am getting the error saying "double free or corruption (!prev) Aborted (core dumped)".
I am trying to simulate a 16 core heterogenous processor with 16 L1 caches and 1 shared L2.
In the README it says to have an instance for all the heterogeneous components and the corresponding hetero flags must be set in the XML file. I have done the first part (creating a separate instance for each component) and I'm not sure how to do the second part(hetero flags). Also I have set the value for all homogeneous_* to 0.
But I am getting the error saying "double free or corruption (!prev) Aborted (core dumped)".
Thanks.
You can see my XML file here.
The text was updated successfully, but these errors were encountered: