URL
https://opencores.org/ocsvn/lpffir/lpffir/trunk
Subversion Repositories lpffir
[/] [lpffir/] [trunk/] [uvm/] [tools/] [easier_uvm_gen/] [examples/] [multi_if/] [include/] [clkndata_do_mon.sv] - Rev 6
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("m_trans");
m_trans.data = vif.data;
analysis_port.write(m_trans);
end
endtask
Go to most recent revision | Compare with Previous | Blame | View Log