[gem5-users] Re: Help in Understanding "Simple.py" Config File

2020-08-25 Thread Dwaipayan Ray via gem5-users
Thanks, Ciro, for the link. I was looking for the path
(build/ARM/params/ClockedObject.hh) which I got. Appreciate your help.

On Tue, Aug 25, 2020 at 9:32 PM Ciro Santilli 
wrote:

> This gives some pointers on the SimObject Python/C++ interaction which
> might clarify things:
>
> https://stackoverflow.com/questions/62969566/attributes-of-system-object-in-gem5/62970092#62970092
>
> On Tue, Aug 25, 2020 at 2:21 PM Dwaipayan Ray via gem5-users
>  wrote:
> >
> > Hello Everyone,
> >
> > I am very new to gem5 and currently practicing/understanding the part-1
> of "learning gem5" documentation.
> >
> > I am curious to know the following
> >
> > Which components can be included inside the system? I mean like
> system.cpu, from where can I find the list of these modules?
> > What is the valid set of parameters that can be assigned? E.g., it is
> mentioned that system.mem_ctrl = DDR3_1600_8x8() can be changed to DDR4.
> So, how to be aware of these parameters/options?
> >
> > Please respond and provide me the idea.
> >
> > Thanks in advance.
> > Ray
> > ___
> > gem5-users mailing list -- gem5-users@gem5.org
> > To unsubscribe send an email to gem5-users-le...@gem5.org
> > %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
>
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-users] Re: Help in Understanding "Simple.py" Config File

2020-08-25 Thread Ciro Santilli via gem5-users
This gives some pointers on the SimObject Python/C++ interaction which
might clarify things:
https://stackoverflow.com/questions/62969566/attributes-of-system-object-in-gem5/62970092#62970092

On Tue, Aug 25, 2020 at 2:21 PM Dwaipayan Ray via gem5-users
 wrote:
>
> Hello Everyone,
>
> I am very new to gem5 and currently practicing/understanding the part-1 of 
> "learning gem5" documentation.
>
> I am curious to know the following
>
> Which components can be included inside the system? I mean like system.cpu, 
> from where can I find the list of these modules?
> What is the valid set of parameters that can be assigned? E.g., it is 
> mentioned that system.mem_ctrl = DDR3_1600_8x8() can be changed to DDR4. So, 
> how to be aware of these parameters/options?
>
> Please respond and provide me the idea.
>
> Thanks in advance.
> Ray
> ___
> gem5-users mailing list -- gem5-users@gem5.org
> To unsubscribe send an email to gem5-users-le...@gem5.org
> %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s