top.vの最後の10行を出力する $ tail top.v .PRW (PRW), .cen (cen)); decoder DECODER(/*AUTOINST*/ // Outputs .cen (cen), // Inputs .PAddress (PAddress[15:0])); endmodule // top top.vの最後の5行を出力する $ tail -n 5 top.v .cen (cen), // Inputs .PAddress (PAddress[15:0])); endmodule // top