10-05-2016, 03:03 AM
(10-02-2016, 12:40 PM)Bejro Wrote: It's 100% my architecture. The main thing is switch that make the CPU compute something or pass all the data through to the other units like GPU. It got 34 functions. Like jump/jump if, save data from RAM/register/user to some register, basic logic functions, 3 main flags (<>=), and also sending register data out of the CPU. It could have 6 logic gates but it uses only 3, that's because of gate negator which is not connected (I don't really think i will use XNOR or NAND). That's all, I think.
Cool. Is there like a google doc or something that u can put the ISA on? Doing something like that (or just making an ISA board on your plot) is usually a good practice for documenting your build.