File tree Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
ncurses5-fhs ,
7
7
ncurses6-fhs ,
8
8
bazel_ot ,
9
- python_ot ,
9
+ python-ot ,
10
10
verilator_ot ,
11
11
verible_ot ,
12
12
edaTools ? [ ] ,
18
18
...
19
19
} : let
20
20
# 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 ] ;
22
22
23
23
gcc-patched = wrapCCWith {
24
24
cc = gcc-unwrapped ;
52
52
53
53
# Python dependencies
54
54
uv
55
- python_ot
55
+ python-ot
56
56
57
57
# For serde-annotate which can be built with just cargo
58
58
rustup
Original file line number Diff line number Diff line change 76
76
packages = flake-utils . lib . filterPackages system lowriscPkgs ;
77
77
devShells = {
78
78
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 ;
80
80
} ;
81
81
cheriot = pkgs . mkShell {
82
82
name = "cheriot" ;
Original file line number Diff line number Diff line change 12
12
13
13
# OpenTitan packages
14
14
verilator_ot = import ./verilator { inherit pkgs ; } ;
15
- python_ot = pkgs . callPackage ./python_ot { inherit inputs ; } ;
15
+ python-ot = pkgs . callPackage ./python-ot { inherit inputs ; } ;
16
16
bazel_ot = pkgs . callPackage ./bazel_ot { } ;
17
17
verible_ot = pkgs . callPackage ./verible.nix { } ;
18
18
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments