Commit e61cf890 authored by Martin Povišer's avatar Martin Povišer Committed by Austin Seipp
Browse files

yosys: make building with Python binding the default

parent e55ea616
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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 { };
+0 −1
Original line number Diff line number Diff line
@@ -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 { };