Skip to content

Commit ecea895

Browse files
committed
Renamed python_ot to python-ot
This isn't the 'ot' version of python. Rather, it is a the python environment for opentitan, so ot should be part of the package name. This changes the name to reflect that.
1 parent b7bb917 commit ecea895

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

dev/opentitan.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
ncurses5-fhs,
77
ncurses6-fhs,
88
bazel_ot,
9-
python_ot,
9+
python-ot,
1010
verilator_ot,
1111
verible_ot,
1212
edaTools ? [],
@@ -18,7 +18,7 @@
1818
...
1919
}: let
2020
# These dependencies are required for building user DPI C/C++ code, and cosimulation models.
21-
edaExtraDeps = with pkgs; [elfutils openssl python_ot];
21+
edaExtraDeps = with pkgs; [elfutils openssl python-ot];
2222

2323
gcc-patched = wrapCCWith {
2424
cc = gcc-unwrapped;
@@ -52,7 +52,7 @@ in
5252

5353
# Python dependencies
5454
uv
55-
python_ot
55+
python-ot
5656

5757
# For serde-annotate which can be built with just cargo
5858
rustup

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
packages = flake-utils.lib.filterPackages system lowriscPkgs;
7777
devShells = {
7878
opentitan = pkgs.callPackage ./dev/opentitan.nix {
79-
inherit (lowriscPkgs) ncurses5-fhs ncurses6-fhs bazel_ot verilator_ot python_ot verible_ot;
79+
inherit (lowriscPkgs) ncurses5-fhs ncurses6-fhs bazel_ot verilator_ot python-ot verible_ot;
8080
};
8181
cheriot = pkgs.mkShell {
8282
name = "cheriot";

pkgs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# OpenTitan packages
1414
verilator_ot = import ./verilator {inherit pkgs;};
15-
python_ot = pkgs.callPackage ./python_ot {inherit inputs;};
15+
python-ot = pkgs.callPackage ./python-ot {inherit inputs;};
1616
bazel_ot = pkgs.callPackage ./bazel_ot {};
1717
verible_ot = pkgs.callPackage ./verible.nix {};
1818

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)