From: Jean THOMAS Date: Mon, 13 Jul 2020 08:49:49 +0000 (+0200) Subject: Remove UnusedElaboratable warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=010c307ab7d1a89a0e5ee75f6077c028b245fb31;p=gram.git Remove UnusedElaboratable warning --- diff --git a/gram/test/test_compat.py b/gram/test/test_compat.py index fb1f118..c992057 100644 --- a/gram/test/test_compat.py +++ b/gram/test/test_compat.py @@ -1,3 +1,4 @@ +#nmigen: UnusedElaboratable=no from nmigen import * from nmigen.hdl.ast import Past from nmigen.asserts import Assert, Assume