diff options
Diffstat (limited to 'python/m5/objects/Bus.py')
-rw-r--r-- | python/m5/objects/Bus.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/python/m5/objects/Bus.py b/python/m5/objects/Bus.py deleted file mode 100644 index 8c5397281..000000000 --- a/python/m5/objects/Bus.py +++ /dev/null @@ -1,6 +0,0 @@ -from m5 import * -from MemObject import MemObject - -class Bus(MemObject): - type = 'Bus' - bus_id = Param.Int(0, "blah") |