update docstrings
[ieee754fpu.git] / src / scoreboard / ldst_dep_cell.py
index f1264bd288e3558cda3eaae0c8a370abcffbaa51..ee998e913772fc7fe0c3b5aa9856e18d58906833 100644 (file)
@@ -1,3 +1,10 @@
+""" Mitch Alsup 6600-style LD/ST scoreboard Dependency Cell
+
+Relevant bugreports:
+* http://bugs.libre-riscv.org/show_bug.cgi?id=81
+
+"""
+
 from nmigen.compat.sim import run_simulation
 from nmigen.cli import verilog, rtlil
 from nmigen import Module, Signal, Elaboratable