Skip to content

Commit

Permalink
fix vivado test
Browse files Browse the repository at this point in the history
  • Loading branch information
kammoh committed Feb 14, 2025
1 parent 7ca4a0e commit 56a9bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_vivado.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def test_vivado_synth_template() -> None:
tcl_file = flow.copy_from_template(
"vivado_synth.tcl",
xdc_files=[],
reports_tcl="reports_tcl",
generics=" ".join(vivado_synth_generics(design.rtl.parameters)),
tcl_files=[],
generics=vivado_synth_generics(design.rtl.parameters),
)
with open(run_dir / tcl_file) as f:
vivado_tcl = f.read()
Expand Down

0 comments on commit 56a9bbe

Please sign in to comment.