For Microcontroller Version with 32 bits
Following lines showing error in code during synthesis or/and formality.
- File Name : nvsupport.vhd - LINE NO. 8438 to 8445 ( Reason : wdata size 32 bit and function try to access bits higher then 31 )
- File Name : cctrlnv.vhd - LINE NO. 469 to 470 ( Reason : mask’length = 2 , Requirement : mask’length = 3, )
- File Name : iunv.vhd -LINE NO. 10577 to 10578 ( Reason : XLEN = 32 , Requirement : XLEN > 32, Note : Working Fine for GP 64 bit Version )
- File Name : mmuconfig.vhd - Line No. 644 ( Reason : vmid_len= 0, Requirement : vmid_len> 0, Note : Working Fine for GP 32/64 bit Version )