whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 8 Jun 2019 12:00:26 +0000 (13:00 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 8 Jun 2019 12:00:26 +0000 (13:00 +0100)
src/scoreboard/dependence_cell.py

index 32c568bf93b1463fa5b8bd2276a965bead7ee49a..a64ff8ce7731709573d9b47d001f673fccc6ad58 100644 (file)
@@ -5,6 +5,7 @@ from nmutil.latch import SRLatch
 from functools import reduce
 from operator import or_
 
+
 class DependencyRow(Elaboratable):
     """ implements 11.4.7 mitch alsup dependence cell, p27
         adjusted to be clock-sync'd on rising edge only.