projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc67781
)
pypowersim_tut: Added link to Libre-SOC's ISA pseudo-code list
author
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Tue, 12 Sep 2023 19:35:14 +0000
(19:35 +0000)
committer
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Tue, 12 Sep 2023 19:35:14 +0000
(19:35 +0000)
docs/pypowersim_tut.mdwn
patch
|
blob
|
history
diff --git
a/docs/pypowersim_tut.mdwn
b/docs/pypowersim_tut.mdwn
index 6f47abe39cd7c6a5a5544d70a68b1fd4b4142707..e0c8bce3e918773f231fbc9329d8a2e1d5731ff3 100644
(file)
--- a/
docs/pypowersim_tut.mdwn
+++ b/
docs/pypowersim_tut.mdwn
@@
-1,5
+1,6
@@
# Pypowersim/ISACaller tutorial - In progress!
+* Libre-SOC Wiki OpenPOWER ISA Pseudo-code: <https://libre-soc.org/openpower/isa/>
* PowerPC Arch assembler lecture: <https://www.eecs.umich.edu/courses/eecs373.w04/Lectures/stever_old_lectures/lec2.pdf>
* Hello world in PPC64 assembly: <https://github.com/matja/asm-examples/blob/master/ppc64/hello.ppc64.linux.syscall.gas.asm>
* Hello world in PPC64LE assembly: <https://gist.github.com/sandip4n/09b50786e88968faaecdf42360c85b1b>