Commit 01309173 authored by Paweł Szostek's avatar Paweł Szostek

srcfile.py: remove redundant code

parent 38c22f5d
......@@ -304,8 +304,7 @@ class VerilogFile(SourceFile):
class SVFile(VerilogFile):
def __init__(self, path, library=None, vlog_opt=None, include_dirs=None):
VerilogFile.__init__(self, path, library, vlog_opt, include_dirs)
pass
class UCFFile(File):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment