From: Andrey Miroshnikov Date: Tue, 12 Sep 2023 19:37:57 +0000 (+0000) Subject: pypowersim_tut: Fixed link formatting X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e64850d9de905e3d785b9e2d8a5cec60c0ec439;p=libreriscv.git pypowersim_tut: Fixed link formatting --- diff --git a/docs/pypowersim_tut.mdwn b/docs/pypowersim_tut.mdwn index e0c8bce3e..9f31c7501 100644 --- a/docs/pypowersim_tut.mdwn +++ b/docs/pypowersim_tut.mdwn @@ -1,9 +1,18 @@ # Pypowersim/ISACaller tutorial - In progress! -* Libre-SOC Wiki OpenPOWER ISA Pseudo-code: -* PowerPC Arch assembler lecture: -* Hello world in PPC64 assembly: -* Hello world in PPC64LE assembly: +Useful Links (Libre-SOC): + +* (**Very Useful**) OpenPOWER ISA Pseudo-code: + + +Useful Links (External): + +* PowerPC Arch assembler lecture: + +* Hello world in PPC64 assembly: + +* Hello world in PPC64LE assembly: + This tutorial is intended to get started with Libre-SOC's in-house instruction simulator. The main Python class doing the work is called `ISACaller`, while