From: Luke Kenneth Casson Leighton Date: Fri, 5 Jul 2019 10:54:20 +0000 (+0100) Subject: add FPPipeContext/FPNumBaseRecord import X-Git-Tag: ls180-24jan2020~924 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=19f0bddbcbd98ee8f13c535059806f2d2dcae397;p=ieee754fpu.git add FPPipeContext/FPNumBaseRecord import --- diff --git a/src/ieee754/div_rem_sqrt_rsqrt/core.py b/src/ieee754/div_rem_sqrt_rsqrt/core.py index cfe4f3d3..1227f11f 100644 --- a/src/ieee754/div_rem_sqrt_rsqrt/core.py +++ b/src/ieee754/div_rem_sqrt_rsqrt/core.py @@ -21,6 +21,10 @@ right-hand-side of the comparison in the above formulas. from nmigen import (Elaboratable, Module, Signal) import enum +# TODO +#from ieee754.fpcommon.fpbase import FPNumBaseRecord +#from ieee754.fpcommon.getop import FPPipeContext + class DivPipeCoreConfig: """ Configuration for core of the div/rem/sqrt/rsqrt pipeline.