Skip to content

Commit 568fb33

Browse files
committed
move source files to src/
1 parent ef6541c commit 568fb33

24 files changed

+69
-28
lines changed
File renamed without changes.
File renamed without changes.

cmn_base.py renamed to src/cmn_base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,9 @@ def cpus(self):
305305
if cpu.CMN() == self:
306306
yield cpu
307307

308+
def has_cpu_mappings(self):
309+
return self.owner.has_cpu_mappings()
310+
308311
def port_at_id(self, base_id):
309312
# Get the CMNPort object with a given base id.
310313
for p in self.ports():
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)