Fix ISIM support for mixed HDL languages

parent d3824c98
......@@ -255,7 +255,7 @@ fuse:
self.write(
" \\\n" + os.path.join(dep_file.library,
name, "." + name + "_" +
vhdl_file.extension()))
dep_file.extension()))
else:
self.write(" \\\n" + os.path.join(dep_file.rel_path()))
self.write('\n')
......
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