Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
suchinton committed Jan 24, 2023
1 parent 9cf7dd8 commit 536b966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fossee
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class Ui_MainWindow(object):
verilator_version.pop(0)


if("/usr/bin/verilator" in verilator_path or "/usr/share/verilator" in verilator_path):
if("/usr/bin/verilator" in verilator_path or "/usr/share/verilator" in verilator_path or "/usr/local/bin/verilator" in verilator_path):
print("Verilator installed")
self.Accept_B.setEnabled(True)
self.Clear_B.setEnabled(True)
Expand Down

0 comments on commit 536b966

Please sign in to comment.