Skip to content

Commit e465edc

Browse files
shuckcolofk
authored andcommitted
tool openlanes missing systemVerilogSource
1 parent 887c322 commit e465edc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

edalize/openlane.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ def configure_main(self):
3030
for f in src_files:
3131
if f.file_type.startswith("verilogSource"):
3232
files.append(f.name)
33+
elif f.file_type.startswith("systemVerilogSource"):
34+
files.append(f.name)
3335
elif f.file_type == "tclSource":
3436
tcl.append(f.name)
3537

0 commit comments

Comments
 (0)