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