/* -------------------------------------------------------- * basic constant definition * (my_const.v) designed by Shinya KIMURA * -------------------------------------------------------- */ `define HIGH 1'b1 `define LOW 1'b0 `define ON 1'b1 `define OFF 1'b0 `define YES 1'b1 `define NO 1'b0 `define SET 1'b1 `define RESET 1'b0 `define ACTIVE 1'b1 `define INACTIVE 1'b0 `define TRUE 1'b1 `define FALSE 1'b0 `define OK 1'b1 `define NG 1'b0 `define GOOD 1'b1 `define NOGOOD 1'b0