misc: Remove FullSystem check for networking components
authorMichael LeBeane <michael.lebeane@amd.com>
Wed, 14 Sep 2016 03:06:32 +0000 (23:06 -0400)
committerMichael LeBeane <michael.lebeane@amd.com>
Wed, 14 Sep 2016 03:06:32 +0000 (23:06 -0400)
commitcc58148fe11fd9f579cf7b918472552897c809fb
tree938935b5cdddad7b00c7c2e0182c4267e4c97996
parent4c903d04128e2232e1121ea5344904bf86342094
misc: Remove FullSystem check for networking components
Ethernet devices are currently only hooked up if running in FS mode.  Much of
the Ethernet networking code is generic and can be used to build non-Ethernet
device models.  Some of these device models do not require a complex driver
stack and can be built to use an EmulatedDriver in SE mode. This patch enables
etherent interfaces to properly connect regardless of whether the simulation
is in FS or SE mode.
src/python/swig/pyobject.cc