[Libre-soc-bugs] [Bug 838] sync or at least statically check fields.text, power_decoder, trans/svp64, CSVs between each other

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Sat Aug 6 19:39:33 BST 2022


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

--- Comment #25 from Dmitry Selyutin <ghostmansd at gmail.com> ---
Based on the discussion, refactored this way:
https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=src/openpower/decoder/power_insn.py;h=e13d1c267432fa02f9d6893ba85a5d042c2c7715;hb=3256cc5c9fa4a003655bd3aba06c32a6a5f4b237#l315.

Rationale: we should not expose the internals of Instruction, the user should
have no assumptions on the instruction components ("insndb.csv" entry, scalar
CSV entry or SVP64 entry). These are hidden details. All these parts are our
intimate knowledge.

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


More information about the libre-soc-bugs mailing list