Skip to content

Commit

Permalink
Update edalize/templates/design_compiler/design-compiler-read-sources…
Browse files Browse the repository at this point in the history
….tcl.j2

Co-authored-by: سید محمد رضی موسوی <Semora@users.noreply.github.com>
  • Loading branch information
2 people authored and olofk committed Jun 19, 2023
1 parent 16999f9 commit f997b0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Auto-generated project tcl file to read all sources

{% if incdirs -%}
set search_path [list {{ incdirs|join(' ') }}]
set search_path [concat [list {{ incdirs|join(' ') }}] $search_path]
{%- endif %}

{% for src_file in src_files if src_file|src_file_filter%}
Expand Down

0 comments on commit f997b0e

Please sign in to comment.