From: Jacob Lifshay Date: Thu, 18 Jun 2020 22:32:50 +0000 (-0700) Subject: actually remove todo comment for manually checking against instruction models X-Git-Tag: div_pipeline~328 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=393b25ce8f8acf8d84767966c043259a2fe99656;p=soc.git actually remove todo comment for manually checking against instruction models --- diff --git a/src/soc/fu/div/output_stage.py b/src/soc/fu/div/output_stage.py index 6265fcbc..aed1bdb1 100644 --- a/src/soc/fu/div/output_stage.py +++ b/src/soc/fu/div/output_stage.py @@ -62,8 +62,6 @@ class DivOutputStage(PipeModBase): xer_ov = self.o.xer_ov.data - # TODO(programmerjake): check code against instruction models - def calc_overflow(dive_abs_overflow, sign_bit_mask): nonlocal comb overflow = dive_abs_overflow | self.i.div_by_zero