sarchlab / akita

A flexible, high-performance, user-friendly computer architecture simulator engine
MIT License
39 stars 9 forks source link

Component should use Middlewares #66

Closed syifan closed 1 day ago

syifan commented 8 months ago

The state class should contain all the states of the component so that the component only defines the behavior.

The state class should be serializable and deserializable.

syifan commented 4 months ago

Shall we just enforce more on the middleware pattern?

syifan commented 4 months ago

And we need to support serialization.