From 39d242aa9a791b815e2382f48971ad607f9ba832 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 28 Jul 2019 20:43:58 +0100 Subject: [PATCH] add code comments --- src/ieee754/fcvt/pipeline.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ieee754/fcvt/pipeline.py b/src/ieee754/fcvt/pipeline.py index 8f449c8b..41ae9a9a 100644 --- a/src/ieee754/fcvt/pipeline.py +++ b/src/ieee754/fcvt/pipeline.py @@ -110,6 +110,7 @@ class FPCVTFloatToIntMod(Elaboratable): with m.Else(): m.d.comb += self.o.z.eq((1<