From e8432d0513d2ec6d78c8898da9409844a54dc47c Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Mon, 4 Jul 2022 20:19:29 +0100 Subject: [PATCH] link generation for av_opcodes not working --- openpower/pandoc_img.py | 1 + openpower/simple_v_spec.tex | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/openpower/pandoc_img.py b/openpower/pandoc_img.py index 06a0da452..03a7b904e 100755 --- a/openpower/pandoc_img.py +++ b/openpower/pandoc_img.py @@ -73,6 +73,7 @@ def inlinenotes(k, v, f, meta): 'sv/svp64_quirks': 'SVP64 Quirks', 'openpower/isa/simplev': 'Simple-V pseudocode', 'opcode_regs_deduped': 'SVP64 Augmentation Table', + 'sv/av_opcodes' : 'Audio and Video Opcodes', } if link in lookups: out.write(" found %s\n" % lookups[link]) diff --git a/openpower/simple_v_spec.tex b/openpower/simple_v_spec.tex index 534f5edc3..f365cd76f 100644 --- a/openpower/simple_v_spec.tex +++ b/openpower/simple_v_spec.tex @@ -218,7 +218,7 @@ Programme, requires full transparency. \input{tex_out/int_fp_mv.tex} \chapter{FP Class ops}\hypertarget{svux2ffclass}{} \input{tex_out/fclass.tex} -\chapter{Audio/Video ops}\hypertarget{svux2fav_opcodes}{} +\chapter{Audio and Video Opcodes}\hypertarget{svux2fav_opcodes}{} \input{tex_out/av_opcodes.tex} \chapter{Big Integer}\hypertarget{svux2fbiginteger}{} \input{tex_out/big_integer.tex} -- 2.30.2