Skip to content

Commit cad3a18

Browse files
committed
fix: remove shebangs from scripts
It doesn't look like these scripts are used in this version of DVSim. Instead the versions shipped with OpenTitan are used if they are used at all. For the moment remove the shebangs and remove the executable flag from the files. They would not be useable from a package install anyway. When it comes to reintegrating with OpenTitan, then a new solution will be required. For the moment this patch resolves new failing linting checks. Signed-off-by: James McCorrie <[email protected]>
1 parent ed07192 commit cad3a18

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

src/dvsim/tool/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright lowRISC contributors (OpenTitan project).
2+
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
"""Tool specific helpers."""

src/dvsim/tool/ascentlint.py

100755100644
File mode changed.

src/dvsim/tool/meridianrdc.py

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python3
21
# Copyright lowRISC contributors (OpenTitan project).
32
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
43
# SPDX-License-Identifier: Apache-2.0

src/dvsim/tool/verilator.py

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python3
21
# Copyright lowRISC contributors (OpenTitan project).
32
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
43
# SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)