SRLatch not used in issue_unit
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 8 May 2019 11:20:38 +0000 (12:20 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 8 May 2019 11:20:38 +0000 (12:20 +0100)
src/scoreboard/issue_unit.py

index d928a402cb5d99d61ffc02438da99f6b9eac52f4..f1e53e4e5d9410a8fe2c4f266e47e13ab9974fd0 100644 (file)
@@ -1,7 +1,6 @@
 from nmigen.compat.sim import run_simulation
 from nmigen.cli import verilog, rtlil
 from nmigen import Module, Signal, Cat, Array, Const, Record, Elaboratable
-from nmutil.latch import SRLatch
 from nmigen.lib.coding import Decoder
 
 from .shadow_fn import ShadowFn