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")