Posted by debashis_paul on Oct 18, 2019
UVM memory verification lets say we are writing to address location 0x20 but due to bug.. 0x20 is mapped to 0x40 so, whenever we try to read and write from 0x20, it will read and write from 0x40 so fetched data will always be right but there exists a bug. ...
Question