Skip to content
Snippets Groups Projects
Commit 0e430707 authored by Pepping's avatar Pepping
Browse files

renamed component to entity

parent ff670192
No related branches found
No related tags found
No related merge requests found
...@@ -179,9 +179,9 @@ HDLLIB_ENTRIES_SDC = """ ...@@ -179,9 +179,9 @@ HDLLIB_ENTRIES_SDC = """
$RADIOHDL/boards/uniboard1/libraries/unb1_board/quartus/unb1_board.sdc $RADIOHDL/boards/uniboard1/libraries/unb1_board/quartus/unb1_board.sdc
""" """
path = '' path = ''
class ctrl_unb1_board(Component): class ctrl_unb1_board(Entity):
def __init__(self, inst_nr=None, **kwargs): 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) self.init_entity(path, self.name, kwargs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment