From b122e4cd357247a5c3157ab77d67211b1116ed72 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 24 May 2020 20:01:56 +0100 Subject: [PATCH] add links for trap main stage --- src/soc/fu/trap/main_stage.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/soc/fu/trap/main_stage.py b/src/soc/fu/trap/main_stage.py index 4efbff00..2d42c153 100644 --- a/src/soc/fu/trap/main_stage.py +++ b/src/soc/fu/trap/main_stage.py @@ -1,6 +1,8 @@ """Trap Pipeline * https://bugs.libre-soc.org/show_bug.cgi?id=325 +* https://bugs.libre-soc.org/show_bug.cgi?id=344 +* https://libre-soc.org/openpower/isa/fixedtrap/ """ from nmigen import (Module, Signal, Cat, Repl, Mux, Const, signed) -- 2.30.2