From: Luke Kenneth Casson Leighton Date: Mon, 1 Aug 2022 01:58:57 +0000 (+0100) Subject: add exec summary link X-Git-Tag: opf_rfc_ls005_v1~917 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=980ca8786387ffb0e305743066fa1d005f338ce6;p=libreriscv.git add exec summary link --- diff --git a/openpower/pandoc_img.py b/openpower/pandoc_img.py index e9f0b376a..ec440c450 100755 --- a/openpower/pandoc_img.py +++ b/openpower/pandoc_img.py @@ -66,6 +66,7 @@ def inlinenotes(k, v, f, meta): 'sv/normal': 'Arithmetic Mode', 'sv/ldst': 'Load/Store Mode', 'sv/cr_ops': 'Condition Register Fields Mode', + 'sv/executive_summary': 'Exevutive Summary', 'sv/branches': 'Branch Mode', 'sv/setvl': 'setvl instruction', 'sv/svstep': 'svstep instruction',