Skip to content

Commit

Permalink
Make Symbiflow use systemVerilogSource files
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosedp authored and olofk committed Aug 16, 2023
1 parent 1a5f926 commit c7e7f0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions edalize/symbiflow.py
Expand Up @@ -257,6 +257,8 @@ def configure_vpr(self):
for f in src_files:
if f.file_type in ["verilogSource"]:
file_list.append(f.name)
if f.file_type in ["systemVerilogSource"]:
file_list.append(f.name)
if f.file_type in ["SDC"]:
timing_constraints.append(f.name)
if f.file_type in ["PCF"]:
Expand Down

0 comments on commit c7e7f0e

Please sign in to comment.