How to do conditional compilation according to macro's value?

In reply to dave_59:
Thanks.

Then what would the workaround be like if I want to put some code in branch if, e.g,

`NUM_OF_INS == 2

Should I define another macro like

`define NUM_OF_INS_TWO

?

I prefer doing conditional compile only per the value of `NUM_OF_INS.