From 0cbda6583100cbb6ee268427f4ca8037c8c0833c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Nguyen?= Date: Wed, 24 Aug 2022 13:06:23 +0200 Subject: [PATCH] build.sby: remove unused import. --- power_fv/build/sby.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/power_fv/build/sby.py b/power_fv/build/sby.py index d119dc8..69c0ec8 100644 --- a/power_fv/build/sby.py +++ b/power_fv/build/sby.py @@ -2,8 +2,6 @@ from amaranth import * from amaranth.build import * from amaranth.lib.cdc import ResetSynchronizer -from power_fv.check import PowerFVCheck - __all__ = ["SymbiYosysPlatform"]