Open broskoTT opened 1 week ago
After #248 , we can finaly move tt_SimulationDevice and tt_MockupDevice into a Chip abstraction. They would be created through cluster by passing vector of chips to cluster to work with.
Think about how would this be used from tt::umd::Cluster. We could create a constructor which accepts a custom set of chips?
After #248 , we can finaly move tt_SimulationDevice and tt_MockupDevice into a Chip abstraction. They would be created through cluster by passing vector of chips to cluster to work with.