From 042b160b81d7509ce8f44e15702a4864f606763a Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 13 Apr 2015 16:58:04 +0200 Subject: [PATCH] global: pep8 (E222) --- misoclib/video/dvisampler/datacapture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misoclib/video/dvisampler/datacapture.py b/misoclib/video/dvisampler/datacapture.py index c4c40bbe..3f8d9bf4 100644 --- a/misoclib/video/dvisampler/datacapture.py +++ b/misoclib/video/dvisampler/datacapture.py @@ -98,7 +98,7 @@ class DataCapture(Module, AutoCSR): If(reset_lateness, lateness.eq(2**(ntbits - 1)) ).Elif(~delay_master_busy & ~delay_slave_busy & ~too_late & ~too_early, - If(pd_valid & pd_incdec, lateness.eq(lateness - 1)), + If(pd_valid & pd_incdec, lateness.eq(lateness - 1)), If(pd_valid & ~pd_incdec, lateness.eq(lateness + 1)) ) ] -- 2.30.2