I've noticed that there is alot of computers designed in tpt, but no one is explaining how does it works, what is a structure of a computer. So I'll make my own computer, and later u'll be able to check each part of it with explanation.
Comments
-
it works , +
-
Update 05-31-2022: [1]. updated RAM module to reduce timings [2]. small updated to program counter, adder and some other parts to reduce timings [3]. CLK was overclocked from 1.7Hz to 3.2Hz (~19 frames per clock) so computer now almost 2x faster [4]. "fast nop" was temporary disabled so NOP operation now takes two clocks instead of one
-
Update 05-27-2022: - disk controller and it's data transfering protocol were upgraded and now data transferring is synchronous (disk contoller clock is tuned to allign with computer clock). Now data reading is ~3x faster - screen controller and it's data transfering protocol were upgraded and now data transferring is synchronous (screen contoller clock is tuned to allign with computer clock). Now data transferring is ~4x faster and printing program ~2x times smaller.