Trailing whitespace in ISim

parent 0fb6ba69
......@@ -136,7 +136,7 @@ VLOGCOMP_FLAGS := -intstyle default -incremental -initfile xilinxsim.ini """ +
self.write('\n')
# tell how to make libraries
self.write('LIB_IND := ')
self.write(' '.join([lib + path_mod.slash_char() +
self.write(' '.join([lib + path_mod.slash_char() +
"." + lib for lib in libs]))
self.write('\n')
self.writeln("""\
......
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