Skip to content

Commit

Permalink
yosys: make building with Python binding the default
Browse files Browse the repository at this point in the history
  • Loading branch information
povik authored and thoughtpolice committed Dec 3, 2023
1 parent e55ea61 commit e61cf89
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/yosys/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
, yosys-bluespec
, yosys-ghdl
, yosys-symbiflow
, enablePython ? false # enable python binding
, enablePython ? true # enable python binding
}:

# NOTE: as of late 2020, yosys has switched to an automation robot that
Expand Down
1 change: 0 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17414,7 +17414,6 @@ with pkgs;
yasm = callPackage ../development/compilers/yasm { };

yosys = callPackage ../development/compilers/yosys { };
yosysWithPython = callPackage ../development/compilers/yosys { enablePython = true; };
yosys-bluespec = callPackage ../development/compilers/yosys/plugins/bluespec.nix { };
yosys-ghdl = callPackage ../development/compilers/yosys/plugins/ghdl.nix { };
yosys-synlig = callPackage ../development/compilers/yosys/plugins/synlig.nix { };
Expand Down
1 change: 0 additions & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16063,7 +16063,6 @@ self: super: with self; {

yosys = toPythonModule (pkgs.yosys.override {
python3 = python;
enablePython = true;
});

youless-api = callPackage ../development/python-modules/youless-api { };
Expand Down

0 comments on commit e61cf89

Please sign in to comment.