In reply to dave_59:
When data 32’h1111_1111 is written to address 32’hB000_0000 (CTRL_REG), the state machine that transmits the payload for some serial interface begins. I want to capture that data & address combination to ensure that my randomized and/or directed testing covers that condition (state machine start).
Similarly, when data 32’h0000_079E is written to address 32’hB000_0004 (BAUD_RATE_REG), the payload will transmit with a 10MHz clock (just as an example). I want to capture that data & address combination as well to show that I’ve executed a payload transmission with a 10MHz clock.
Thanks for responding