Hi ,
I have a simple memory model (RAM) and I wanted to cover different scenarios for testplan.
1.reset
2.consecutive writes and reads
3.random writes and reads
4.boundary conditions like overflow.
The overflow conditions for RAM would be that if i exceed the memory space it will roll back to the first location and overwrite data at first location ?
Any other conditions or scenarios that I missed ?
Any thread that can give me headsup on writing UVM sequence for boundary conditions …