this post was submitted on 18 Jul 2024
299 points (95.7% liked)
Curated Tumblr
4554 readers
1076 users here now
For preserving the least toxic and most culturally relevant Tumblr heritage posts.
The best transcribed post each week will be pinned and receive a random bitmap of a trophy superimposed with the author's username and a personalized message. Here are some OCR tools to assist you in your endeavors:
-
FOSS Android Recs per u/[email protected]: 1 , 2
Don't be mean. I promise to do my best to judge that fairly.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
In digital logic design, this is called a synthesis tool. In the design of real digital circuitry, you write a code-like hardware description using a language called an "HDL" (hardware description language) such as VHDL or SystemVerilog. Then a program called a synthesiser converts the HDL into a digital circuit.
Each module is designed this way then hooked up using busses and wires.
In real-life, you would then send the generated design to the manufacturing team