URL
https://opencores.org/ocsvn/lpffir/lpffir/trunk
Subversion Repositories lpffir
[/] [lpffir/] [trunk/] [uvm/] [tools/] [easier_uvm_gen/] [examples/] [minimal/] [include/] [clkndata_do_drive.sv] - Rev 4
Compare with Previous | Blame | View Log
task clkndata_driver::do_drive();
vif.data <= req.data;
@(posedge vif.clk);
endtask