correct comments on regspec decode map
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 3 Jun 2020 14:22:14 +0000 (15:22 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 3 Jun 2020 14:22:14 +0000 (15:22 +0100)
src/soc/decoder/power_regspec_map.py

index 1bc486da2cc7014011dc6abaeb84876ecb6b25bd..241dc94e7a3f0b54d02241e2d0b73a16f48a68b7 100644 (file)
@@ -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.