Commit 4047e1c8 authored by Paweł Szostek's avatar Paweł Szostek

Fix error in directory mapping with vmap

parent 20cbf02f
No preview for this file type
......@@ -311,7 +311,7 @@ clean:
for lib in libs:
self.write(lib+"/."+lib+":\n")
self.write(' '.join(["\t(vlib", lib, "&&", "vmap", "-modelsimini modelsim.ini",
lib, "./"+lib, "&&", "touch", lib+"/."+lib,")"]))
lib, "&&", "touch", lib+"/."+lib,")"]))
self.write(' '.join(["||", "rm -rf", lib, "\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