Merge pull request #318592 from hzeller/feature-20240609-synlig-broken-after-yosys38

synlig: broken after yosys 0.38
This commit is contained in:
Weijia Wang 2024-06-14 23:01:35 +02:00 committed by GitHub
commit e7bd915c7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,5 +97,6 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.asl20;
maintainers = with maintainers; [ hzeller ];
platforms = platforms.all;
broken = versionAtLeast yosys.version "0.39";
};
})