Commit 5dfa6ec8 authored by Maciej Lipinski's avatar Maciej Lipinski

packet sink simulation: making the output more readible by removing display()

parent b131940e
......@@ -50,7 +50,7 @@ class WBPacketSink extends EthPacketSink;
end
else if (size == 3 && (oob >> 46) == WRF_OOB_RX_TIMESTAMP)
begin
$display("GotRXOOB");
// $display("GotRXOOB");
end else begin
$error("Invalid OOB!");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment