[gem5-users] Re: Ethernet support for ARM FS simulation

2020-11-07 Thread Gabe Black via gem5-users
gt; 的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件! > This e-mail and its attachments contain confidential information from > HUAWEI, which > is intended only for the person or entity whose address is listed above. > Any use of the > information contained herein in any way (including, but not l

[gem5-users] Re: Ethernet support for ARM FS simulation

2020-11-05 Thread Gabe Black via gem5-users
That sounds like the problem I fixed with this CL: https://gem5-review.googlesource.com/c/public/gem5/+/35516 Gabe On Thu, Nov 5, 2020 at 4:42 AM Liyichao via gem5-users wrote: > Hi Gabe: > > I have looked at the email below, I also has the same question. > As you mentioned, I just

[gem5-users] Re: Ethernet support for ARM FS simulation

2020-11-05 Thread Liyichao via gem5-users
Hi Gabe: I have looked at the email below, I also has the same question. As you mentioned, I just modified the FSConfig.py in function makeArmSystem with “self.ethernet = IGbE_e1000(pci_bus=0, pci_dev=0, pci_func=0, InterruptLine=1, InterruptPin=1)

[gem5-users] Re: Ethernet support for ARM FS simulation

2020-08-28 Thread Gabe Black via gem5-users
You shouldn't modify your config by changing anything in src/, you should do that in the config scripts. If you want to add additional devices, they don't have to be part of the platform object, they just need to be connected to the right busses, etc. Gabe On Fri, Aug 28, 2020 at 12:06 PM HENG