Document inactive block behaviour (#447)

This commit is contained in:
Christopher Head
2018-12-21 11:10:08 -08:00
committed by Vitaliy
parent 6e767a6c76
commit 302a28934d
37 changed files with 43 additions and 9 deletions

View File

@ -1,5 +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.<br />
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>