URL
https://opencores.org/ocsvn/lpffir/lpffir/trunk
Subversion Repositories lpffir
[/] [lpffir/] [trunk/] [uvm/] [rca_uvm/] [generated_tb/] [tb/] [include/] [rca_driver_inc.sv] - Rev 5
Compare with Previous | Blame | View Log
task rca_driver::do_drive();
vif.a <= req.input1;
vif.b <= req.input2;
vif.ci <= req.carryinput;
@(posedge vif.clk);
endtask