Help for this page

Select Code to Download


  1. or download this
    cat top.v
    module top (a, b, c, d);
    ...
    buffer i_buffer (.in_b(b), .out_d(d));
    
    endmodule
    
  2. or download this
    %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