Colby-CPU-Sim / CPUSim

GNU General Public License v3.0
52 stars 18 forks source link

Refactor ValidateControllers to be a MachineValidatable interface #110

Open Nava2 opened 7 years ago

Nava2 commented 7 years ago

Currently there's a bunch of validation associated with the controllers. Instead, we should validate against a copy of a Machine as most of these validations are actually Model validations.