summaryrefslogtreecommitdiff
path: root/python/m5/objects/Bus.mpy
blob: 025d69785cfc7eafca9193c1752ed71d2f77dc9f (plain)
1
2
3
4
5
6
from BaseHier import BaseHier

simobj Bus(BaseHier):
    type = 'Bus'
    clock_ratio = Param.Int("ratio of CPU to bus frequency")
    width = Param.Int("bus width in bytes")