From: Luke Kenneth Casson Leighton Date: Mon, 11 Oct 2021 10:25:11 +0000 (+0100) Subject: improve code-comments some more X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0407d90ccaf7e0e42f40918c3fa5dc1d89cf0155;p=ieee754fpu.git improve code-comments some more --- diff --git a/src/ieee754/part/layout_experiment.py b/src/ieee754/part/layout_experiment.py index 4f185874..2a31a57d 100644 --- a/src/ieee754/part/layout_experiment.py +++ b/src/ieee754/part/layout_experiment.py @@ -24,7 +24,8 @@ from pprint import pprint from ieee754.part_mul_add.partpoints import PartitionPoints -# main fn +# main fn, which started out here in the bugtracker: +# https://bugs.libre-soc.org/show_bug.cgi?id=713#c20 def layout(elwid, signed, part_counts, lane_shapes, fixed_width=None): # identify if the lane_shapes is a mapping (dict, etc.) # if not, then assume that it is an integer (width) that