URL
https://opencores.org/ocsvn/lpffir/lpffir/trunk
Subversion Repositories lpffir
[/] [lpffir/] [trunk/] [uvm/] [tools/] [easier_uvm_gen/] [examples/] [minimal_plus/] [include/] [clkndata_do_mon.sv] - Rev 13
Go to most recent revision | Compare with Previous | Blame | View Log
task clkndata_monitor::do_mon;
forever @(posedge vif.clk)
begin
m_trans = data_tx::type_id::create("tx");
m_trans.data = vif.data;
analysis_port.write(m_trans);
end
endtask
Go to most recent revision | Compare with Previous | Blame | View Log