From 423b3a3279e3637614a614ec7038ebaa7cabd6c0 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Mon, 4 Apr 2022 21:55:58 -0700 Subject: [PATCH] add github issue number --- src/nmigen_gf/hdl/test/test_cldivrem.py | 1 + 1 file changed, 1 insertion(+) 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): -- 2.30.2