2 parameter NUM_OUT_EPS = 1
7 input [NUM_OUT_EPS-1:0] out_ep_req,
8 output reg [NUM_OUT_EPS-1:0] out_ep_grant
16 for (i = 0; i < NUM_OUT_EPS; i = i + 1) begin
19 if (out_ep_req[i] && !grant) begin
module usb_fs_out_arb(input[NUM_OUT_EPS-1:0] out_ep_req, output reg< NUM_OUT_EPS-1:0 > out_ep_grant)