diff options
Diffstat (limited to 'objects/Bus.mpy')
-rw-r--r-- | objects/Bus.mpy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/objects/Bus.mpy b/objects/Bus.mpy index 9e112bfe6..025d69785 100644 --- a/objects/Bus.mpy +++ b/objects/Bus.mpy @@ -1,5 +1,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") |