diff options
Diffstat (limited to 'python/m5/objects/Bus.py')
-rw-r--r-- | python/m5/objects/Bus.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/python/m5/objects/Bus.py b/python/m5/objects/Bus.py deleted file mode 100644 index 26509d7d2..000000000 --- a/python/m5/objects/Bus.py +++ /dev/null @@ -1,7 +0,0 @@ -from m5 import * -from BaseHier import BaseHier - -class Bus(BaseHier): - type = 'Bus' - clock = Param.Clock("bus frequency") - width = Param.Int("bus width in bytes") |