Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
shtaxxx committed Oct 7, 2017
1 parent 858d49a commit eb81dfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ipgen/ipgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,12 @@ def build(self, configs, topmodule, ipname, filelist,
# print settings
if not silent:
print("[IP-core Information]")
print(" IP-core name : %s" % ipname)
print(" Top-module name : %s" % topmodule)
print(" IP-core name: %s" % ipname)
print(" Top-module name: %s" % topmodule)

print("[Synthesis Option]")
for k, v in sorted(configs.items(), key=lambda x: x[0]):
print(" %s : %s" % (str(k), str(v)))
print(" %s: %s" % (str(k), str(v)))

# write to file
if configs['if_type'] == 'general':
Expand Down
4 changes: 2 additions & 2 deletions ipgen/run_ipgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def showVersion():

if not options.silent:
print("[Input Files]")
print(" configuration: %s" % configfile)
print(" user-logic: %s" % ', '.join(userlogic_filelist))
print(" Configuration: %s" % configfile)
print(" User-logic: %s" % ', '.join(userlogic_filelist))

# default values
configs = {
Expand Down

0 comments on commit eb81dfa

Please sign in to comment.