From: Luke Kenneth Casson Leighton Date: Wed, 1 Dec 2021 13:27:38 +0000 (+0000) Subject: note about not setting the muxid in ReservationStations2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e414f184d220cd675292d088bce59d06fb5af75;p=nmutil.git note about not setting the muxid in ReservationStations2 --- diff --git a/src/nmutil/concurrentunit.py b/src/nmutil/concurrentunit.py index 6280a59..e802ed6 100644 --- a/src/nmutil/concurrentunit.py +++ b/src/nmutil/concurrentunit.py @@ -188,6 +188,7 @@ class ReservationStations2(Elaboratable): class to correctly set that muxid in each data packet to the correct constant. this could change in future. + FAILING TO SET THE MUXID IS GUARANTEED TO RESULT IN CORRUPTED DATA. """ def __init__(self, alu, num_rows, alu_name=None): if alu_name is None: