From: Jacob Lifshay Date: Tue, 5 Apr 2022 04:55:58 +0000 (-0700) Subject: add github issue number X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=423b3a3279e3637614a614ec7038ebaa7cabd6c0;p=nmigen-gf.git add github issue number --- diff --git a/src/nmigen_gf/hdl/test/test_cldivrem.py b/src/nmigen_gf/hdl/test/test_cldivrem.py index 4c90e41..69ed013 100644 --- a/src/nmigen_gf/hdl/test/test_cldivrem.py +++ b/src/nmigen_gf/hdl/test/test_cldivrem.py @@ -89,6 +89,7 @@ class TestEqualLeadingZeroCount(FHDLTestCase): def test_formal_16(self): # yosys crashes with 32 or 64 + # https://github.com/YosysHQ/yosys/issues/3268 self.tst_formal(16) def test_formal_8(self):