B
bir
Guest
Is "->" any kind of Verilog operator? Can anyone tell me what will the
following code do?
always @(posedge clk)
begin
if(slect1) ->rready_asserted;
if(slect2) ->wready_asserted;
end
Thanks
Bir
following code do?
always @(posedge clk)
begin
if(slect1) ->rready_asserted;
if(slect2) ->wready_asserted;
end
Thanks
Bir