From 0e430707eedc5bc4262ba79e8c1ce7820ee70c7e Mon Sep 17 00:00:00 2001 From: Pepping <pepping> Date: Fri, 29 Jan 2016 09:49:18 +0000 Subject: [PATCH] renamed component to entity --- tools/oneclick/prestudy/components/ctrl_unb1_board.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/oneclick/prestudy/components/ctrl_unb1_board.py b/tools/oneclick/prestudy/components/ctrl_unb1_board.py index 707d8f4ca4..db3f9fe049 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) -- GitLab