Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
chetanyagoyal authored Nov 12, 2023
2 parents fa36295 + fe7683e commit dcdfbf0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openfasoc/generators/cryo-gen/tools/parse_rpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
if check_gen_files(json_filename, _generator_is, cryo_library):
print("Flow check is clean!")
else:
print("Flow check failed!")
print("Flow check failed!")
2 changes: 1 addition & 1 deletion openfasoc/generators/dcdc-gen/tools/parse_rpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
raise ValueError("LVS failed!")
else:
print("LVS is clean!")
print("Generator check is clean")
print("Generator check is clean!")
1 change: 0 additions & 1 deletion openfasoc/generators/scpa-gen/tools/parse_rpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
raise ValueError("DRC failed!")
else:
print("DRC is clean!")

print("Generator check is clean!")

0 comments on commit dcdfbf0

Please sign in to comment.