[gem5-users] Error during gem5 full system simulation with DerivO3CPU

2019-04-20 Thread ABHISHEK BHATTACHARYYA
Hi

I am trying to run a full system simulation with DerivO3CPU and a mesh 
interconnect model from garnet2.0. However, the simulation fails giving the 
following error message. Any idea what can be wrong?

build/X86_MESI_Two_Level/mem/packet.hh:1047: T* Packet::getPtr() [with T = 
unsigned char]: Assertion `flags.isSet(STATIC_DATA|DYNAMIC_DATA)' failed.


Regards,


Abhishek Bhattacharyya

Graduate Research Assistant

Electrical and Computer Engineering Department

University of Wisconsin-Madison
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Error during gem5 full system simulation with DerivO3CPU

2019-04-20 Thread Abhishek Singh
Use an older commit
It solves the problem

On Sat, Apr 20, 2019 at 1:48 PM ABHISHEK BHATTACHARYYA <
abhattach...@wisc.edu> wrote:

> Hi
>
> I am trying to run a full system simulation with DerivO3CPU and a mesh
> interconnect model from garnet2.0. However, the simulation fails giving the
> following error message. Any idea what can be wrong?
>
> build/X86_MESI_Two_Level/mem/packet.hh:1047: T* Packet::getPtr() [with T =
> unsigned char]: Assertion `flags.isSet(STATIC_DATA|DYNAMIC_DATA)' failed.
>
> Regards,
>
>
> Abhishek Bhattacharyya
>
> *Graduate Research Assistant*
>
> *Electrical and Computer Engineering Department*
>
> *University of Wisconsin-Madison*
> ___
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Error during gem5 full system simulation with DerivO3CPU

2019-04-22 Thread ABHISHEK BHATTACHARYYA
Can someone help me with this?

From: ABHISHEK BHATTACHARYYA
Sent: Saturday, April 20, 2019 12:48 PM
To: gem5-users@gem5.org
Subject: Error during gem5 full system simulation with DerivO3CPU

Hi

I am trying to run a full system simulation with DerivO3CPU and a mesh 
interconnect model from garnet2.0. However, the simulation fails giving the 
following error message. Any idea what can be wrong?

build/X86_MESI_Two_Level/mem/packet.hh:1047: T* Packet::getPtr() [with T = 
unsigned char]: Assertion `flags.isSet(STATIC_DATA|DYNAMIC_DATA)' failed.


Regards,


Abhishek Bhattacharyya

Graduate Research Assistant

Electrical and Computer Engineering Department

University of Wisconsin-Madison
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Error during gem5 full system simulation with DerivO3CPU

2019-04-22 Thread ABHISHEK BHATTACHARYYA
Thanks, Abhishek. Do you know which previous commit will work fine?

From: gem5-users  on behalf of Abhishek Singh 

Sent: Saturday, April 20, 2019 12:54 PM
To: gem5 users mailing list
Subject: Re: [gem5-users] Error during gem5 full system simulation with 
DerivO3CPU

Use an older commit
It solves the problem

On Sat, Apr 20, 2019 at 1:48 PM ABHISHEK BHATTACHARYYA 
mailto:abhattach...@wisc.edu>> wrote:
Hi

I am trying to run a full system simulation with DerivO3CPU and a mesh 
interconnect model from garnet2.0. However, the simulation fails giving the 
following error message. Any idea what can be wrong?

build/X86_MESI_Two_Level/mem/packet.hh:1047: T* Packet::getPtr() [with T = 
unsigned char]: Assertion `flags.isSet(STATIC_DATA|DYNAMIC_DATA)' failed.


Regards,


Abhishek Bhattacharyya

Graduate Research Assistant

Electrical and Computer Engineering Department

University of Wisconsin-Madison

___
gem5-users mailing list
gem5-users@gem5.org<mailto:gem5-users@gem5.org>
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Error during gem5 full system simulation with DerivO3CPU

2019-04-22 Thread Abhishek Singh
Hi Abhishek,

This commit works perfectly 6379bebd41899ca74ac146e8073aee0bd1781b3f


Best regards,

Abhishek


On Mon, Apr 22, 2019 at 2:58 PM ABHISHEK BHATTACHARYYA <
abhattach...@wisc.edu> wrote:

> Thanks, Abhishek. Do you know which previous commit will work fine?
> --
> *From:* gem5-users  on behalf of Abhishek
> Singh 
> *Sent:* Saturday, April 20, 2019 12:54 PM
> *To:* gem5 users mailing list
> *Subject:* Re: [gem5-users] Error during gem5 full system simulation with
> DerivO3CPU
>
> Use an older commit
> It solves the problem
>
> On Sat, Apr 20, 2019 at 1:48 PM ABHISHEK BHATTACHARYYA <
> abhattach...@wisc.edu> wrote:
>
> Hi
>
> I am trying to run a full system simulation with DerivO3CPU and a mesh
> interconnect model from garnet2.0. However, the simulation fails giving the
> following error message. Any idea what can be wrong?
>
> build/X86_MESI_Two_Level/mem/packet.hh:1047: T* Packet::getPtr() [with T =
> unsigned char]: Assertion `flags.isSet(STATIC_DATA|DYNAMIC_DATA)' failed.
>
> Regards,
>
>
> Abhishek Bhattacharyya
>
> *Graduate Research Assistant*
>
> *Electrical and Computer Engineering Department*
>
> *University of Wisconsin-Madison*
> ___
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>
> ___
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Error during gem5 full system simulation with DerivO3CPU

2019-04-23 Thread yangjz
I give an advice: First do a simple full system simulation.  



At 2019-04-23 03:00:38, "ABHISHEK BHATTACHARYYA"  wrote:

Can someone help me with this?
From: ABHISHEK BHATTACHARYYA
Sent: Saturday, April 20, 2019 12:48 PM
To: gem5-users@gem5.org
Subject: Error during gem5 full system simulation with DerivO3CPU
 
Hi


I am trying to run a full system simulation with DerivO3CPU and a mesh 
interconnect model from garnet2.0. However, the simulation fails giving the 
following error message. Any idea what can be wrong?

build/X86_MESI_Two_Level/mem/packet.hh:1047: T* Packet::getPtr() [with T = 
unsigned char]: Assertion `flags.isSet(STATIC_DATA|DYNAMIC_DATA)' failed.  



Regards,




Abhishek Bhattacharyya

Graduate Research Assistant

Electrical and Computer Engineering Department

University of Wisconsin-Madison___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users