K
kb33
Guest
Hi,
I want to do something like
`define RANGE1 >1 && < 4
(meaning that if a value is greater than 1 and less than 4, it would
belong to RANGE1. )
What would be the proper way to write such a construct using the
`define or parameter keywords?
kb33
I want to do something like
`define RANGE1 >1 && < 4
(meaning that if a value is greater than 1 and less than 4, it would
belong to RANGE1. )
What would be the proper way to write such a construct using the
`define or parameter keywords?
kb33