Skip to content

Commit 67e69ec

Browse files
committed
bugfix: ttboard.cocotb.dut was not calling parent init in ctor
1 parent d39ba1d commit 67e69ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ttboard/cocotb/dut.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class DUT(microcotb.dut.DUT):
5252
'uio_out', 'uio_oe_pico']
5353

5454
def __init__(self, name:str='DUT'):
55+
super().__init__(name)
5556
tt:DemoBoard = DemoBoard.get()
5657
self.tt = tt # give ourselves access to demoboard object
5758

0 commit comments

Comments
 (0)