summaryrefslogtreecommitdiff
path: root/objects/Bus.mpy
diff options
context:
space:
mode:
Diffstat (limited to 'objects/Bus.mpy')
-rw-r--r--objects/Bus.mpy6
1 files changed, 0 insertions, 6 deletions
diff --git a/objects/Bus.mpy b/objects/Bus.mpy
deleted file mode 100644
index 025d69785..000000000
--- a/objects/Bus.mpy
+++ /dev/null
@@ -1,6 +0,0 @@
-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")