Help for this page
cat top.v module top (a, b, c, d); ... buffer i_buffer (.in_b(b), .out_d(d)); endmodule
%Error: top.v:10: Cannot find buffer %Error: top.v:9: Cannot find inverter ... PinName=out_d NetName=d PinName=in_a NetName=a PinName=out_c NetName=c