mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-25 06:37:14 -04:00
as CVA6 is little endian Signed-off-by: André Sintzoff <andre.sintzoff@thalesgroup.com>
This commit is contained in:
parent
f9c7542e84
commit
061694e3df
1 changed files with 1 additions and 0 deletions
|
@ -789,6 +789,7 @@ module csr_regfile
|
||||||
mstatus_d.wpri1 = 1'b0;
|
mstatus_d.wpri1 = 1'b0;
|
||||||
mstatus_d.wpri2 = 1'b0;
|
mstatus_d.wpri2 = 1'b0;
|
||||||
mstatus_d.wpri0 = 1'b0;
|
mstatus_d.wpri0 = 1'b0;
|
||||||
|
mstatus_d.ube = 1'b0; // CVA6 is little-endian
|
||||||
// this register has side-effects on other registers, flush the pipeline
|
// this register has side-effects on other registers, flush the pipeline
|
||||||
flush_o = 1'b1;
|
flush_o = 1'b1;
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue