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