remove unneeded imports
[soc.git] / src / scoreboard / fu_reg_matrix.py
index f774fb9f544b0b49d439ee7b7f3e8cb441bdd84b..72b0ba4d1d4c39281394c30c38c4252dba7067c8 100644 (file)
@@ -2,7 +2,6 @@ from nmigen.compat.sim import run_simulation
 from nmigen.cli import verilog, rtlil
 from nmigen import Module, Signal, Elaboratable, Array, Cat
 
-#from nmutil.latch import SRLatch
 from scoreboard.dependence_cell import DependencyRow
 from scoreboard.fu_wr_pending import FU_RW_Pend
 from scoreboard.reg_select import Reg_Rsv