Skip to content

Commit

Permalink
Merge 74b5f9d into 667440b
Browse files Browse the repository at this point in the history
  • Loading branch information
rsetaluri committed Sep 6, 2018
2 parents 667440b + 74b5f9d commit 065c65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magma/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __compile_to_coreir(main, file_name, opts):
cmd = f"coreir {lib_arg} -i {file_name}.json"
if opts.get("split", ""):
split = opts["split"]
cmd += f" -o {split}/*.v -s"
cmd += f" -o \"{split}/*.v\" -s"
else:
cmd += f" -o {file_name}.v"
subprocess.run(cmd, shell=True)
Expand Down

0 comments on commit 065c65b

Please sign in to comment.