[Libre-soc-isa] [Bug 1087] change ISACaller and correct bug introduced in parser.py where it bypasses FPSCR as a local parameter and a return result

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Sun May 21 12:18:15 BST 2023


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

--- Comment #6 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
done.

+        # write FPSCR
+        if name in ['FPSCR', ]:
+            log("write FPSCR 0x%x" % (output.value))
+            self.FPSCR.eq(output)
+            return


commit 20cf6adbcb6800f5d9e15c59a5f7e280ebef1352 (HEAD -> master)
Author: Luke Kenneth Casson Leighton <lkcl at lkcl.net>
Date:   Sun May 21 12:17:39 2023 +0100

    explicitly update FPSCR from list of return results

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


More information about the Libre-SOC-ISA mailing list