In reply to dave_59:
so can I use `define using with, like below?
`define ABC
bins out_bound = {[10:15],[20:25],[30:35]} with (type_a == XYZ) or {2,[10:15],17,[20:25],27,[30:35]} with (type_a == PQR);
In reply to dave_59:
so can I use `define using with, like below?
`define ABC
bins out_bound = {[10:15],[20:25],[30:35]} with (type_a == XYZ) or {2,[10:15],17,[20:25],27,[30:35]} with (type_a == PQR);