[gem5-users] Re: Error coming while running GEM5 in FS mode

2021-01-21 Thread Giacomo Travaglini via gem5-users
I believe you are not providing a valid kernel to the command line: "/home/coep/gem5/full_systems_images/binaries" is likely the folder containing the kernel image. This should rather be: /home/coep/gem5/full_systems_images/binaries/ If that's not the case, I'd recommend you to use gdb to unde

[gem5-users] Re: SimpleMem error

2021-01-21 Thread Giacomo Travaglini via gem5-users
Hi It seems like the VExpress_GEM5_Base.bootmem (first 64MB of memory) is overlapping with some other memory. Have you made any modifications to starter_fs.py or to other configuration scripts? By default starter_fs.py should start allocating memory at 2GB, so my guess is that you are adding

[gem5-users] VExpress_GEM5_V1, Ethernet, and BARs

2021-01-21 Thread Bohren, Jonathan via gem5-users
We've been using the `VExpress_GEM5_V1` platform but it was failing on both `stable` and `develop` when adding an `IGbE_e1000` PCI device to the `makeArmSystem()` function in `FSConfig.py`. We've worked around it, but looking for the "right way" to add such a device. For reference, the change i

[gem5-users] run caffe in Gem5

2021-01-21 Thread Javad Mozaffari via gem5-users
Hello, i want to run caffe in gem5 but i'm new to gem5, where can i learn about this??? ___ 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: run caffe in Gem5

2021-01-21 Thread Matt Sinclair via gem5-users
Hi Javad, tl;dr: I don't believe anyone has publicly announced Caffe running end-to-end in gem5, but I have gotten hipCaffe to run for parts of applications in the past. A couple years ago I started working on getting hipCaffe (the HIP version of Caffe -- HIP is the current GPU programming langua

[gem5-users] Re: VExpress_GEM5_V1, Ethernet, and BARs

2021-01-21 Thread Gabe Black via gem5-users
Are you using up to date develop? There was a bug like this a while ago, but it's been fixed on develop for a while as well. Gabe On Thu, Jan 21, 2021 at 6:35 PM Bohren, Jonathan via gem5-users < gem5-users@gem5.org> wrote: > We've been using the `VExpress_GEM5_V1` platform but it was failing on