tinysys part six: fetch!
Fetch, and more Initial design goal was not to have a split fetch unit that does more than what fetch is supposed to do. The fetch unit in tinysys currently handles the following: Upon reading an instruction, it decoded and injected into a FIFO that the execute logic will pull from, which lets the fetch […]