Paste
Pasted as Verilog by registered user Socrates ( 14 years ago )
if(avalon_writedata[7:0] >= P_NUM_CHANNELS)
begin
$display("ERROR: Out of range access to channel select (%m, %t)", $time);
end
Revise this Paste