add mesecons mods
This commit is contained in:
parent
71a53fbef8
commit
9861939223
721 changed files with 19937 additions and 1 deletions
6
mods/mesecons/mesecons_fpga/doc/fpga/description.html
Normal file
6
mods/mesecons/mesecons_fpga/doc/fpga/description.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
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 each other to form logic circuits.
|
||||
They work fine in unloaded blocks.<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
mods/mesecons/mesecons_fpga/doc/fpga/preview.png
Normal file
BIN
mods/mesecons/mesecons_fpga/doc/fpga/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
mods/mesecons/mesecons_fpga/doc/fpga/recipe.png
Normal file
BIN
mods/mesecons/mesecons_fpga/doc/fpga/recipe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
|
@ -0,0 +1,3 @@
|
|||
The FPGA programmer can be used to copy gate configurations from one FPGA to another.<br />
|
||||
Shift+Right-Click an FPGA to read its configuration and "remember" it.
|
||||
Left-click (punch) FPGAs to write the saved configuration to them.
|
BIN
mods/mesecons/mesecons_fpga/doc/programmer/preview.png
Normal file
BIN
mods/mesecons/mesecons_fpga/doc/programmer/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 519 B |
BIN
mods/mesecons/mesecons_fpga/doc/programmer/recipe.png
Normal file
BIN
mods/mesecons/mesecons_fpga/doc/programmer/recipe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Loading…
Add table
Add a link
Reference in a new issue