add optable into ls012.mdwn
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 7 Apr 2023 19:24:59 +0000 (20:24 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 7 Apr 2023 19:24:59 +0000 (20:24 +0100)
openpower/sv/rfc/Makefile
openpower/sv/rfc/ls012.mdwn

index 56480d2c7991111c3e522c2d62944ebf87a3513d..58191dca0fae58c797a0f4fefa9554b4f76fef14 100644 (file)
@@ -6,7 +6,10 @@ main_sources = $(wildcard ls[0-9][0-9][0-9].mdwn)
 pdfs = $(patsubst %.mdwn,%.pdf,$(main_sources))
 deps = $(patsubst %,tex_out/%.d,$(main_sources))
 
-all: $(pdfs)
+all: ls012_optable $(pdfs)
+
+ls012_optable:
+       python3 ls012_optable.py
 
 # generate dependency files, also generates intermediate .mdwn files too
 tex_out/%.mdwn.d: %.mdwn ../../mdwn_inline.py
index 5131855f65adceb5747c7eb7061d25a9a4affb0a..b3315f45198b2937955cc66c5b737eae2eb244ac 100644 (file)
@@ -14,4 +14,5 @@ of a borderline Vectoriseable Defined Word is `mv.swizzle` which
 only really becomes high-priority for Vector GPU and HPC Workloads,
 but has less merit as a Scalar-only operation.
 
+[[!inline pages="openpower/sv/rfc/ls012/areas.mdwn" raw=yes ]]