From e53d78474fed3e7e4ab469ab023a9d3b5eb12b24 Mon Sep 17 00:00:00 2001 From: Wanda Date: Tue, 24 Oct 2023 21:58:07 +0200 Subject: [PATCH] test_lib_wiring: squash UnusedElaboratable warnings. --- tests/test_lib_wiring.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_lib_wiring.py b/tests/test_lib_wiring.py index 560f479ce..d7bc2efb7 100644 --- a/tests/test_lib_wiring.py +++ b/tests/test_lib_wiring.py @@ -1,3 +1,5 @@ +# amaranth: UnusedElaboratable=no + import unittest from types import SimpleNamespace as NS