Skip to content

Commit f944992

Browse files
committed
Add a section about thermals
1 parent f89c601 commit f944992

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

hardware.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,3 +381,14 @@ The clock runs at 760Hz, making the counter enable each LED 190 times per second
381381
* Control lines
382382
* OI: store an 8-bit value from the bus in the register, on the next clock tick.
383383
* O-: enable signed mode. This line is not in use in any of the current instructions.
384+
385+
386+
## Thermals
387+
388+
The computer runs pretty cool. None of the chips get hot to the touch.
389+
390+
The image below was taken after more than 30 minutes of continuously running the program that counts between 0 and 255, at high speed. It's interesting to see that there are 2 "hot spots". The first is the 74189 RAM chips, which is not that surprising. The second is the 74LS08 AND gate on the output register, which I do find surprising.
391+
392+
Also interesting to note that the power wires along the top right corner get hotter than the rest of the power wiring. It might be a good spot to make improvements to power transportation.
393+
394+
![Thermal image of the computer](resources/thermal.jpg)

resources/thermal.jpg

1.33 MB
Loading

0 commit comments

Comments
 (0)