From: Jacob Lifshay Date: Wed, 26 Apr 2023 00:48:06 +0000 (-0700) Subject: add level.mdwn where it was forgotten X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43aa5a5287f731ccb64d3e2d67a8449ccd9c8021;p=libreriscv.git add level.mdwn where it was forgotten --- diff --git a/openpower/sv/rfc/Makefile b/openpower/sv/rfc/Makefile index 8932897f1..18db19d61 100644 --- a/openpower/sv/rfc/Makefile +++ b/openpower/sv/rfc/Makefile @@ -10,7 +10,8 @@ all: $(pdfs) ls012 = $(realpath ls012) -$(ls012)/areas.mdwn $(ls012)/xo_cost.mdwn: ls012_optable.py ls012/optable.csv +$(ls012)/areas.mdwn $(ls012)/xo_cost.mdwn \ +$(ls012)/level.mdwn: ls012_optable.py ls012/optable.csv @echo making optables python3 ls012_optable.py diff --git a/openpower/sv/rfc/ls012/.gitignore b/openpower/sv/rfc/ls012/.gitignore index 0686fcbd5..bbf2ec731 100644 --- a/openpower/sv/rfc/ls012/.gitignore +++ b/openpower/sv/rfc/ls012/.gitignore @@ -1,2 +1,3 @@ /areas.mdwn -/xo_cost.mdwn \ No newline at end of file +/xo_cost.mdwn +/level.mdwn \ No newline at end of file