
wire [7:0] bf_out, OLm, OLl;
wire read_high;

assign read_high = .... ;
assign bf_out = read_high ? OLm : OLl ;