Commit 5dd6bb3d authored by Pascal Bos's avatar Pascal Bos

fixed the bd file not correctly building when there is residu in the folder

parent be0bdbb8
Pipeline #3650 failed with stage
in 2 minutes and 7 seconds
......@@ -129,6 +129,8 @@ foreach line $content {
set use_bd true
read_bd $line
make_wrapper -files [get_files $line] -top -import
reset_target all [get_files $line]
generate_target all [get_files $line]
} elseif {[string range $line $line_length-4 $line_length] == ".bmm"} {
# Set pointer to bmm file if any
# puts "bmm"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment