nkanderson / ECE585-llc

Simulation of a last level cache (LLC) for ECE 585 final project
1 stars 0 forks source link

Translate case analysis events to event handler #46

Closed nkanderson closed 15 hours ago

nkanderson commented 3 days ago

Translate at least the high level events from the case analysis into the event_handler function. Will probably entail creating a Cache instance in the main function, then passing it to event_handler so it can call cache methods as needed.

nkanderson commented 15 hours ago

Closed by #50