dist, dev: add an ethernet switch model

This commit is contained in:
Mohammad Alian
2016-02-06 13:33:34 -05:00
parent ce35c06c6e
commit 24da47cf96
4 changed files with 392 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ SimObject('Ethernet.py')
# Basic Ethernet infrastructure
Source('etherbus.cc')
Source('etherswitch.cc')
Source('etherdevice.cc')
Source('etherdump.cc')
Source('etherint.cc')