[Libre-soc-bugs] [Bug 981] Support PowerPC ABI in cavatools
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Fri Sep 22 13:40:09 BST 2023
https://bugs.libre-soc.org/show_bug.cgi?id=981
--- Comment #17 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
quick thought.
one way to utilise the work already done here is to also write a
python-based c module. this is actually not that hard, i have
done it many times. the parameters would not even need to be
that large, just pass the GPR table (or if that is awkward
just pass 10 parameters - the relevant GPRs as PyObject_Ints)
and the mmap memory address.
there will be literally dozens of examples online.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list