From 5e414f184d220cd675292d088bce59d06fb5af75 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 1 Dec 2021 13:27:38 +0000 Subject: [PATCH] note about not setting the muxid in ReservationStations2 --- src/nmutil/concurrentunit.py | 1 + 1 file changed, 1 insertion(+) 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: -- 2.30.2