1 2 3 4 5 6 7 8 9
`define parvez ahmad `define WIRE wire `define TEN 10 module `parvez(); parameter param = `TEN; `WIRE w; assign w = `TEN; endmodule