Уровень 0 · материалов: 11
В кластер входят документы, описывающие процесс физического проектирования и сборки функциональных вычислительных устройств из базовых компонентов (транзисторов, чипов или реле), и не входят общие руководства по программированию или теория архитектуры без привязки к реализации железа.
Общие признаки: сборка компьютеров с нуля, дискретная логика, архитектура CPU, обучение принципам работы ЭВМ, homebrew computing
Группа выше: Самодельные компьютеры и устройства с экраном
Смысл: The main idea is to demonstrate that a functioning computer processor can be built from fundamental logic gates, using a simplified one-instruction architecture (OISC) to teach the basics of digital electronics and CPU design.
An enthusiast explains how they built a simulated 8-bit RISC processor based on the BitBitJump OISC architecture, providing a primer on binary logic and hardware components.
Смысл: The main idea is to demonstrate how a functional computer processor can be built using basic, off-the-shelf digital logic chips to educate enthusiasts on the fundamental architecture of a CPU.
A technical guide to building and programming the TD4, a simple 4-bit open-source CPU made from 13 standard logic ICs.
Смысл: The main idea is to showcase the technical feasibility of building a complete, functional personal computer from the ground up using discrete logic chips, demonstrating that fundamental computing principles can be implemented manually without relying on integrated microprocessor circuits.
Engineer Steve Chamberlin built the BMOW 1, a fully functional 8-bit personal computer using simple logic chips instead of a commercial CPU.
Смысл: The main idea is to demystify the internal workings of a CPU by guiding the reader through a step-by-step bottom-up construction process, moving from individual transistors to a functional 8-bit processor.
A step-by-step tutorial explaining how to build a functional 8-bit CPU from basic transistors and logic gates using Logisim-evolution.
Смысл: The text is a retrospective and technical guide on building a minimal one-bit computer to understand the fundamental logic of computer architecture.
An enthusiast fulfills a lifelong dream by designing and soldering a functional one-bit computer using discrete transistors and custom PCBs.
Смысл: The main idea is to demonstrate that a functioning, programmable computer can be built using a very small number of discrete transistors by utilizing non-standard circuit optimizations and a sequential architecture.
An engineer details the architectural plan and circuit optimizations needed to build a 16-bit decorative computer using fewer than 1,000 discrete transistors.
Смысл: The text is a technical retrospective on building a homebrew 8-bit computer from discrete logic gates, illustrating how fundamental computing concepts like ALU design, memory mapping, and instruction cycles are implemented in physical hardware.
An engineer built a functional 8-bit computer from 74-series logic chips, featuring a custom CPU, VGA output, and SD card storage, verified through Verilog simulations.
Смысл: The author describes the design and construction of a minimalist 16-bit homebrew CPU that uses only 8 integrated circuits. By replacing a traditional parallel ALU with a serial 1-bit approach and using serial memory for storage and state, the author achieves a Turing-complete system capable of basic computation and display output.
The author built a Turing-complete 16-bit CPU using only 8 integrated circuits by utilizing serial memory and a 1-bit ALU.
Смысл: The text is a technical project log documenting the successful DIY construction of a primitive 4-bit computer from discrete TTL logic chips to demonstrate the fundamental principles of computer architecture, instruction sets, and low-level programming.
An electronics enthusiast built a functional 4-bit single-board computer called 'Beresta' using vintage 155-series logic chips and created a custom assembler for it.
Смысл: The main idea is to showcase how Minecraft's redstone mechanics can be used to simulate real-world computer architecture, specifically ROM, demonstrating the educational value of gaming in learning electronics.
A Minecraft player built a functional 1KB ROM using redstone and block transparency to simulate binary data storage and retrieval.
Смысл: The text is a technical retrospective on the construction of an 8-bit ALU using electromagnetic relays, highlighting the intersection of vintage computing logic and modern hobbyist craftsmanship.
An enthusiast documents the design, construction, and costing of an 8-bit Arithmetic Logic Unit built entirely from electromagnetic relays for a DIY relay computer.