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

Last commit

parent 2b0cdbd1
Branches
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ class Constant: ...@@ -64,7 +64,7 @@ class Constant:
self.type = type self.type = type
self.value = value self.value = value
class signal: class Signl:
def __init__(self, name, type, default=""): def __init__(self, name, type, default=""):
self.name = name self.name = name
...@@ -91,6 +91,7 @@ class Entity: ...@@ -91,6 +91,7 @@ class Entity:
self.genericTypes = [] self.genericTypes = []
self.longestGenericName = 15 self.longestGenericName = 15
self.longestGenericType = 8 self.longestGenericType = 8
self.architecture = []
def read_entity_from_file(self, path, name): def read_entity_from_file(self, path, name):
fname = path + name + ".vhd" fname = path + name + ".vhd"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment