mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 05:50:17 +02:00
FPGAs (#315)
This commit is contained in:
5
mesecons_fpga/doc/fpga/description.html
Normal file
5
mesecons_fpga/doc/fpga/description.html
Normal file
@ -0,0 +1,5 @@
|
||||
FPGAs can be used to chain multiple logic gates together in a compact manner.
|
||||
They come with 4 I/O ports and 10 internal registers,
|
||||
which can then be connected with eachother to form logic circuits.<br />
|
||||
Supported gate types: <b>AND</b>, <b>OR</b>, <b>NOT</b>, <b>XOR</b>, <b>NAND</b>, <b>XNOR</b>, <b>Buffer</b> (=)<br />
|
||||
I/O ports: <b>A B C D</b>; Registers: numbered <b>0</b> to <b>9</b>
|
BIN
mesecons_fpga/doc/fpga/preview.png
Normal file
BIN
mesecons_fpga/doc/fpga/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
mesecons_fpga/doc/fpga/recipe.png
Normal file
BIN
mesecons_fpga/doc/fpga/recipe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Reference in New Issue
Block a user