summaryrefslogtreecommitdiff
path: root/objects/Bus.mpy
blob: 9e112bfe60d516e491f646acb66fd9ece63940e2 (plain)
1
2
3
4
5
from BaseHier import BaseHier

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