Skip to content

Commit

Permalink
experiment: skip lvs
Browse files Browse the repository at this point in the history
  • Loading branch information
htfab committed Oct 30, 2024
1 parent b176ed7 commit 0743148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ def harden(self):
# DRC & LVS aren't included in the default ORFS flow
if self.args.orfs:
self.run_drc()
self.run_lvs()
# self.run_lvs()

# Write commit information
if self.args.orfs:
Expand Down

0 comments on commit 0743148

Please sign in to comment.