From: Jonathan Neuschäfer Date: Sun, 1 Aug 2021 12:50:36 +0000 (+0200) Subject: unused.simulator.test_sim: Drop import of InternalOp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=55f03506b16113b14339086f2c905f3f97645e70;p=soc.git unused.simulator.test_sim: Drop import of InternalOp --- diff --git a/src/unused/simulator/test_sim.py b/src/unused/simulator/test_sim.py index 3b254997..ff784f41 100644 --- a/src/unused/simulator/test_sim.py +++ b/src/unused/simulator/test_sim.py @@ -4,7 +4,7 @@ from nmigen.test.utils import FHDLTestCase import unittest from unused.simulator.internalop_sim import InternalOpSimulator from soc.decoder.power_decoder import (create_pdecode) -from soc.decoder.power_enums import (Function, InternalOp, +from soc.decoder.power_enums import (Function, In1Sel, In2Sel, In3Sel, OutSel, RC, LdstLen, CryIn, single_bit_flags, Form, SPR,