Can Scoreboard compares two sets of transactions?

I have two monitors and each monitor is associated with different type of transaction.
Can I have a single scoreboard to compare two sets of different types of transaction at every clock cycle?

In reply to SharonBeaulah:

This is typically the case having 2 different types of transactions. In your scoreboard you need a reference model or predictors which converts one of the transaction into the other one, because yu can only compare transactions of the same type. Your scoreboard does not know anything about clock cycles. You are compairing the transactions as they are coming in from the monitors.