[Libre-soc-dev] mp3 changes

Luke Kenneth Casson Leighton lkcl at lkcl.net
Fri May 28 11:11:08 BST 2021


microwatt common1.vhdl

    constant MSR_FP  : integer := (63 - 50);    -- Floating Point available

that bit has to be set, you'll also need to enable it in kvm-minippc
(as well as the correct MSR LE/BE bit)

constant MSR_LE : integer := (63 - 63); -- Little Endian

https://github.com/antonblanchard/microwatt/blob/84473eda1b54a03794b2f3d13748f42b52ead34e/common.vhdl#L17


More information about the Libre-soc-dev mailing list