Skip to content

Commit

Permalink
remove extra arg from simulation condition check
Browse files Browse the repository at this point in the history
  • Loading branch information
chetanyagoyal authored Nov 15, 2023
1 parent 967086a commit 6d26a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/parse_rpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
else:
print("Flow check failed!")

if len(sys.argv) == 1 and sys.argv[1] == "sky130hd_temp_full":
if len(sys.argv) == 1:
result_filename = "work/prePEX_sim_result" # might remove from check or need to implement different logic later if sim outputs change due to downstream changes
sim_state_filename = "work/sim_state_file.txt"

Expand Down

0 comments on commit 6d26a96

Please sign in to comment.