URL
https://opencores.org/ocsvn/lpffir/lpffir/trunk
Subversion Repositories lpffir
[/] [lpffir/] [trunk/] [uvm/] [rca_uvm/] [include/] [rca_driver_inc.sv] - Rev 6
Go to most recent revision | 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
Go to most recent revision | Compare with Previous | Blame | View Log