Skip to content
Snippets Groups Projects
Commit eb574e21 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

Merge branch 'dev' of https://github.com/umav1511/finn into feature/syncooc_updates

parents e38d67cb 5cc75560
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,8 @@ class SynthOutOfContext(Transformation):
for file in all_verilog_srcs:
if file.endswith(".v"):
copy2(file, build_dir)
if file.endswith(".vh"):
copy2(file, build_dir)
ret = out_of_context_synth(
build_dir, top_module_name, self.part, self.clk_name, self.clk_period_ns
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment