From 0407d90ccaf7e0e42f40918c3fa5dc1d89cf0155 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 11 Oct 2021 11:25:11 +0100 Subject: [PATCH] improve code-comments some more --- src/ieee754/part/layout_experiment.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2