You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented a chip factory using Model View Controller (MVC). It simulates a computer chip factory that produces transistors and further assembles them to actual computer chips (CPUs or GPUs). The aim of the program is to learn the MVC architecture.