We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf1ed6 commit 5d05fffCopy full SHA for 5d05fff
veriloggen/function.py
@@ -6,6 +6,7 @@
6
7
import vtypes
8
9
+#-------------------------------------------------------------------------------
10
class Function(vtypes.VeriloggenNode):
11
def __init__(self, name, width=1):
12
self.name = name
veriloggen/task.py
class Task(vtypes.VeriloggenNode):
0 commit comments