Another issue is that VUnit has started to move away from the concept that log levels has an order. The reason is that our log levels contains error related levels (warning, error, failure) and non-error related levels (trace, debug, info). It's a bit awkward to think of orders when ...
The flow of data to the monitor is the opposite direction, yet similar to the driver. The interface to the DUT (jelly_bean_if) is found in theuvm_resource_db(line 14). The monitor closely monitors thejelly_bean_if, and takes in the value of the signals. Our monitor watches a nonNO...