[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
Mon Aug 1 07:10:06 BST 2022


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

--- Comment #6 from Dmitry Selyutin <ghostmansd at gmail.com> ---
https://bugs.libre-soc.org/show_bug.cgi?id=845#c8

Everything said here also applies to this task. When designing the single
source of truth, a great care must be taken so that high-level concepts do not
find their way to low-level ones. That is, at the point where we deal with
instructions, there must be no verilog, nmigen or other stuff. Only pure Python
with builtin modules. Then each and every high-level concept, be it binutils,
simulator or anything else, should use these "bricks" and wrap them. binutils
code generation or nmigen should not affect each other.

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


More information about the libre-soc-bugs mailing list