crossreference to bugreport
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 15 Mar 2020 22:16:20 +0000 (22:16 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 15 Mar 2020 22:16:20 +0000 (22:16 +0000)
src/soc/scoreboard/addr_match.py

index 4d38089bbcf4a85aac23aa8e03dfcd05295293fc..d32aa98b10ac86e614e6924a2b2175c7acb922f9 100644 (file)
@@ -1,5 +1,8 @@
 """ Load / Store partial address matcher
 
+Related bugreports:
+* http://bugs.libre-riscv.org/show_bug.cgi?id=216
+
 Loads and Stores do not need a full match (CAM), they need "good enough"
 avoidance.  Around 11 bits on a 64-bit address is "good enough".