diff options
Diffstat (limited to 'python/m5/objects/Bus.mpy')
-rw-r--r-- | python/m5/objects/Bus.mpy | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/python/m5/objects/Bus.mpy b/python/m5/objects/Bus.mpy deleted file mode 100644 index aa12f757a..000000000 --- a/python/m5/objects/Bus.mpy +++ /dev/null @@ -1,6 +0,0 @@ -from BaseHier import BaseHier - -simobj Bus(BaseHier): - type = 'Bus' - clock_ratio = Param.ClockPeriod("ratio of CPU to bus frequency") - width = Param.Int("bus width in bytes") |