12 version = "unstable-2024-07-21";
15 src = fetchFromGitHub {
18 rev = "9279e8623f8433bc4f23ac51e5e2331bfe544417";
19 hash = "sha256-z3LRhNmKZrjr6rFD0yxtccSa/SWvFIYmb+G/D5d2Jd8=";
22 nativeBuildInputs = [ setuptools ];
24 propagatedBuildInputs = [ colorama ];
26 nativeCheckInputs = [ pytestCheckHook ];
28 pythonImportsCheck = [ "migen" ];
31 description = " A Python toolbox for building complex digital hardware";
32 homepage = "https://m-labs.hk/migen";
33 license = lib.licenses.bsd2;
34 maintainers = with lib.maintainers; [ l-as ];