SystemVerilog Constraints from Above
After reading the title, some of you might be asking yourselves “What are constraints from above?” Constraints from above (CFAs) are an e term. As Reuven Nav...
After reading the title, some of you might be asking yourselves “What are constraints from above?” Constraints from above (CFAs) are an e term. As Reuven Nav...
Register packages are an awesome tool to easily implement checks on the behavior of our DUT by holding a copy of its state inside a register model. When ever...
It is a well known fact that inside a procedural block variables can only be defined at the very beginning. Say you would have the following code:
Some time back I, like other people before me, had the realization that doing verification is a lot like doing software programming. Modern hardware verifica...
This week let’s mix it up a bit and do something less work-related. Everybody probably knows what Sudoku is, but just in case you don’t here’s a link to the ...