Skip to content

Commit

Permalink
Add verible to opentitan env
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Callahan <[email protected]>
  • Loading branch information
hcallahan-lowrisc authored and nbdd0121 committed Apr 9, 2024
1 parent f703a25 commit 8739f39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dev/opentitan.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
bazel_ot,
python_ot,
verilator_ot,
verible_ot,
edaTools ? [],
wrapCCWith,
gcc-unwrapped,
Expand Down Expand Up @@ -38,6 +39,7 @@ in
bazel_ot
python_ot
verilator_ot
verible_ot

# For serde-annotate which can be built with just cargo
rustup
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
packages = lowrisc_pkgs;
devShells = {
opentitan = pkgs.callPackage ./dev/opentitan.nix {
inherit (lowrisc_pkgs) ncurses5-fhs bazel_ot verilator_ot python_ot;
inherit (lowrisc_pkgs) ncurses5-fhs bazel_ot verilator_ot python_ot verible_ot;
};
cheriot = pkgs.mkShell {
name = "cheriot";
Expand Down

0 comments on commit 8739f39

Please sign in to comment.