note about not setting the muxid in ReservationStations2
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 1 Dec 2021 13:27:38 +0000 (13:27 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 1 Dec 2021 13:27:38 +0000 (13:27 +0000)
src/nmutil/concurrentunit.py

index 6280a59f85958046d5be23b3bc4c41d764e35129..e802ed6a93b01d68ee44eb9f76690a41edcfcf25 100644 (file)
@@ -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: