Skip to content

Commit

Permalink
Merge branch 'release-1.0.0.a5'
Browse files Browse the repository at this point in the history
Merge release branch into master.
  • Loading branch information
benjmarshall committed Sep 17, 2018
2 parents 2fe76d1 + b6937e2 commit a4426d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hlsclt/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0.a4'
__version__ = '1.0.0.a5'
2 changes: 1 addition & 1 deletion hlsclt/build_commands/build_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def do_start_build_stuff(ctx):
file.write("open_solution -reset \"solution" + str(solution_num) + "\"" + "\n")
else:
file.write("open_solution \"solution" + str(solution_num) + "\"" + "\n")
file.write("set_part \{" + config["part_name"] + "\}" + "\n")
file.write("set_part " + config["part_name"] + "\n")
file.write("create_clock -period " + config["clock_period"] + " -name default" + "\n")
return file
except OSError:
Expand Down

0 comments on commit a4426d0

Please sign in to comment.