diff --git a/tools/oneclick/prestudy/components/ctrl_unb1_board.py b/tools/oneclick/prestudy/components/ctrl_unb1_board.py index 707d8f4ca4436a3672b260fa3f00c417bc7ec3b1..db3f9fe049b725e314fb0aa93295c9b94c3cff77 100644 --- a/tools/oneclick/prestudy/components/ctrl_unb1_board.py +++ b/tools/oneclick/prestudy/components/ctrl_unb1_board.py @@ -179,9 +179,9 @@ HDLLIB_ENTRIES_SDC = """ $RADIOHDL/boards/uniboard1/libraries/unb1_board/quartus/unb1_board.sdc """ path = '' -class ctrl_unb1_board(Component): +class ctrl_unb1_board(Entity): def __init__(self, inst_nr=None, **kwargs): - Component.__init__(self, inst_nr=inst_nr, name='ctrl_unb1_board') + Entity.__init__(self, inst_nr=inst_nr, name='ctrl_unb1_board') self.init_entity(path, self.name, kwargs)