06-25-2016, 10:55 AM
I would say 30 ticks for your cpu (~12 ticks for 128 line Programmable ROM, 8 for decoding+reading, 6 for executing, 4 for writeback) and thats for pretty good hardware and i did not account for the load/store operations which would be ~20 ticks for 128 line RAM) < delayed clock perhaps?
You havent tried a single pipelined cpu yet so i would steer away from it untill you have more knowledge of those.
So what kind of Instruction set do you want to use? 8/16 bits are easy to work on, anything else is weird due to the shared storage space and actually writing the program.
You havent tried a single pipelined cpu yet so i would steer away from it untill you have more knowledge of those.
So what kind of Instruction set do you want to use? 8/16 bits are easy to work on, anything else is weird due to the shared storage space and actually writing the program.