02-29-2016, 10:09 AM
new update: RAM is done
quad channel each channel can be read and written at the same time and by different part of the computer I.E.
Channel 1: can be read by the CPU while being written by the GPU
Channel 2: can be read by the display (BCD) and written by the HDD
Channel 3: can be read by the GPU and written by the CPU
channel 4: can be read by the HDD and written by the CPU
all the above can happen during the same clock cycle
the read time which includes decoding RAM address and bussing it to the output is 25 ticks or 2.5 seconds therefor 12.5 bits can be read per every second
the write time is 15 ticks or 1.5 seconds which includes decoding RAM address and bussing the value to the address therefor 21.333 bits can be written per every second
there is a hard code for which channel to use so its not slowed down by a decoder
address goes as:
first four bits are the address and the last bit is whether its reading or writing to the address
00000
decoder red
address switch magenta glass
RAM light blue
data in/output the multi color glass area
each color goes with a different part of the computer yellow, blue, lime, white
quad channel each channel can be read and written at the same time and by different part of the computer I.E.
Channel 1: can be read by the CPU while being written by the GPU
Channel 2: can be read by the display (BCD) and written by the HDD
Channel 3: can be read by the GPU and written by the CPU
channel 4: can be read by the HDD and written by the CPU
all the above can happen during the same clock cycle
the read time which includes decoding RAM address and bussing it to the output is 25 ticks or 2.5 seconds therefor 12.5 bits can be read per every second
the write time is 15 ticks or 1.5 seconds which includes decoding RAM address and bussing the value to the address therefor 21.333 bits can be written per every second
there is a hard code for which channel to use so its not slowed down by a decoder
address goes as:
first four bits are the address and the last bit is whether its reading or writing to the address
00000
decoder red
address switch magenta glass
RAM light blue
data in/output the multi color glass area
each color goes with a different part of the computer yellow, blue, lime, white