From 4250c7e26c9056f86da1338add6cdc7f9a57a128 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 3 Jun 2020 15:22:14 +0100 Subject: [PATCH] correct comments on regspec decode map --- src/soc/decoder/power_regspec_map.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/soc/decoder/power_regspec_map.py b/src/soc/decoder/power_regspec_map.py index 1bc486da..241dc94e 100644 --- a/src/soc/decoder/power_regspec_map.py +++ b/src/soc/decoder/power_regspec_map.py @@ -19,9 +19,9 @@ def regspec_decode(e, regfile, name): name, return a tuple of: * how the decoder should determine whether the Function Unit needs - a Regport or not - * which Regfile port should be read to get that data - * when it comes to writing: likewise, which Regfile port should be written + access to a given Regport or not + * which Regfile number on that port should be read to get that data + * when it comes to writing: likewise, which Regfile num should be written Note that some of the port numbering encoding is *unary*. in the case of "Full Condition Register", it's a full 8-bit mask of read/write-enables. -- 2.30.2