[Libre-soc-bugs] [Bug 550] binutils support needed for svp64

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Wed Jan 5 16:42:56 GMT 2022


https://bugs.libre-soc.org/show_bug.cgi?id=550

--- Comment #61 from dmitry.selyutin at 3mdeb.com ---
Hi folks, hope you had good holidays! Here's the state of art:
- Refactored sv_binutils so that the code generation is handled by separate
entities, e.g. enums simply inherit from power_enums and add some C code
generation capabilities atop.
- From now on, we use exactly SVP64RM class directly, as sv_analysis and
decoders do; the stuff we get is then converted into the main structure (struct
svp64_entry).
- You now should be able to generate the header via $(SILENCELOG=true python3
src/openpower/sv/sv_binutils.py ppc-opc-svp64.h). SILENCELOG is a MUST, unless
our util.log is converted into something which doesn't pollute stdout.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list