[Libre-soc-dev] daily kan-ban update 06AUG2020

Luke Kenneth Casson Leighton lkcl at lkcl.net
Thu Aug 6 19:01:52 BST 2020


cole raise a bugreport about this one, we need to move the discussion there.

+        self.addr = [
+            Signal(1, reset_less=True, name=f"reg_stage_addr{i}") for i in rang
e(64)],

is not below 80 chars - *please get into the habit of limiting the
editor window to 80 chars at all times*

and should be simply "self.addr = SIgnal(64)"

there is no need to create a 64-long array of 1 bit signals.

l.



More information about the Libre-soc-dev mailing list