From df1839454719e5ec9e3c888e67ddb63f5ef8fb38 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 25 May 2020 15:24:31 +0100 Subject: [PATCH] correct links in regfile docstring --- src/soc/regfile/regfile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/soc/regfile/regfile.py b/src/soc/regfile/regfile.py index 486b727c..eb81b858 100644 --- a/src/soc/regfile/regfile.py +++ b/src/soc/regfile/regfile.py @@ -12,8 +12,9 @@ primary focus here is on *unary* indexing. Links: * https://libre-soc.org/3d_gpu/architecture/regfile +* https://bugs.libre-soc.org/show_bug.cgi?id=345 * https://bugs.libre-soc.org/show_bug.cgi?id=351 -* https://bugs.libre-soc.org/show_bug.cgi?id=349 +* https://bugs.libre-soc.org/show_bug.cgi?id=352 """ from nmigen.compat.sim import run_simulation -- 2.30.2