This commit is contained in:
Paul Pan 2021-09-12 19:48:56 +08:00
parent a0d3367f34
commit ab1b2ad13d
No known key found for this signature in database
GPG Key ID: DA97C6DCB84DEC68

View File

@ -166,7 +166,7 @@ module CP0 (
9: rf_cp0.Count = wdata;
8: rf_cp0.BadVAddr = wdata;
// 7: rf_cp0.HWREna = wdata;
6: rf_cp0.Wired = {29'b0, wdata[2:0]};
6: rf_cp0.Wired.Wired = wdata[2:0];
// 5: rf_cp0.PageMask.Mask = wdata[24:13];
// 4: rf_cp0.Context = wdata;
3: begin