In reply to markylew:
In reply to ben@SystemVerilog.us:
I really appreciate the information! It’s very helpful.
… I didn’t find the use of bitwise and was asking you to indicate where I was using bitwise operator.
forever #(`CYCLE/2.0) sys_clk = ~sys_clk; // The "~"
...
if (~arready && arvalid) // The "~"