@Aissen@social.treehouse.systems
Post #1333845
2026-03-27 12:11 UTC
Then we can go from logic gates to arithmetic. We build small components to do arithmetic with a few bits, and reuse them to build bigger components.
#RustInParis
Replies (1)
-
@Aissen@social.treehouse.systems 2026-03-27 12:11
To do programming, we need a bit more: loops and state. This can also be done with logic gates: latches for example. To design circuits, people generally use Verilog, VHDL, Amaranth etc. Hardware description languages. Simon made its own with a simulator, directly in Rust. On top of that, he built a graphviz vizualizer and a nand optimizer. #RustInParis