In reply to stefaniemcg:
Try like the below way :
modport readonly (
output rst, clk, dati, addr,
input dato, wr = 1'b0 // Specify the default value for wr
);
In reply to stefaniemcg:
Try like the below way :
modport readonly (
output rst, clk, dati, addr,
input dato, wr = 1'b0 // Specify the default value for wr
);