URL
https://opencores.org/ocsvn/uart2bus_testbench/uart2bus_testbench/trunk
Subversion Repositories uart2bus_testbench
Compare Revisions
- This comparison shows the changes necessary to convert path
/uart2bus_testbench/trunk/tb/analysis
- from Rev 10 to Rev 9
- ↔ Reverse comparison
Rev 10 → Rev 9
/uart_scoreboard.svh
56,8 → 56,6
|
extern task run_phase (uvm_phase phase); |
|
extern function void extract_phase (uvm_phase phase); |
|
extern function void ack_checker (); |
endclass:uart_scoreboard |
|
250,15 → 248,10
end |
endcase |
end // else: !if(frm_drv._command inside {invalid_read,invalid_write}) |
|
uvm_resource_db#(int)::write_by_name("Reporting","matched_packets",match); |
end |
endtask:run_phase |
|
function void uart_scoreboard::extract_phase(uvm_phase phase); |
uvm_resource_db#(int)::write_by_name("Reporting","matched_packets",match); |
endfunction // extract_phase |
|
|
function void uart_scoreboard::ack_checker(); |
|
if(frm_drv._reqack == yes && frm_mon.acknowledge != 8'h5A) |