UVM

In reply to Muthamizh:

In reply to cgales:
106input=1State=xxOutput=x

UVM_INFO uvm_sd_monitor.sv(48) @ 106: uvm_test_top.env.agnt.moni [MONITOR] Input=1 State=00 Output=0

UVM_INFO uvm_sd_driver.sv(58) @ 110: uvm_test_top.env.agnt.dri [DRIVER] Input=1 State=00 Output=0

110input=1State=xxOutput=x

UVM_INFO uvm_sd_monitor.sv(48) @ 110: uvm_test_top.env.agnt.moni [MONITOR] Input=1 State=00 Output=0

UVM_INFO uvm_sd_driver.sv(58) @ 114: uvm_test_top.env.agnt.dri [DRIVER] Input=1 State=00 Output=0

114input=1State=xxOutput=x

UVM_INFO uvm_sd_monitor.sv(48) @ 114: uvm_test_top.env.agnt.moni [MONITOR] Input=1 State=00 Output=0

UVM_INFO uvm_sd_driver.sv(58) @ 118: uvm_test_top.env.agnt.dri [DRIVER] Input=0 State=00 Output=0

118input=0State=xxOutput=x

UVM_INFO uvm_sd_monitor.sv(48) @ 118: uvm_test_top.env.agnt.moni [MONITOR] Input=0 State=00 Output=0

UVM_INFO uvm_sd_driver.sv(58) @ 122: uvm_test_top.env.agnt.dri [DRIVER] Input=0 State=00 Output=0

122input=0State=xxOutput=x

UVM_INFO uvm_sd_monitor.sv(48) @ 122: uvm_test_top.env.agnt.moni [MONITOR] Input=0 State=00 Output=0

UVM_INFO uvm_sd_driver.sv(58) @ 126: uvm_test_top.env.agnt.dri [DRIVER] Input=1 State=00 Output=0

126input=1State=xxOutput=x

UVM_INFO uvm_sd_monitor.sv(48) @ 126: uvm_test_top.env.agnt.moni [MONITOR] Input=1 State=00 Output=0

UVM_INFO uvm_sd_driver.sv(58) @ 130: uvm_test_top.env.agnt.dri [DRIVER] Input=1 State=00 Output=0

130input=1State=xxOutput=x

UVM_INFO uvm_sd_monitor.sv(48) @ 130: uvm_test_top.env.agnt.moni [MONITOR] Input=1 State=00 Output=0

UVM_INFO uvm_sd_driver.sv(58) @ 134: uvm_test_top.env.agnt.dri [DRIVER] Input=1 State=00 Output=0

134input=1State=xxOutput=x

UVM_INFO uvm_sd_monitor.sv(48) @ 134: uvm_test_top.env.agnt.moni [MONITOR] Input=1 State=00 Output=0

UVM_INFO uvm_sd_driver.sv(58) @ 138: uvm_test_top.env.agnt.dri [DRIVER] Input=0 State=00 Output=0

138input=0State=xxOutput=x

UVM_INFO uvm_sd_monitor.sv(48) @ 138: uvm_test_top.env.agnt.moni [MONITOR] Input=0 State=00 Output=0

UVM_INFO uvm_sd_driver.sv(58) @ 142: uvm_test_top.env.agnt.dri [DRIVER] Input=0 State=00 Output=0

142input=0State=xxOutput=x

UVM_INFO uvm_sd_monitor.sv(48) @ 142: uvm_test_top.env.agnt.moni [MONITOR] Input=0 State=00 Output=0

UVM_INFO uvm_sd_driver.sv(58) @ 146: uvm_test_top.env.agnt.dri [DRIVER] Input=0 State=00 Output=0

146input=0State=xxOutput=x

UVM_INFO uvm_sd_monitor.sv(48) @ 146: uvm_test_top.env.agnt.moni [MONITOR] Input=0 State=00 Output=0

UVM_INFO uvm_sd_driver.sv(58) @ 150: uvm_test_top.env.agnt.dri [DRIVER] Input=0 State=00 Output=0

150input=0State=xxOutput=x

This is the output am getting now. but if the signals are driven, there should be state transition happening in my output. if you see my dut rtl, u could understand the way state transition happens. And regarding output, it should become 1 when the sequence 1001 is detected. In the waveform also state and output do not show at all. This is my problem.