[AArch64] How to describe resource exclusion in the schedule model?

hi,

There are 2 store pipe in tsv110, so we usual define the store unit number 2.
def TSV110UnitSt : ProcResource<2>;

While the 2 stores unit can’t be execute in one cycle, so How to describe resource exclusion in the schedule model?

Oh, I find a method to address it.

def TSV110Wr_xx : SchedWriteRes<[TSV110UnitLdSt]> { let Latency = xx; let ResourceCycles = [2]; }