From c1dfbf3452e7411402b20901f3d1ccef5fbb0326 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 11 May 2021 11:44:42 +0100 Subject: [PATCH] add MSR to LD/ST Input Record --- src/soc/fu/ldst/ldst_input_record.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/fu/ldst/ldst_input_record.py b/src/soc/fu/ldst/ldst_input_record.py index 38fd22cf..8ba8f025 100644 --- a/src/soc/fu/ldst/ldst_input_record.py +++ b/src/soc/fu/ldst/ldst_input_record.py @@ -20,6 +20,7 @@ class CompLDSTOpSubset(CompOpSubsetBase): ('zero_a', 1), ('rc', Layout((("rc", 1), ("ok", 1)))), # for later ('oe', Layout((("oe", 1), ("ok", 1)))), # for later + ('msr', 64), # TODO: a lot less bits. only need PR ('is_32bit', 1), ('is_signed', 1), ('data_len', 4), -- 2.30.2