Fix ISIM support for mixed HDL languages

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